V1-logs: This patch series introduces enhancements and fixes to the NXP DPAA2 Ethernet driver. It includes support for - software taildrop on ordered queues. - setup speed capabilities. - DPAA2 resource version. - MAC level statistics. - improve PA-VA conversion. - add buffer pool depletion state configuration. - fixes for shaper rate and buffer prepration.
V2-Changes: - Fix compilation issue on UB2404-32 V3-Changes: - Fix missing license information in fsl_dpmac.h V4-Changes: - Rebased the series to main branch top. V5-Changes: - Fix spelling error V6-Changes: - Remove new statistics and speed capabilities patches. - added release notes V7-Changes: - Update taildrop packets drop logic. V8-Changes: - Remove DPBP depletion API patch Gagandeep Singh (2): net/dpaa2: fix shaper rate net/dpaa2: enable software taildrop for ordered queues Ioana Ciornei (1): net/dpaa2: retrieve DPNI API version at init time Jun Yang (2): net/dpaa2: fix issue of extract buffer preparation mempool/dpaa2: use unified VA to IOVA conversion .mailmap | 1 + doc/guides/rel_notes/release_25_07.rst | 3 + drivers/mempool/dpaa2/dpaa2_hw_mempool.c | 222 +++++++++++++++-------- drivers/net/dpaa2/dpaa2_ethdev.c | 12 +- drivers/net/dpaa2/dpaa2_ethdev.h | 9 +- drivers/net/dpaa2/dpaa2_rxtx.c | 18 +- drivers/net/dpaa2/dpaa2_tm.c | 68 ++++--- 7 files changed, 213 insertions(+), 120 deletions(-) -- 2.25.1