DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 0/3] some features about hns3 PMD
@ 2021-04-15  3:51 Min Hu (Connor)
  2021-04-15  3:52 ` [dpdk-dev] [PATCH 1/3] net/hns3: support runtime config of mask device capability Min Hu (Connor)
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Min Hu (Connor) @ 2021-04-15  3:51 UTC (permalink / raw)
  To: dev; +Cc: ferruh.yigit

This patch set includes 3 features:
check max SIMD bitwidth.
support Rx checksum simple process.
support runtime config of mask device capability.

Chengwen Feng (3):
  net/hns3: support runtime config of mask device capability
  net/hns3: support Rx checksum simple process
  net/hns3: check max SIMD bitwidth

 doc/guides/nics/hns3.rst              |   9 +++
 drivers/net/hns3/hns3_cmd.c           |  67 ++++++++++++++++++++++
 drivers/net/hns3/hns3_ethdev.c        |  24 +++++++-
 drivers/net/hns3/hns3_ethdev.h        |   4 ++
 drivers/net/hns3/hns3_ethdev_vf.c     |   3 +-
 drivers/net/hns3/hns3_rxtx.c          |  19 +++----
 drivers/net/hns3/hns3_rxtx.h          | 103 ++++++++++++++--------------------
 drivers/net/hns3/hns3_rxtx_vec_neon.h |   7 +--
 drivers/net/hns3/hns3_rxtx_vec_sve.c  |   6 +-
 9 files changed, 155 insertions(+), 87 deletions(-)

-- 
2.7.4


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

end of thread, other threads:[~2021-04-19 17:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-15  3:51 [dpdk-dev] [PATCH 0/3] some features about hns3 PMD Min Hu (Connor)
2021-04-15  3:52 ` [dpdk-dev] [PATCH 1/3] net/hns3: support runtime config of mask device capability Min Hu (Connor)
2021-04-15  3:52 ` [dpdk-dev] [PATCH 2/3] net/hns3: support Rx checksum simple process Min Hu (Connor)
2021-04-15  3:52 ` [dpdk-dev] [PATCH 3/3] net/hns3: check max SIMD bitwidth Min Hu (Connor)
2021-04-19 17:16 ` [dpdk-dev] [PATCH 0/3] some features about hns3 PMD 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).