net/bnxt: fix VLAN strip flags in SSE Rx
authorStephen Hemminger <stephen@networkplumber.org>
Wed, 22 Jan 2020 00:47:33 +0000 (16:47 -0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Wed, 5 Feb 2020 08:51:19 +0000 (09:51 +0100)
commit88ba6cac4a646ff479d9dfcc830e0d650fd0d0af
tree6206427c7fe07f5d21e158212c886c2a31848bdc
parentdc36bd5dfdeb0ec9cee7a6140d7ed14734776756
net/bnxt: fix VLAN strip flags in SSE Rx

When the VLAN is stripped from the packet on receive the
driver must set the PKT_RX_VLAN_STRIPPED flag in the mbuf.
This is done correctly for normal receive in the bnxt driver
but was not being handled correctly in the new SSE code.

Fixes: bc4a000f2f53 ("net/bnxt: implement SSE vector mode")
Cc: stable@dpdk.org
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Reviewed-by: Ajit Khaparde <ajit.khaparde@broadcom.com>
drivers/net/bnxt/bnxt_rxtx_vec_sse.c