DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] NXP DPAA2 bus driver fw upgrade
@ 2017-09-16 10:35 Hemant Agrawal
  2017-09-16 10:35 ` [dpdk-dev] [PATCH] bus/fslmc: update MC to 10.3.x Hemant Agrawal
  0 siblings, 1 reply; 4+ messages in thread
From: Hemant Agrawal @ 2017-09-16 10:35 UTC (permalink / raw)
  To: dev; +Cc: ferruh.yigit, shreyansh.jain

This patch upgrades the DPAA2- FSLMC bus firmware support
to 10.3.x.

It was earlier submitted as part of patchset,
"NXP DPAA2 PMD updates"
http://dpdk.org/ml/archives/dev/2017-September/074846.html

It is identified during the review that this should be
directly applied on master as it is touching bus, net, crypto drivers.

This patch depends on Sheyansh patchset [1].

1. NXP DPAA2: Refactor bus scan/probe code
http://dpdk.org/ml/archives/dev/2017-August/073545.html

Shreyansh Jain (1):
  bus/fslmc: update MC to 10.3.x

 drivers/bus/fslmc/fslmc_vfio.c               |   19 +
 drivers/bus/fslmc/mc/dpbp.c                  |  182 ++++-
 drivers/bus/fslmc/mc/dpci.c                  |  202 ++++-
 drivers/bus/fslmc/mc/dpcon.c                 |  163 +++-
 drivers/bus/fslmc/mc/dpio.c                  |  230 +++++-
 drivers/bus/fslmc/mc/dpmng.c                 |   33 +-
 drivers/bus/fslmc/mc/fsl_dpbp.h              |  191 +----
 drivers/bus/fslmc/mc/fsl_dpbp_cmd.h          |  125 ++-
 drivers/bus/fslmc/mc/fsl_dpci.h              |  257 ++----
 drivers/bus/fslmc/mc/fsl_dpci_cmd.h          |  222 +++---
 drivers/bus/fslmc/mc/fsl_dpcon.h             |  186 +----
 drivers/bus/fslmc/mc/fsl_dpcon_cmd.h         |  193 ++---
 drivers/bus/fslmc/mc/fsl_dpio.h              |  299 ++-----
 drivers/bus/fslmc/mc/fsl_dpio_cmd.h          |  178 +++--
 drivers/bus/fslmc/mc/fsl_dpmng.h             |   41 +-
 drivers/bus/fslmc/mc/fsl_dpmng_cmd.h         |   41 +-
 drivers/bus/fslmc/mc/fsl_mc_cmd.h            |  217 +++--
 drivers/bus/fslmc/mc/fsl_mc_sys.h            |   36 +-
 drivers/bus/fslmc/mc/mc_sys.c                |    5 +-
 drivers/crypto/dpaa2_sec/mc/dpseci.c         |  676 +++++++++-------
 drivers/crypto/dpaa2_sec/mc/fsl_dpseci.h     |  782 ++++++------------
 drivers/crypto/dpaa2_sec/mc/fsl_dpseci_cmd.h |  387 +++++----
 drivers/net/dpaa2/Makefile                   |    1 +
 drivers/net/dpaa2/base/dpaa2_hw_dpni.c       |   11 +-
 drivers/net/dpaa2/dpaa2_ethdev.c             |   21 +-
 drivers/net/dpaa2/dpaa2_ethdev.h             |    2 +-
 drivers/net/dpaa2/mc/dpkg.c                  |  107 +++
 drivers/net/dpaa2/mc/dpni.c                  | 1093 +++++++++++++++++++++-----
 drivers/net/dpaa2/mc/fsl_dpkg.h              |   69 +-
 drivers/net/dpaa2/mc/fsl_dpni.h              | 1083 ++++++++-----------------
 drivers/net/dpaa2/mc/fsl_dpni_cmd.h          |  970 +++++++++++++----------
 drivers/net/dpaa2/mc/fsl_net.h               |    2 +-
 32 files changed, 4199 insertions(+), 3825 deletions(-)
 create mode 100644 drivers/net/dpaa2/mc/dpkg.c

-- 
2.7.4

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

end of thread, other threads:[~2017-10-06 12:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-16 10:35 [dpdk-dev] [PATCH] NXP DPAA2 bus driver fw upgrade Hemant Agrawal
2017-09-16 10:35 ` [dpdk-dev] [PATCH] bus/fslmc: update MC to 10.3.x Hemant Agrawal
2017-10-05 23:34   ` Thomas Monjalon
2017-10-06 13:11     ` Shreyansh Jain

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).