net/atlantic: fix missing VLAN filter offload
Original vlan offload code declared callbacks, but did not
enable the feature offload bit
Fixes: f7c2c2c8c5
("net/atlantic: implement VLAN filters and offloads")
Cc: stable@dpdk.org
Signed-off-by: Igor Russkikh <igor.russkikh@aquantia.com>
This commit is contained in:
parent
9e6d1ab84b
commit
ebf751d6a7
@ -165,7 +165,8 @@ static struct rte_pci_driver rte_atl_pmd = {
|
||||
| DEV_RX_OFFLOAD_IPV4_CKSUM \
|
||||
| DEV_RX_OFFLOAD_UDP_CKSUM \
|
||||
| DEV_RX_OFFLOAD_TCP_CKSUM \
|
||||
| DEV_RX_OFFLOAD_JUMBO_FRAME)
|
||||
| DEV_RX_OFFLOAD_JUMBO_FRAME \
|
||||
| DEV_RX_OFFLOAD_VLAN_FILTER)
|
||||
|
||||
#define ATL_TX_OFFLOADS (DEV_TX_OFFLOAD_VLAN_INSERT \
|
||||
| DEV_TX_OFFLOAD_IPV4_CKSUM \
|
||||
|
Loading…
Reference in New Issue
Block a user