Re: [ovs-dev] [PATCH 14/18] dpif-xlate: Add multicast snooping sending functions

2014-05-23 Thread Flavio Leitner
On Tue, May 20, 2014 at 03:41:55PM -0700, Ben Pfaff wrote: > On Fri, Apr 11, 2014 at 06:34:19PM -0300, Flavio Leitner wrote: > > This patch adds the functions needed for multicast snooping > > in order to send the packets to the correct ports. > > > > They are marked as OVS_UNUSED for now. > > >

Re: [ovs-dev] [PATCH 14/18] dpif-xlate: Add multicast snooping sending functions

2014-05-20 Thread Ben Pfaff
On Fri, Apr 11, 2014 at 06:34:19PM -0300, Flavio Leitner wrote: > This patch adds the functions needed for multicast snooping > in order to send the packets to the correct ports. > > They are marked as OVS_UNUSED for now. > > Acked-by: Thomas Graf > Signed-off-by: Flavio Leitner I think these

[ovs-dev] [PATCH 14/18] dpif-xlate: Add multicast snooping sending functions

2014-04-11 Thread Flavio Leitner
This patch adds the functions needed for multicast snooping in order to send the packets to the correct ports. They are marked as OVS_UNUSED for now. Acked-by: Thomas Graf Signed-off-by: Flavio Leitner --- ofproto/ofproto-dpif-xlate.c | 65 1 file c