forked from opennetworkinglab/flowvisor
-
Notifications
You must be signed in to change notification settings - Fork 1
IO Overview
alshabib edited this page Oct 1, 2012
·
1 revision

- All connections (to switches and controllers) are handled through a single poll loop
- Switches are handed off to an FVClassifier instance per switch once they make a connection to FlowVisor
- For each switch, FlowVisor internally creates an FVSlicer instance for each slice (making for Switch x Slice number of FVSlicer instances in the FlowVisor process)
- System Requirements
- Installation
- FlowVisor FAQ
- CLI User Guide
- Papers
-
Development
- Design Documents
-
Architecture
- IO Overview
- Actions
- Messages
- Processes
- RoadMap