Re: [ovs-dev] [PATCH v3 3/7] ofproto-dpif: Introduce multicast snooping handler

2014-06-11 Thread Ben Pfaff
On Sat, May 31, 2014 at 01:53:17AM -0300, Flavio Leitner wrote: > It follows mac learning, but since the multicast snooping feature > can be disabled, the locking is handled in the library. > > Signed-off-by: Flavio Leitner Acked-by: Ben Pfaff ___ dev

[ovs-dev] [PATCH v3 3/7] ofproto-dpif: Introduce multicast snooping handler

2014-05-30 Thread Flavio Leitner
It follows mac learning, but since the multicast snooping feature can be disabled, the locking is handled in the library. Signed-off-by: Flavio Leitner --- ofproto/ofproto-dpif-xlate.c | 21 - ofproto/ofproto-dpif-xlate.h | 2 ++ ofproto/ofproto-dpif.c | 17 +++