dpdk: Disable VLAN filtering for VLAN sub-interface in i40e driver 11/29411/3
authorDimitrios Markou <dimitrios.markou@est.tech>
Mon, 12 Oct 2020 10:44:38 +0000 (12:44 +0200)
committerMatthew Smith <mgsmith@netgate.com>
Wed, 21 Oct 2020 02:58:26 +0000 (02:58 +0000)
commit18ddf624b49256fa065472971ef070a49587fd3c
treedfb2c3c9d4d7183ecd3cbd6671178347c4e3bdaf
parent009fd6a22ffe7726f1e33e45162428f515e2830f
dpdk: Disable VLAN filtering for VLAN sub-interface in i40e driver

When creating a VLAN sub-interface on a Fortville i40e DPDK VF,
the data plane does not work properly.

Enabling vlan filter offload overrides the VLAN strip offload setting to on.
The VLAN strip offload must be disabled for VPP VLAN sub-interfaces to work.

Ticket: https://jira.fd.io/browse/VPP-1933
Type: fix

Signed-off-by: Dimitrios Markou <dimitrios.markou@est.tech>
Change-Id: I02c6980e3b01870b69a9375f281125ad48477827
src/plugins/dpdk/device/device.c