DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH 0/6] net/hns3: VF support multi-TCs
@ 2025-06-11  8:18 Dengdui Huang
  2025-06-11  8:18 ` [PATCH 1/6] net/hns3: fix VF fail to config queue TC Dengdui Huang
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Dengdui Huang @ 2025-06-11  8:18 UTC (permalink / raw)
  To: dev; +Cc: stephen, lihuisong, fengchengwen, liuyonglong

This patchset adds the VF multi-TCs feature.

Chengwen Feng (6):
  net/hns3: fix VF fail to config queue TC
  net/hns3: remove duplicate struct field
  net/hns3: refactor DCB module code
  net/hns3: VF support parse max TC number
  net/hns3: VF support discover multi-TCs capability
  net/hns3: VF support multi-TCs configure

 drivers/net/hns3/hns3_cmd.c       |   5 +-
 drivers/net/hns3/hns3_cmd.h       |  10 +
 drivers/net/hns3/hns3_dcb.c       | 161 ++++++++++++----
 drivers/net/hns3/hns3_dcb.h       |   4 +
 drivers/net/hns3/hns3_dump.c      |  11 +-
 drivers/net/hns3/hns3_ethdev.c    | 132 ++-----------
 drivers/net/hns3/hns3_ethdev.h    |  12 +-
 drivers/net/hns3/hns3_ethdev_vf.c | 297 ++++++++++++++++++++++++++++--
 drivers/net/hns3/hns3_mbx.h       |  50 ++++-
 drivers/net/hns3/hns3_rss.c       |   8 +-
 drivers/net/hns3/hns3_rxtx.c      |  26 ++-
 drivers/net/hns3/hns3_tm.c        |   6 +-
 12 files changed, 539 insertions(+), 183 deletions(-)

-- 
2.33.0


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

end of thread, other threads:[~2025-06-11  8:19 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-06-11  8:18 [PATCH 0/6] net/hns3: VF support multi-TCs Dengdui Huang
2025-06-11  8:18 ` [PATCH 1/6] net/hns3: fix VF fail to config queue TC Dengdui Huang
2025-06-11  8:18 ` [PATCH 2/6] net/hns3: remove duplicate struct field Dengdui Huang
2025-06-11  8:18 ` [PATCH 3/6] net/hns3: refactor DCB module code Dengdui Huang
2025-06-11  8:18 ` [PATCH 4/6] net/hns3: VF support parse max TC number Dengdui Huang
2025-06-11  8:18 ` [PATCH 5/6] net/hns3: VF support discover multi-TCs capability Dengdui Huang
2025-06-11  8:19 ` [PATCH 6/6] net/hns3: VF support multi-TCs configure Dengdui Huang

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