Re: [dpdk-dev] [PATCH v2] net/mlx4: fix no bcast rcv in promisc and allmulti

2018-01-28 Thread Shahaf Shuler
Sunday, January 28, 2018 11:44 AM, Mordechay Haimovsky: > This patch fixes the issue of mlx4 not receiving broadcast packets when > configured to work promiscuous or allmulticast modes. > > Fixes: eacaac7bae36 ("net/mlx4: restore promisc and allmulti support") > Cc: sta...@dpdk.org > > Signed-off

[dpdk-dev] [PATCH v2] net/mlx4: fix no bcast rcv in promisc and allmulti

2018-01-28 Thread Moti Haimovsky
This patch fixes the issue of mlx4 not receiving broadcast packets when configured to work promiscuous or allmulticast modes. Fixes: eacaac7bae36 ("net/mlx4: restore promisc and allmulti support") Cc: sta...@dpdk.org Signed-off-by: Moti Haimovsky --- drivers/net/mlx4/mlx4_flow.c | 16 --