net/bnx2x: fix VLAN stripped flag
authorRasesh Mody <rmody@marvell.com>
Wed, 29 Jan 2020 01:43:13 +0000 (17:43 -0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Wed, 5 Feb 2020 08:51:20 +0000 (09:51 +0100)
commit4b4650296ab4f970946c4c7502938f99ec7ea952
treec9dc062699bb4bb0aaf7f86049bed0944f3a9ebc
parent74f96ffdc1cfbff3464f87f9e6b280e52da794e2
net/bnx2x: fix VLAN stripped flag

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: stable@dpdk.org
Signed-off-by: Rasesh Mody <rmody@marvell.com>
drivers/net/bnx2x/bnx2x_rxtx.c