-
-
Save John-Lin/51def1a92a178326efd9b81bcc7688f7 to your computer and use it in GitHub Desktop.
An overview of Open vSwitch implementation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
+---------+ +-----------+ | |
|ovs-ofctl| |sFlow Trend| | |
+----^----+ +-----^-----+ | |
| | Remote | |
+-----------------------------------------------------------------------------------------------+ | |
| | | |
| sFlow | | |
| | +---------+ +----------+ +---------+ +------------+ | |
| | |ovs-dpctl| |ovs-appctl| |ovs-vsctl| |ovsdb-client| | |
| | +----+----+ +------^---+ +-----+---+ +-------^----+ | |
| | | Command | | Config | DB operation | |
| | +----v---------------v--+ Unix socket +----v---------------v-+ | |
| +--+ +---------------> | | |
|OpenFlow | ovsdb-vswitchd | | ovsdb-server | +----------+ | |
+---------------+ <---------------+ | |ovsdb-tool| | |
+-----^------------+----+ Apply changes +------------^---------+ +----+-----+ | |
| | | | | |
| | | | | |
| | +-----v-----+ | | |
upcall(netlink)| |netlink | ovsdb <----------+ | |
| | +-----------+ | |
+-----------------------------------------------------------------------------------------------+ | |
| | Kernel space | |
+-----+------------v------+ | |
|Openvswitch kernel module| | |
+-------------------------+ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment