DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH 0/6] net/hns3: add some bugfix for hns3
@ 2023-10-31 12:23 Jie Hai
  2023-10-31 12:23 ` [PATCH 1/6] net/hns3: fix setting DCB capability Jie Hai
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Jie Hai @ 2023-10-31 12:23 UTC (permalink / raw)
  To: dev; +Cc: lihuisong, fengchengwen, liudongdong3

This patchset contains some bugfix for hns3 pmd.

Huisong Li (2):
  net/hns3: fix setting DCB capability
  net/hns3: fix LRO offload to report

Jie Hai (4):
  net/hns3: fix return value
  net/hns3: fix some error log
  net/hns3: do not export API for setting and getting algo and key
  net/hns3: fix uninitialized value

 drivers/net/hns3/hns3_cmd.c       | 40 +++++++++++++++++++++++++++++++
 drivers/net/hns3/hns3_cmd.h       |  1 +
 drivers/net/hns3/hns3_common.c    |  5 ++--
 drivers/net/hns3/hns3_dcb.c       |  2 +-
 drivers/net/hns3/hns3_dump.c      |  3 ++-
 drivers/net/hns3/hns3_ethdev.c    | 21 ++++------------
 drivers/net/hns3/hns3_ethdev.h    |  1 +
 drivers/net/hns3/hns3_ethdev_vf.c | 13 ++++++----
 drivers/net/hns3/hns3_fdir.c      |  2 +-
 drivers/net/hns3/hns3_flow.c      |  2 +-
 drivers/net/hns3/hns3_rss.c       |  8 +++----
 drivers/net/hns3/hns3_rss.h       |  4 ----
 drivers/net/hns3/hns3_rxtx.c      |  3 +++
 drivers/net/hns3/hns3_stats.c     | 15 ++++++++----
 14 files changed, 79 insertions(+), 41 deletions(-)

-- 
2.30.0


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

end of thread, other threads:[~2023-11-01 21:41 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-31 12:23 [PATCH 0/6] net/hns3: add some bugfix for hns3 Jie Hai
2023-10-31 12:23 ` [PATCH 1/6] net/hns3: fix setting DCB capability Jie Hai
2023-10-31 12:23 ` [PATCH 2/6] net/hns3: fix LRO offload to report Jie Hai
2023-10-31 12:23 ` [PATCH 3/6] net/hns3: fix return value Jie Hai
2023-10-31 12:23 ` [PATCH 4/6] net/hns3: fix some error log Jie Hai
2023-10-31 12:23 ` [PATCH 5/6] net/hns3: do not export API for setting and getting algo and key Jie Hai
2023-10-31 12:23 ` [PATCH 6/6] net/hns3: fix uninitialized value Jie Hai
2023-11-01 21:40 ` [PATCH 0/6] net/hns3: add some bugfix 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).