forked from openvswitch/ovs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ovn-controller: Monitor only necessary southbound rows.
Until now, ovn-controller has replicated all of the southbound database (through the IDL). This is inefficient, especially in a large OVN setup where many logical networks are not present on an individual hypervisor. This commit improves on the situation somewhat, by making ovn-controller replicate (almost) only the port bindings, logical flows, and multicast groups that are actually relevant to the particular hypervisor on which ovn-controller is running. This is easily possible by replicating the patch ports from the Port_Binding table and using these relationships to determine connections between datapaths. This patch is strongly influenced by earlier work from the CCed developers. I am grateful for their assistance. CC: Darrell Ball <[email protected]> CC: Liran Schour <[email protected]> Signed-off-by: Ben Pfaff <[email protected]> Acked-by: Liran Schour <[email protected]> Acked-by: Mickey Spiegel <[email protected]>
- Loading branch information
Showing
1 changed file
with
69 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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