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

2014-05-29 Thread Flavio Leitner
On Thu, May 29, 2014 at 01:16:31PM -0700, Ben Pfaff wrote: > On Wed, May 28, 2014 at 10:10:30PM -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 > >

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

2014-05-29 Thread Ben Pfaff
On Wed, May 28, 2014 at 10:10:30PM -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 Needs a rebase, so this is where I stopped doing test builds. Still rea

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

2014-05-28 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 | 11 ++- ofproto/ofproto-dpif-xlate.h | 4 +++- ofproto/ofproto-dpif.c | 17 -