From: Hemant Agrawal <hemant.agrawal@nxp.com>
To: dev@dpdk.org
Cc: ferruh.yigit@intel.com, Hemant Agrawal <hemant.agrawal@nxp.com>
Subject: [dpdk-dev] [PATCH 0/7] NXP DPAAx fixes and improvements
Date: Mon, 19 Jul 2021 19:29:10 +0530 [thread overview]
Message-ID: <20210719135917.26241-1-hemant.agrawal@nxp.com> (raw)
This series add few minor fixes and enhancements for
the NXP DPAAx drivers.
Hemant Agrawal (3):
bus/dpaa: fix to use right type of memory free
bus/dpaa: reduce syscall usages
doc: remove SDK info form individual dev guides
Nipun Gupta (2):
net/dpaa: fix headroom in VSP case
net/dpaa2: add per thread init PMD API
Rohit Raj (1):
net/dpaa: add check for parsing default Rx queue
Vanshika Shukla (1):
net/dpaa2: add input validation
doc/guides/cryptodevs/dpaa2_sec.rst | 6 ------
doc/guides/eventdevs/dpaa2.rst | 6 ------
doc/guides/nics/dpaa2.rst | 6 ------
doc/guides/rawdevs/dpaa2_cmdif.rst | 6 ------
doc/guides/rawdevs/dpaa2_qdma.rst | 6 ------
drivers/bus/dpaa/base/fman/fman.c | 18 ++++++++++++++++--
drivers/bus/dpaa/dpaa_bus.c | 3 +--
drivers/bus/dpaa/include/fman.h | 7 +++++--
drivers/bus/fslmc/portal/dpaa2_hw_dpio.c | 19 +++++++++----------
drivers/net/dpaa/dpaa_flow.c | 5 ++++-
drivers/net/dpaa/dpaa_fmc.c | 5 ++++-
drivers/net/dpaa2/base/dpaa2_hw_dpni.c | 11 +++++++++++
drivers/net/dpaa2/dpaa2_ethdev.c | 20 ++++++++++++++++++--
drivers/net/dpaa2/dpaa2_ethdev.h | 1 +
drivers/net/dpaa2/dpaa2_mux.c | 3 +++
drivers/net/dpaa2/rte_pmd_dpaa2.h | 10 ++++++++++
drivers/net/dpaa2/version.map | 2 ++
17 files changed, 84 insertions(+), 50 deletions(-)
--
2.17.1
next reply other threads:[~2021-07-19 14:02 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-07-19 13:59 Hemant Agrawal [this message]
2021-07-19 13:59 ` [dpdk-dev] [PATCH 1/7] bus/dpaa: fix to use right type of memory free Hemant Agrawal
2021-07-19 13:59 ` [dpdk-dev] [PATCH 2/7] net/dpaa: fix headroom in VSP case Hemant Agrawal
2021-07-19 13:59 ` [dpdk-dev] [PATCH 3/7] bus/dpaa: reduce syscall usages Hemant Agrawal
2021-07-19 13:59 ` [dpdk-dev] [PATCH 4/7] net/dpaa: add check for parsing default Rx queue Hemant Agrawal
2021-07-19 13:59 ` [dpdk-dev] [PATCH 5/7] net/dpaa2: add per thread init PMD API Hemant Agrawal
2021-09-09 7:09 ` Hemant Agrawal
2021-07-19 13:59 ` [dpdk-dev] [PATCH 6/7] net/dpaa2: add input validation Hemant Agrawal
2021-07-19 13:59 ` [dpdk-dev] [PATCH 7/7] doc: remove SDK info form individual dev guides Hemant Agrawal
2021-07-23 18:34 ` [dpdk-dev] [PATCH 0/7] NXP DPAAx fixes and improvements Thomas Monjalon
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=20210719135917.26241-1-hemant.agrawal@nxp.com \
--to=hemant.agrawal@nxp.com \
--cc=dev@dpdk.org \
--cc=ferruh.yigit@intel.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).