On Fri, 19 Jun 2026 16:08:43 +0530 Hemant Agrawal <[email protected]> wrote:
> This series contains bug fixes for the DPAA PMD (bus/dpaa, net/dpaa, > net/dpaa/fmlib and dma/dpaa). > > v3 changes (AI code review feedback): > - P05: Clarify commit message: p_dev == NULL is equivalent to h_scheme == NULL > since p_dev = (t_device *)h_scheme; consistent with all sibling functions > - P16: Add comment explaining the intentional loop continuation; clarify > commit message about the loop design > - P17: Add DPAA_DP_LOG(WARNING) before silent return on l3_len == 0 to > aid debugging of corrupt/uninitialized mbufs > > v2 changes: > - P05: Fix commit message API name > - P08: Guard DPAA_PUSH_QUEUES_NUMBER env-var for LS1043A (errata) > - P09: Document dpaa_finish() removal > - P10: Fix wrong Fixes: tag > - P11: Split into two patches with correct Fixes: tags > - P13: Also fix rx_buf_diallocate -> rx_buf_deallocate > > All patches are bug fixes tagged with Fixes: and Cc: [email protected]. > > Gagandeep Singh (3): > bus/dpaa: fix device probe issue > net/dpaa: fix device remove > net/dpaa: fix invalid check on interrupt unregister > > Hemant Agrawal (11): > bus/dpaa: fix error handling of qman_create_fq > bus/dpaa: fix fqid endianness > bus/dpaa: fix error handling in qman_query > net/dpaa: fix modify cgr to use index > bus/dpaa: fix fd leak for ccsr mmap > net/dpaa: fix xstat name for tx undersized counter > net/dpaa: fix xstat string typos in BMI stats table > net/dpaa: remove duplicate ptype entries > net/dpaa: fix wrong buffer in xstats get by id > net/dpaa: fix null l3_len check in checksum offload > net/dpaa: fix mbuf leak in SG fd creation > > Jun Yang (1): > bus/dpaa: fix BMI RX stats register offset > > Prashant Gupta (1): > net/dpaa/fmlib: add null check in scheme delete > > Vanshika Shukla (2): > net/dpaa: fix port_handle leak in fm_prev_cleanup > dma/dpaa: fix out-of-bounds access in SG descriptor enqueue > > drivers/bus/dpaa/base/qbman/bman_driver.c | 3 ++- > drivers/bus/dpaa/base/qbman/qman.c | 11 ++++++--- > drivers/bus/dpaa/base/qbman/qman_driver.c | 6 ++--- > drivers/bus/dpaa/dpaa_bus.c | 17 ++++++------- > drivers/bus/dpaa/include/fman.h | 6 ++--- > drivers/dma/dpaa/dpaa_qdma.c | 7 +++++- > drivers/net/dpaa/dpaa_ethdev.c | 30 +++++++++++------------ > drivers/net/dpaa/dpaa_flow.c | 4 +++ > drivers/net/dpaa/dpaa_rxtx.c | 5 ++++ > drivers/net/dpaa/fmlib/fm_lib.c | 3 +++ > 10 files changed, 56 insertions(+), 36 deletions(-) > Applied to next-net with some minor changes to commit message to fix capitalization complaints from check-git-log

