net/ice: add DCF VLAN handling
authorHaiyue Wang <haiyue.wang@intel.com>
Tue, 12 Jan 2021 08:13:01 +0000 (16:13 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Wed, 13 Jan 2021 17:51:58 +0000 (18:51 +0100)
commit5674465a32c895ff9eb74280b29cacd15bf8db59
tree56e826bb9582373bff356b1e7352ca282af02236
parente5c9ed3bbd4afb4e3b469eaf2ca556d3f8420286
net/ice: add DCF VLAN handling

Add the DCF port representor infrastructure for the VFs of DCF attached
PF. Then the standard ethdev API like VLAN can be used to configure the
VFs.

Signed-off-by: Qiming Yang <qiming.yang@intel.com>
Signed-off-by: Haiyue Wang <haiyue.wang@intel.com>
Acked-by: Qi Zhang <qi.z.zhang@intel.com>
drivers/net/ice/ice_dcf.c
drivers/net/ice/ice_dcf_ethdev.c
drivers/net/ice/ice_dcf_ethdev.h
drivers/net/ice/ice_dcf_vf_representor.c [new file with mode: 0644]
drivers/net/ice/meson.build