mbox

[0/8] feature porting from i40evf to iavf

Message ID 20200927072626.28374-1-robinx.zhang@intel.com (mailing list archive)
Headers

Message

Robin Zhang Sept. 27, 2020, 7:26 a.m. UTC
  This patch set port some features of i40evf to iavf.

Robin Zhang (8):
  net/iavf: use link status helper functions
  net/iavf: set min and max MTU for VF
  net/iavf: re-program promiscuous mode on VF interface
  net/iavf: optimize promiscuous ops
  net/iavf: add workaround promiscuous disable
  net/iavf: cleanup Tx buffers
  net/iavf: add extended stats
  net/iavf: support check DD bit of a RX descriptor

 drivers/net/iavf/iavf_ethdev.c | 162 +++++++++++++++++++++------------
 drivers/net/iavf/iavf_rxtx.c   |  94 ++++++++++++++++++-
 drivers/net/iavf/iavf_rxtx.h   |   2 +
 drivers/net/iavf/iavf_vchnl.c  |  13 ++-
 4 files changed, 209 insertions(+), 62 deletions(-)