DPDK patches and discussions
 help / color / mirror / Atom feed
From: Hemant Agrawal <hemant.agrawal@oss.nxp.com>
To: vanshika.shukla@nxp.com, dev@dpdk.org
Subject: Re: [v4 00/10] DPAA specific fixes
Date: Thu, 19 Jun 2025 11:13:58 +0530	[thread overview]
Message-ID: <641877ac-be17-4d06-abc3-55d42749eb32@oss.nxp.com> (raw)
In-Reply-To: <20250611071039.2939950-1-vanshika.shukla@nxp.com>


On 11-06-2025 12:40, vanshika.shukla@nxp.com wrote:
> From: Vanshika Shukla <vanshika.shukla@nxp.com>
>
> This series includes fixes for NXP DPAA drivers.
>
> 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 (2):
>    bus/dpaa: avoid using same structure and variable name
>    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
>
> Vinod Pullabhatla (1):
>    net/dpaa: add Tx rate limiting DPAA PMD API
>
>   .mailmap                                  |   1 +
>   doc/guides/nics/dpaa.rst                  |   3 +
>   drivers/bus/dpaa/base/fman/fman.c         | 279 ++++++++++++---------
>   drivers/bus/dpaa/base/fman/netcfg_layer.c |   8 +-
>   drivers/bus/dpaa/base/qbman/bman.c        | 149 +++++++++--
>   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               | 179 +++++++++----
>   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       | 230 +++++++++++++----
>   drivers/mempool/dpaa/dpaa_mempool.h       |  13 +-
>   drivers/net/dpaa/dpaa_ethdev.c            | 291 +++++++++++++++-------
>   drivers/net/dpaa/dpaa_flow.c              |  87 ++++++-
>   drivers/net/dpaa/dpaa_ptp.c               |  12 +-
>   drivers/net/dpaa/dpaa_rxtx.c              |   4 +-
>   drivers/net/dpaa/fmlib/fm_lib.c           |  30 +++
>   drivers/net/dpaa/fmlib/fm_port_ext.h      |   2 +-
>   drivers/net/dpaa/rte_pmd_dpaa.h           |  21 +-
>   22 files changed, 1023 insertions(+), 423 deletions(-)

Series-

Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>


      parent reply	other threads:[~2025-06-19  5:44 UTC|newest]

