Re: [dpdk-dev] [PATCH] net/bnxt: fix vlan spoof configuration

2017-10-31 Thread Ferruh Yigit
On 10/31/2017 7:45 AM, Ajit Khaparde wrote: > We are not programming the vlan_spoof setting currently owing to > an unnecessary check. This patch fixes that. > > Fixes: 36735a932ca7 ("net/bnxt: support set VF QOS and MAC anti spoof") > > Signed-off-by: Ajit Khaparde Applied to dpdk-next-net/mas

[dpdk-dev] [PATCH] net/bnxt: fix vlan spoof configuration

2017-10-31 Thread Ajit Khaparde
We are not programming the vlan_spoof setting currently owing to an unnecessary check. This patch fixes that. Fixes: 36735a932ca7 ("net/bnxt: support set VF QOS and MAC anti spoof") Signed-off-by: Ajit Khaparde --- drivers/net/bnxt/rte_pmd_bnxt.c | 3 --- 1 file changed, 3 deletions(-) diff --