[dpdk-dev] [PATCH] net/i40e: keep promisc on if allmulticast is enabled

2018-10-19 Thread Huaibin Wang
From: huaibin Wang 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. Signed-off-by: huaibin Wang Signed-off-by: Laurent Hardy --- Cc

[dpdk-dev] [PATCH] net/i40e: keep promisc on if allmulticast is enabled

2018-10-19 Thread Huaibin Wang
From: huaibin Wang 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. Signed-off-by: huaibin Wang Signed-off-by: Laurent Hardy --- Cc

[dpdk-dev] [PATCH] net/i40e: keep promisc on if allmulticast is enabled

2018-10-15 Thread Huaibin Wang
From: huaibin Wang 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 consistant with the implementation done on ixgbe pmd. Signed-off-by: huaibin Wang Signed-off-by: Laurent Hardy --- Cc