[dpdk-dev] [PATCH] net/mlx5: fix default set for multicast traffic

2016-10-28 Thread Adrien Mazarguil
On Mon, Oct 24, 2016 at 10:59:14AM +0300, Raslan Darawsheh wrote: > Remove non-IPv6 multicast traffic with destination MAC 33:33:* from the > default set when not in promiscuous or allmulticast modes. > > Fixes: 0497ddaac511 ("mlx5: add special flows for broadcast and IPv6 > multicast") > > Sign

[dpdk-dev] [PATCH] net/mlx5: fix default set for multicast traffic

2016-10-24 Thread Raslan Darawsheh
Remove non-IPv6 multicast traffic with destination MAC 33:33:* from the default set when not in promiscuous or allmulticast modes. Fixes: 0497ddaac511 ("mlx5: add special flows for broadcast and IPv6 multicast") Signed-off-by: Raslan Darawsheh --- drivers/net/mlx5/mlx5_rxmode.c | 1 - 1 file ch