This patch set enabled port representor and vlan offload base on DCF port representor.
Qiming Yang (2): net/ice: add dcf port representor infrastructure net/ice: add VLAN config for DCF drivers/net/ice/Makefile | 1 + drivers/net/ice/ice_dcf.h | 1 + drivers/net/ice/ice_dcf_ethdev.c | 66 +++- drivers/net/ice/ice_dcf_ethdev.h | 11 + drivers/net/ice/ice_dcf_vf_representor.c | 365 +++++++++++++++++++++++ 5 files changed, 442 insertions(+), 2 deletions(-) create mode 100644 drivers/net/ice/ice_dcf_vf_representor.c -- 2.17.1