Re: [ovs-dev] [PATCH v3 3/3] OVN: Add ovn-northd IGMP support

2019-07-15 Thread Dumitru Ceara
On Fri, Jul 12, 2019 at 7:34 PM Ben Pfaff wrote: > > On Thu, Jul 11, 2019 at 05:20:58PM +0200, Dumitru Ceara wrote: > > While doing some scale testing I realized that walking the rows of the > > IGMP_Group table in ovn-northd in the order we get them from the > > database might create an issue: ov

Re: [ovs-dev] [PATCH v3 3/3] OVN: Add ovn-northd IGMP support

2019-07-12 Thread Ben Pfaff
On Thu, Jul 11, 2019 at 05:20:58PM +0200, Dumitru Ceara wrote: > While doing some scale testing I realized that walking the rows of the > IGMP_Group table in ovn-northd in the order we get them from the > database might create an issue: ovn_igmp_group_add will create a new > multicast_group for eve

Re: [ovs-dev] [PATCH v3 3/3] OVN: Add ovn-northd IGMP support

2019-07-11 Thread Dumitru Ceara
On Thu, Jul 11, 2019 at 10:57 AM Dumitru Ceara wrote: > > New IP Multicast Snooping Options are added to the Northbound DB > Logical_Switch:other_config column. These allow enabling IGMP snooping and > querier on the logical switch and get translated by ovn-northd to rows in > the IP_Multicast Sou

[ovs-dev] [PATCH v3 3/3] OVN: Add ovn-northd IGMP support

2019-07-11 Thread Dumitru Ceara
New IP Multicast Snooping Options are added to the Northbound DB Logical_Switch:other_config column. These allow enabling IGMP snooping and querier on the logical switch and get translated by ovn-northd to rows in the IP_Multicast Southbound DB table. ovn-northd monitors for changes done by ovn-co