net/txgbe: fix QinQ strip
authorJiawen Wu <jiawenwu@trustnetic.com>
Sat, 8 May 2021 06:35:26 +0000 (14:35 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Tue, 11 May 2021 16:51:21 +0000 (18:51 +0200)
commit15f0573e9254763c3680bfbfa4bfab8599e5ab84
tree2b2a0a6380ccb4c65fea28d0b5fecd5a890dd8ba
parent7ab816640c923f6e91beddcc196b1cad81cda524
net/txgbe: fix QinQ strip

Support to enable and disable QINQ hardware strip, when configure VLAN
offload with QINQ strip mask. If there are packets have QINQ tag to RSS,
users should enable QINQ strip before configuring the RSS.

Fixes: 220b0e49bc47 ("net/txgbe: support VLAN")
Cc: stable@dpdk.org
Signed-off-by: Jiawen Wu <jiawenwu@trustnetic.com>
drivers/net/txgbe/txgbe_ethdev.c