Changes between Version 16 and Version 17 of Internal/OpenFlow/FloodlightFVModule
- Timestamp:
- Jun 25, 2012, 11:30:34 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/OpenFlow/FloodlightFVModule
v16 v17 223 223 The goal of the Federated !FlowMap is speed - many of its operations are kept to bitwise ops, and storage, hashmaps. Slower operations that involve loops e.g. IP address matching, are kept until later when the set of entries to work with is smaller. 224 224 225 ''Item 3: Next steps.'' [[BR]] 226 Now that we are pretty clear on the inner workings of Flowvisor, some next steps to do are: 227 * get flowspace working, with config file (ignoring databases for now) 228 to get this working, we need: 229 * JSON parsing in Floodlight 230 * ability to load configs to a module 231 * exception handling for Flowvisor-related errors. 232 233 225 234 == . ==#end