mbox

[v6,0/4] ice repr functions by DCF

Message ID 20220302063052.347122-1-ke1x.zhang@intel.com (mailing list archive)
Headers

Message

Zhang, Ke1X March 2, 2022, 6:30 a.m. UTC
  This feature add some functions associated with representor:
1. DCF is able to configure the VLAN filter for VFs.
2. DCF is able to configure promiscuous mode for VFs
3. Add / Remove VF mac address
4. display VF stats;
5. reset VF stats

Ke Zhang (3):
  net/ice: add support for display/reset stats by DCF
  net/ice: add support for add/remove mac addr by DCF
  net/ice: add support to configure the VLAN filter by DCF

Yiding Zhou (1):
  net/ice: add support for setting promisc by DCF

 drivers/net/ice/ice_dcf_ethdev.h         |   1 +
 drivers/net/ice/ice_dcf_vf_representor.c | 317 +++++++++++++++++++++--
 2 files changed, 300 insertions(+), 18 deletions(-)