[dpdk-dev] [PATCH] bnxt: Fix a bug in broadcast/multicast setting

2016-07-08 Thread Bruce Richardson
On Mon, Jul 04, 2016 at 01:52:04PM -0500, Ajit Khaparde wrote: > Currently we are wrongly setting HWRM_CFA_L2_SET_RX_MASK_INPUT_MASK_MCAST > flag in bnxt_hwrm_cfa_l2_set_rx_mask() which is preventing promiscuous > and multicast promiscuous settings from working correctly. > This patch fixes it. >

[dpdk-dev] [PATCH] bnxt: Fix a bug in broadcast/multicast setting

2016-07-04 Thread Ajit Khaparde
Currently we are wrongly setting HWRM_CFA_L2_SET_RX_MASK_INPUT_MASK_MCAST flag in bnxt_hwrm_cfa_l2_set_rx_mask() which is preventing promiscuous and multicast promiscuous settings from working correctly. This patch fixes it. Signed-off-by: Ajit Khaparde --- drivers/net/bnxt/bnxt_hwrm.c | 3 +--