DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 0/8] feature porting from i40evf to iavf
@ 2020-09-27  7:26 Robin Zhang
  2020-09-27  7:26 ` [dpdk-dev] [PATCH 1/8] net/iavf: use link status helper functions Robin Zhang
                   ` (8 more replies)
  0 siblings, 9 replies; 13+ messages in thread
From: Robin Zhang @ 2020-09-27  7:26 UTC (permalink / raw)
  To: dev; +Cc: beilei.xing, jingjing.wu, qiming.yang, stevex.yang, Robin Zhang

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(-)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2020-10-13  5:58 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-27  7:26 [dpdk-dev] [PATCH 0/8] feature porting from i40evf to iavf Robin Zhang
2020-09-27  7:26 ` [dpdk-dev] [PATCH 1/8] net/iavf: use link status helper functions Robin Zhang
2020-09-27  7:26 ` [dpdk-dev] [PATCH 2/8] net/iavf: set min and max MTU for VF Robin Zhang
2020-09-27  7:26 ` [dpdk-dev] [PATCH 3/8] net/iavf: re-program promiscuous mode on VF interface Robin Zhang
2020-09-27  7:26 ` [dpdk-dev] [PATCH 4/8] net/iavf: optimize promiscuous ops Robin Zhang
2020-09-27  7:26 ` [dpdk-dev] [PATCH 5/8] net/iavf: add workaround promiscuous disable Robin Zhang
2020-09-27  7:26 ` [dpdk-dev] [PATCH 6/8] net/iavf: cleanup Tx buffers Robin Zhang
2020-09-27  7:26 ` [dpdk-dev] [PATCH 7/8] net/iavf: add extended stats Robin Zhang
2020-09-27  7:26 ` [dpdk-dev] [PATCH 8/8] net/iavf: support check DD bit of a RX descriptor Robin Zhang
2020-10-08 15:05   ` Ferruh Yigit
     [not found]     ` <fe7a8f1f1a1f45908c4094ccfc6b547d@intel.com>
2020-10-12  8:32       ` Ferruh Yigit
2020-10-13  5:58         ` Zhang, Qi Z
2020-10-08 12:23 ` [dpdk-dev] [PATCH 0/8] feature porting from i40evf to iavf Zhang, Qi Z

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).