[v9 0/8] DPAA specific fixes
vanshika.shukla at nxp.com
vanshika.shukla at nxp.com
Thu Jul 17 11:42:30 CEST 2025
From: Vanshika Shukla <vanshika.shukla at nxp.com>
This series includes fixes for NXP DPAA drivers.
V8:
This is a resend of the previous patch series with the correct series name.
No changes to the patches themselves.
V7:
Fixed compilation issues on some platforms.
V6:
Removed the "add Tx rate limiting DPAA PMD API" patch.
Handled comments by the reviewer.
V5:
Fixed comments by the reviewer.
V4:
Fixed compilation errors in the "bus/dpaa: optimize qman enqueue check" patch
on Ubuntu 22.04.
- Ensured buffer bounds are respected and added validation for buffer count
extracted from mcr->verb.
V3:
Fixed compilation errors for "bus/dpaa: optimize qman enqueue check" patch.
V2:
Handled review comments and checkpatch warnings
Gagandeep Singh (1):
bus/dpaa: improve DPAA cleanup
Hemant Agrawal (1):
bus/dpaa: optimize qman enqueue check
Jun Yang (5):
bus/dpaa: add FMan node
bus/dpaa: enhance DPAA SoC version
bus/dpaa: optimize bman acquire/release
mempool/dpaa: fast acquire and release
mempool/dpaa: adjust pool element for LS1043A errata
Vanshika Shukla (1):
net/dpaa: add devargs for enabling err packets on main queue
doc/guides/nics/dpaa.rst | 4 +
drivers/bus/dpaa/base/fman/fman.c | 279 ++++++++++++---------
drivers/bus/dpaa/base/fman/netcfg_layer.c | 8 +-
drivers/bus/dpaa/base/qbman/bman.c | 147 +++++++++--
drivers/bus/dpaa/base/qbman/qman.c | 50 ++--
drivers/bus/dpaa/base/qbman/qman_driver.c | 2 -
drivers/bus/dpaa/bus_dpaa_driver.h | 9 +-
drivers/bus/dpaa/dpaa_bus.c | 129 ++++++++--
drivers/bus/dpaa/include/fman.h | 40 +--
drivers/bus/dpaa/include/fsl_bman.h | 20 +-
drivers/bus/dpaa/include/fsl_qman.h | 2 +-
drivers/bus/dpaa/include/netcfg.h | 14 --
drivers/mempool/dpaa/dpaa_mempool.c | 229 +++++++++++++----
drivers/mempool/dpaa/dpaa_mempool.h | 13 +-
drivers/net/dpaa/dpaa_ethdev.c | 291 +++++++++++++++-------
drivers/net/dpaa/dpaa_ptp.c | 12 +-
drivers/net/dpaa/dpaa_rxtx.c | 4 +-
17 files changed, 859 insertions(+), 394 deletions(-)
--
2.25.1
More information about the dev
mailing list