DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH 00/14] net/xsc: PMD updates
@ 2025-08-29  8:24 Renyong Wan
  2025-08-29  8:24 ` [PATCH 01/14] net/xsc: add FW version get support Renyong Wan
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: Renyong Wan @ 2025-08-29  8:24 UTC (permalink / raw)
  To: dev; +Cc: thomas, stephen, qianr, nana, zhangxx, xudw, jacky, weihg, zhenghy

This series introduces multiple updates to the Yunsilicon xsc PMD,
including new feature support, optimizations, bug fixes.
Highlights include:

* Firmware version query support
* TSO and FEC support
* EEPROM dump and promiscuous mode
* Link status and event support
* Optimizations for RSS, QP/CQ allocation, and Rx path
* Fix for Coverity-reported issue


Renyong Wan (14):
  net/xsc: add FW version get support
  net/xsc: add TSO support
  net/xsc: support module EEPROM dump
  net/xsc: support promiscuous mode
  net/xsc: add link status support
  net/xsc: add link status event support
  net/xsc: add FEC get and set support
  net/xsc: optimize RSS queue creation
  net/xsc: optimize QP and CQ memory allocation
  net/xsc: optimize Rx path
  net/xsc: optimize stop and close
  net/xsc: support per port for multi-process
  net/xsc: fix uninitialized value
  net/xsc: update release notes for xsc PMD

 doc/guides/nics/features/xsc.ini       |   7 +
 doc/guides/rel_notes/release_25_11.rst |  13 +
 drivers/net/xsc/xsc_cmd.h              | 186 +++++++++++-
 drivers/net/xsc/xsc_defs.h             |   5 +
 drivers/net/xsc/xsc_dev.c              | 361 ++++++++++++++++++++--
 drivers/net/xsc/xsc_dev.h              | 116 ++++++-
 drivers/net/xsc/xsc_ethdev.c           | 334 +++++++++++++++++----
 drivers/net/xsc/xsc_ethdev.h           |   4 -
 drivers/net/xsc/xsc_np.c               |  89 ++++--
 drivers/net/xsc/xsc_np.h               |  34 ++-
 drivers/net/xsc/xsc_rx.c               | 248 +++++++++++----
 drivers/net/xsc/xsc_rx.h               |   1 +
 drivers/net/xsc/xsc_rxtx.h             |   3 +
 drivers/net/xsc/xsc_tx.c               |  14 +-
 drivers/net/xsc/xsc_tx.h               |   3 +-
 drivers/net/xsc/xsc_vfio.c             | 399 ++++++++++++++++++++++++-
 16 files changed, 1605 insertions(+), 212 deletions(-)

-- 
2.25.1

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

end of thread, other threads:[~2025-08-29  8:25 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-08-29  8:24 [PATCH 00/14] net/xsc: PMD updates Renyong Wan
2025-08-29  8:24 ` [PATCH 01/14] net/xsc: add FW version get support Renyong Wan
2025-08-29  8:24 ` [PATCH 02/14] net/xsc: add TSO support Renyong Wan
2025-08-29  8:24 ` [PATCH 03/14] net/xsc: support module EEPROM dump Renyong Wan
2025-08-29  8:24 ` [PATCH 04/14] net/xsc: support promiscuous mode Renyong Wan
2025-08-29  8:24 ` [PATCH 05/14] net/xsc: add link status support Renyong Wan
2025-08-29  8:24 ` [PATCH 06/14] net/xsc: add link status event support Renyong Wan
2025-08-29  8:24 ` [PATCH 07/14] net/xsc: add FEC get and set support Renyong Wan
2025-08-29  8:24 ` [PATCH 08/14] net/xsc: optimize RSS queue creation Renyong Wan
2025-08-29  8:24 ` [PATCH 09/14] net/xsc: optimize QP and CQ memory allocation Renyong Wan
2025-08-29  8:24 ` [PATCH 10/14] net/xsc: optimize Rx path Renyong Wan
2025-08-29  8:24 ` [PATCH 11/14] net/xsc: optimize stop and close Renyong Wan
2025-08-29  8:24 ` [PATCH 12/14] net/xsc: support per port for multi-process Renyong Wan
2025-08-29  8:24 ` [PATCH 13/14] net/xsc: fix uninitialized value Renyong Wan
2025-08-29  8:24 ` [PATCH 14/14] net/xsc: update release notes for xsc PMD Renyong Wan

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