All of lore.kernel.org
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 0/7] NXP DPAAx fixes and improvements
@ 2021-07-19 13:59 Hemant Agrawal
  2021-07-19 13:59 ` [dpdk-dev] [PATCH 1/7] bus/dpaa: fix to use right type of memory free Hemant Agrawal
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: Hemant Agrawal @ 2021-07-19 13:59 UTC (permalink / raw)
  To: dev; +Cc: ferruh.yigit, Hemant Agrawal

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


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2021-09-09  7:09 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-19 13:59 [dpdk-dev] [PATCH 0/7] NXP DPAAx fixes and improvements Hemant Agrawal
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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.