DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH v2 0/5] misc updates and fixes for hns3 PMD driver
@ 2020-03-09  9:32 Wei Hu (Xavier)
  2020-03-09  9:32 ` [dpdk-dev] [PATCH v2 1/5] net/hns3: support TCP segment offload Wei Hu (Xavier)
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Wei Hu (Xavier) @ 2020-03-09  9:32 UTC (permalink / raw)
  To: dev

This series are updates and fixes for hns3 PMD driver.

Chengchang Tang (3):
  net/hns3: remove unnecessary restriction on setting VF's MTU
  net/hns3: support promiscuous and allmulticast mode for VF
  net/hns3: fix promiscuous mode for PF

Hongbo Zheng (1):
  net/hns3: support TCP segment offload

Wei Hu (Xavier) (1):
  net/hns3: fix wrong Tx interrupt when enabling Rx interrupt

 doc/guides/nics/features/hns3.ini    |   1 +
 doc/guides/nics/features/hns3_vf.ini |   3 +
 doc/guides/nics/hns3.rst             |   1 +
 drivers/net/hns3/hns3_cmd.h          |  31 ++-
 drivers/net/hns3/hns3_ethdev.c       | 162 +++++++++++---
 drivers/net/hns3/hns3_ethdev.h       |   7 +-
 drivers/net/hns3/hns3_ethdev_vf.c    | 315 +++++++++++++++++++++++----
 drivers/net/hns3/hns3_mbx.c          |  23 ++
 drivers/net/hns3/hns3_mbx.h          |   2 +
 drivers/net/hns3/hns3_regs.h         |  13 +-
 drivers/net/hns3/hns3_rxtx.c         | 306 +++++++++++++++++++++++---
 drivers/net/hns3/hns3_rxtx.h         |   5 +-
 12 files changed, 754 insertions(+), 115 deletions(-)

-- 
2.23.0


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

end of thread, other threads:[~2020-03-10 16:47 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-09  9:32 [dpdk-dev] [PATCH v2 0/5] misc updates and fixes for hns3 PMD driver Wei Hu (Xavier)
2020-03-09  9:32 ` [dpdk-dev] [PATCH v2 1/5] net/hns3: support TCP segment offload Wei Hu (Xavier)
2020-03-09  9:32 ` [dpdk-dev] [PATCH v2 2/5] net/hns3: fix wrong Tx interrupt when enabling Rx interrupt Wei Hu (Xavier)
2020-03-09  9:32 ` [dpdk-dev] [PATCH v2 3/5] net/hns3: remove unnecessary restriction on setting VF's MTU Wei Hu (Xavier)
2020-03-09  9:32 ` [dpdk-dev] [PATCH v2 4/5] net/hns3: support promiscuous and allmulticast mode for VF Wei Hu (Xavier)
2020-03-09  9:32 ` [dpdk-dev] [PATCH v2 5/5] net/hns3: fix promiscuous mode for PF Wei Hu (Xavier)
2020-03-10 16:47 ` [dpdk-dev] [PATCH v2 0/5] misc updates and fixes for hns3 PMD driver Ferruh Yigit

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