Re: [dpdk-dev] [PATCH] net/bnx2x: fix to set stripped flag for VLAN packet

2020-01-29 Thread Jerin Jacob
On Wed, Jan 29, 2020 at 7:13 AM Rasesh Mody wrote: > > For VLAN packet the tci is saved in rx_mb->vlan_tci, however the > STRIPPED offload flag is not set along with PKT_RX_VLAN flag. > Set the PKT_RX_VLAN_STRIPPED flag as well. > > Fixes: 380a7aab1ae2 ("mbuf: rename deprecated VLAN flags") > Fixe

[dpdk-dev] [PATCH] net/bnx2x: fix to set stripped flag for VLAN packet

2020-01-28 Thread Rasesh Mody
For VLAN packet the tci is saved in rx_mb->vlan_tci, however the STRIPPED offload flag is not set along with PKT_RX_VLAN flag. Set the PKT_RX_VLAN_STRIPPED flag as well. Fixes: 380a7aab1ae2 ("mbuf: rename deprecated VLAN flags") Fixes: b37b528d957c ("mbuf: add new Rx flags for stripped VLAN") Cc: