net/i40e: keep promiscuous on if allmulticast is enabled
authorHuaibin Wang <huaibin.wang@6wind.com>
Fri, 19 Oct 2018 09:45:21 +0000 (11:45 +0200)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 26 Oct 2018 20:14:05 +0000 (22:14 +0200)
commit815037b92b3437754183fb256a967a7e82d3820a
tree3fac0e6fcefd2cba7ceae5079187c0014a9cd4af
parent67e3223040024216471e00ac03df5fe8554f573d
net/i40e: keep promiscuous on if allmulticast is enabled

Promisc should not be disabled if the all multicast mode is enabled.
Patch keeps the promiscuous on if all multicast mode is on, this
behavior is also consistent with the implementation done on ixgbe
pmd.

Cc: stable@dpdk.org
Signed-off-by: Huaibin Wang <huaibin.wang@6wind.com>
Signed-off-by: Laurent Hardy <laurent.hardy@6wind.com>
Acked-by: Qi Zhang <qi.z.zhang@intel.com>
drivers/net/i40e/i40e_ethdev.c