dpdk: fix vlan creation on ixgbe 27/35827/2
authorAlexander Chernavin <[email protected]>
Wed, 30 Mar 2022 13:40:29 +0000 (13:40 +0000)
committerMatthew Smith <[email protected]>
Fri, 1 Apr 2022 15:49:38 +0000 (15:49 +0000)
commit2518dca440f1ef41500d73067fe44318b782b98d
treea351c3dbcb7729b70b26cd8e8ac26e0c7dbb0102
parentd2c8dcfd8f0ca03d3d82abc1933f3cad4803aee7
dpdk: fix vlan creation on ixgbe

Type: fix

VLAN programming is currently enabled for IXGBE. However, that is only
supported for IXGBE_VF.

With this fix, disable VLAN programming for IXGBE.

Signed-off-by: Alexander Chernavin <[email protected]>
Change-Id: I37b1d0733988c964d2b0f5a49328effacec1cb6f
src/plugins/dpdk/device/driver.c