[ovs-dev] [PATCH 16/18] dpif-xlate: Enable multicast snooping to handle its traffic

Ben Pfaff blp at nicira.com
Tue May 20 23:05:25 UTC 2014


On Fri, Apr 11, 2014 at 06:34:21PM -0300, Flavio Leitner wrote:
> First check if the packet is a multicast and if the multicast
> snooping feature is enabled.  If so, then update the multicast
> snooping database accordingly and send it to the correct ports.
> 
> If the packet is not multicast, let the MAC learning handle the
> packet as before.
> 
> This patch also removes OVS_UNUSED from all previous functions.
> 
> Signed-off-by: Flavio Leitner <fbl at redhat.com>

Looks good to me.

I think that the new calls to xlate_normal_flood() should also have
new calls to xlate_report(), since it can be useful information to
know why a packet is getting flooded.

Thanks,

Ben.



More information about the dev mailing list