On Fri, 24 Oct 2025 11:49:00 +0530 Gagandeep Singh <[email protected]> wrote:
> This series support timesync APIs, improves > queue reset logic and include minor fixes. > > v2 change log: > - fix 32 bit compilation > > v3 change log: > - update commit message of coverity fix patch > > v4 change log: > - separated queue shutdown and logging patch into two. > > v5 change log: > - update commit message for FQ shutdown patch > > v6 change log: > - Removed capitalization for support, disable and set. > - fix typo mistake in a commit message. > - add standard tag for coverity issue in commit. > - update commit message for FQ shutdown fix patch. > > Gagandeep Singh (2): > bus/dpaa: fix FQ shutdown to do proper cleanup of frame queues > bus/dpaa: improve DPAA bus qman logging > > Jun Yang (3): > net/dpaa: support IEEE1588 by timesync API > bus/dpaa: disable qman Invalid Enqueue State interrupt > bus/dpaa: set max push RXQ number > > Vanshika Shukla (1): > net/dpaa: fix resource leak coverity issue > > doc/guides/nics/dpaa.rst | 3 - > drivers/bus/dpaa/base/qbman/qman.c | 459 +++++++++++++--------- > drivers/bus/dpaa/base/qbman/qman_driver.c | 27 +- > drivers/bus/dpaa/bus_dpaa_driver.h | 6 + > drivers/bus/dpaa/dpaa_bus.c | 51 +++ > drivers/bus/dpaa/include/fsl_qman.h | 6 +- > drivers/common/dpaax/dpaax_ptp.h | 95 +++++ > drivers/net/dpaa/dpaa_ethdev.c | 69 +--- > drivers/net/dpaa/dpaa_ethdev.h | 13 +- > drivers/net/dpaa/dpaa_flow.c | 6 +- > drivers/net/dpaa/dpaa_ptp.c | 50 ++- > drivers/net/dpaa/dpaa_rxtx.c | 93 ++--- > drivers/net/dpaa/dpaa_rxtx.h | 2 +- > 13 files changed, 580 insertions(+), 300 deletions(-) > create mode 100644 drivers/common/dpaax/dpaax_ptp.h > Fixed the commit log to be ok with check-git-logs and checkpatch and queued to next-net

