Re: [dpdk-dev] [PATCH] bnxt: fix receive VLAN offload flags

2019-03-26 Thread Ferruh Yigit
On 3/25/2019 9:34 PM, Ajit Khaparde wrote: > On Mon, Mar 25, 2019 at 2:28 PM Stephen Hemminger < > step...@networkplumber.org> wrote: > >> From: Stephen Hemminger >> >> The bnxt driver is not correctly setting the receive VLAN offload >> flags. When VLAN is offloaded the driver must set the PKT_R

Re: [dpdk-dev] [PATCH] bnxt: fix receive VLAN offload flags

2019-03-25 Thread Ajit Khaparde
On Mon, Mar 25, 2019 at 2:28 PM Stephen Hemminger < step...@networkplumber.org> wrote: > From: Stephen Hemminger > > The bnxt driver is not correctly setting the receive VLAN offload > flags. When VLAN is offloaded the driver must set the PKT_RX_VLAN_STRIPPED > flag. > > Actually, several drivers

[dpdk-dev] [PATCH] bnxt: fix receive VLAN offload flags

2019-03-25 Thread Stephen Hemminger
From: Stephen Hemminger The bnxt driver is not correctly setting the receive VLAN offload flags. When VLAN is offloaded the driver must set the PKT_RX_VLAN_STRIPPED flag. Actually, several drivers have the same bug, only most of the Intel drivers look right. Any driver that sets vlan_tci is prob