From: Hemant Agrawal <hemant.agrawal@nxp.com>
To: <dev@dpdk.org>
Cc: <ferruh.yigit@intel.com>, <shreyansh.jain@nxp.com>
Subject: [dpdk-dev] [PATCH] NXP DPAA2 bus driver fw upgrade
Date: Sat, 16 Sep 2017 16:05:48 +0530 [thread overview]
Message-ID: <1505558149-28884-1-git-send-email-hemant.agrawal@nxp.com> (raw)
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
next reply other threads:[~2017-09-16 10:36 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-09-16 10:35 Hemant Agrawal [this message]
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
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=1505558149-28884-1-git-send-email-hemant.agrawal@nxp.com \
--to=hemant.agrawal@nxp.com \
--cc=dev@dpdk.org \
--cc=ferruh.yigit@intel.com \
--cc=shreyansh.jain@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).