Thread overview: 54+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-28 10:39 [v1 " vanshika.shukla
2025-05-28 10:39 ` [v1 01/10] bus/dpaa: avoid using same structure and variable name vanshika.shukla
2025-05-28 10:39 ` [v1 02/10] bus/dpaa: add FMan node vanshika.shukla
2025-05-28 10:39 ` [v1 03/10] bus/dpaa: enhance DPAA SoC version vanshika.shukla
2025-05-28 14:28   ` Stephen Hemminger
2025-05-28 10:39 ` [v1 04/10] bus/dpaa: optimize bman acquire/release vanshika.shukla
2025-05-28 14:30   ` Stephen Hemminger
2025-05-28 14:50     ` [EXT] " Jun Yang
2025-05-28 10:39 ` [v1 05/10] mempool/dpaa: fast acquire and release vanshika.shukla
2025-05-28 10:39 ` [v1 06/10] mempool/dpaa: adjust pool element for LS1043A errata vanshika.shukla
2025-05-28 10:39 ` [v1 07/10] net/dpaa: add Tx rate limiting DPAA PMD API vanshika.shukla
2025-06-03  6:06   ` Varghese, Vipin
2025-05-28 10:39 ` [v1 08/10] net/dpaa: add devargs for enabling err packets on main queue vanshika.shukla
2025-05-28 10:39 ` [v1 09/10] bus/dpaa: improve DPAA cleanup vanshika.shukla
2025-05-28 10:39 ` [v1 10/10] bus/dpaa: optimize qman enqueue check vanshika.shukla
2025-06-02 13:15 ` [v2 00/10] DPAA specific fixes vanshika.shukla
2025-06-02 13:15   ` [v2 01/10] bus/dpaa: avoid using same structure and variable name vanshika.shukla
2025-06-02 13:15   ` [v2 02/10] bus/dpaa: add FMan node vanshika.shukla
2025-06-02 13:15   ` [v2 03/10] bus/dpaa: enhance DPAA SoC version vanshika.shukla
2025-06-02 13:15   ` [v2 04/10] bus/dpaa: optimize bman acquire/release vanshika.shukla
2025-06-02 13:15   ` [v2 05/10] mempool/dpaa: fast acquire and release vanshika.shukla
2025-06-02 13:15   ` [v2 06/10] mempool/dpaa: adjust pool element for LS1043A errata vanshika.shukla
2025-06-02 13:15   ` [v2 07/10] net/dpaa: add Tx rate limiting DPAA PMD API vanshika.shukla
2025-06-02 13:15   ` [v2 08/10] net/dpaa: add devargs for enabling err packets on main queue vanshika.shukla
2025-06-02 13:15   ` [v2 09/10] bus/dpaa: improve DPAA cleanup vanshika.shukla
2025-06-02 13:15   ` [v2 10/10] bus/dpaa: optimize qman enqueue check vanshika.shukla
2025-06-04  2:51     ` Stephen Hemminger
2025-06-10  9:14   ` [v3 00/10] DPAA specific fixes vanshika.shukla
2025-06-10  9:14     ` [v3 01/10] bus/dpaa: avoid using same structure and variable name vanshika.shukla
2025-06-10  9:14     ` [v3 02/10] bus/dpaa: add FMan node vanshika.shukla
2025-06-10  9:14     ` [v3 03/10] bus/dpaa: enhance DPAA SoC version vanshika.shukla
2025-06-10  9:14     ` [v3 04/10] bus/dpaa: optimize bman acquire/release vanshika.shukla
2025-06-10  9:14     ` [v3 05/10] mempool/dpaa: fast acquire and release vanshika.shukla
2025-06-10  9:14     ` [v3 06/10] mempool/dpaa: adjust pool element for LS1043A errata vanshika.shukla
2025-06-10  9:14     ` [v3 07/10] net/dpaa: add Tx rate limiting DPAA PMD API vanshika.shukla
2025-06-10  9:14     ` [v3 08/10] net/dpaa: add devargs for enabling err packets on main queue vanshika.shukla
2025-06-10  9:14     ` [v3 09/10] bus/dpaa: improve DPAA cleanup vanshika.shukla
2025-06-10  9:14     ` [v3 10/10] bus/dpaa: optimize qman enqueue check vanshika.shukla
2025-06-11  7:10     ` [v4 00/10] DPAA specific fixes vanshika.shukla
2025-06-11  7:10       ` [v4 01/10] bus/dpaa: avoid using same structure and variable name vanshika.shukla
2025-06-11  7:10       ` [v4 02/10] bus/dpaa: add FMan node vanshika.shukla
2025-06-11 16:50         ` Stephen Hemminger
2025-06-19  5:44           ` [EXT] " Vanshika Shukla
2025-06-11  7:10       ` [v4 03/10] bus/dpaa: enhance DPAA SoC version vanshika.shukla
2025-06-11  7:10       ` [v4 04/10] bus/dpaa: optimize bman acquire/release vanshika.shukla
2025-06-11  7:10       ` [v4 05/10] mempool/dpaa: fast acquire and release vanshika.shukla
2025-06-11  7:10       ` [v4 06/10] mempool/dpaa: adjust pool element for LS1043A errata vanshika.shukla
2025-06-11  7:10       ` [v4 07/10] net/dpaa: add Tx rate limiting DPAA PMD API vanshika.shukla
2025-06-11  7:10       ` [v4 08/10] net/dpaa: add devargs for enabling err packets on main queue vanshika.shukla
2025-06-11  7:10       ` [v4 09/10] bus/dpaa: improve DPAA cleanup vanshika.shukla
2025-06-11  7:10       ` [v4 10/10] bus/dpaa: optimize qman enqueue check vanshika.shukla
2025-06-11 16:15         ` Stephen Hemminger
2025-06-11 20:04           ` Patrick Robb
2025-06-19  5:43       ` Hemant Agrawal [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=641877ac-be17-4d06-abc3-55d42749eb32@oss.nxp.com \
    --to=hemant.agrawal@oss.nxp.com \
    --cc=dev@dpdk.org \
    --cc=vanshika.shukla@nxp.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).