| 338 | ==== (7/23) ==== |
| 339 | Since we decided that the messgae processing scheme used in Flowvisor is the way to go (e.g. each message is its own class, and implements sliceFromController() and classifyFromSwitch() for modification according to the Flowspace), the plan is to implement the FVClassifier/Slicer interfaces available to these message classes. |
| 340 | |
| 341 | Other points from discussion: |
| 342 | * Floodlight's native topology discovery should be used for Flowvisor's topology controller functions. |
| 343 | * The FVClassifier's slicerMap can be used as a quick-fetch mechanism for the slices associated with a DPID, but with the faster Federated !FlowMap this should not be an issue. |
| 344 | * The modifications of the messaged actually happen in message.actions.* |
| 345 | |