net/ixgbe: restore VLAN filter for VF
authorDavid Harton <dharton@cisco.com>
Fri, 15 Mar 2019 16:08:32 +0000 (12:08 -0400)
committerFerruh Yigit <ferruh.yigit@intel.com>
Wed, 20 Mar 2019 17:15:42 +0000 (18:15 +0100)
commitb28e4b87d69a786706f62666e8b7dc19f79ad51a
tree0cbb41923dd0f40242bfa480121cc20ec6407823
parentb2f3a38101255ac6970eb055831588091bd7aba2
net/ixgbe: restore VLAN filter for VF

ixgbevf VLAN strip and extend capabilities were removed when
migrating to the bit flags implementation.

Restoring the capability to enable the VLAN strip offload at
configuration time.

Fixes: ec3b1124d14d ("net/ixgbe: convert to new Rx offloads API")
Cc: stable@dpdk.org
Signed-off-by: David Harton <dharton@cisco.com>
Acked-by: Wei Zhao <wei.zhao1@intel.com>
drivers/net/ixgbe/ixgbe_rxtx.c