DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 0/6] bugfixes for hns3
@ 2021-03-23 13:45 Min Hu (Connor)
  2021-03-23 13:45 ` [dpdk-dev] [PATCH 1/6] net/hns3: fix the reporting of undefined speed Min Hu (Connor)
                   ` (6 more replies)
  0 siblings, 7 replies; 14+ messages in thread
From: Min Hu (Connor) @ 2021-03-23 13:45 UTC (permalink / raw)
  To: dev, ferruh.yigit

This series added six bugfix patches.

Chengchang Tang (3):
  net/hns3: fix TCP SEG and TCP CKSUM flag set
  net/hns3: fix Tx checksum for UDP packets with special port
  net/hns3: fix the long taskqueue pairs reset time

Huisong Li (3):
  net/hns3: fix the reporting of undefined speed
  net/hns3: fix compiling error for using SVE algorithm
  net/hns3: fix link update when failed to get link info

 drivers/net/hns3/hns3_cmd.h          |   8 +-
 drivers/net/hns3/hns3_ethdev.c       |  58 ++++++++---
 drivers/net/hns3/hns3_ethdev.h       |  19 ++++
 drivers/net/hns3/hns3_ethdev_vf.c    |   5 +-
 drivers/net/hns3/hns3_rxtx.c         | 194 +++++++++++++++++++++++++++++++----
 drivers/net/hns3/hns3_rxtx.h         |  16 +++
 drivers/net/hns3/hns3_rxtx_vec_sve.c |   2 +-
 7 files changed, 265 insertions(+), 37 deletions(-)

-- 
2.7.4


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

end of thread, other threads:[~2021-03-31  9:14 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-23 13:45 [dpdk-dev] [PATCH 0/6] bugfixes for hns3 Min Hu (Connor)
2021-03-23 13:45 ` [dpdk-dev] [PATCH 1/6] net/hns3: fix the reporting of undefined speed Min Hu (Connor)
2021-03-23 13:45 ` [dpdk-dev] [PATCH 2/6] net/hns3: fix compiling error for using SVE algorithm Min Hu (Connor)
2021-03-29 16:10   ` Ferruh Yigit
2021-03-29 18:31     ` Aaron Conole
2021-03-29 19:42       ` David Marchand
2021-03-29 22:13         ` Honnappa Nagarahalli
2021-03-31  0:55     ` Min Hu (Connor)
2021-03-31  9:14       ` Ferruh Yigit
2021-03-23 13:45 ` [dpdk-dev] [PATCH 3/6] net/hns3: fix TCP SEG and TCP CKSUM flag set Min Hu (Connor)
2021-03-23 13:45 ` [dpdk-dev] [PATCH 4/6] net/hns3: fix Tx checksum for UDP packets with special port Min Hu (Connor)
2021-03-23 13:45 ` [dpdk-dev] [PATCH 5/6] net/hns3: fix link update when failed to get link info Min Hu (Connor)
2021-03-23 13:45 ` [dpdk-dev] [PATCH 6/6] net/hns3: fix the long taskqueue pairs reset time Min Hu (Connor)
2021-03-30 10:35 ` [dpdk-dev] [PATCH 0/6] bugfixes for hns3 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).