From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 00/15] Upgrade DPAA2 FW and other feature/bug fixes Date: Fri, 12 Oct 2018 12:16:28 +0200 Message-ID: <9015218.8t0llQzSWg@xps> References: <20180917103631.32304-1-shreyansh.jain@nxp.com> <20180926180440.31726-1-shreyansh.jain@nxp.com> <9025a1a3-b6a9-c9ea-1ca5-3b711cef8587@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, ferruh.yigit@intel.com To: Shreyansh Jain Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 02EF31B4E1 for ; Fri, 12 Oct 2018 12:16:35 +0200 (CEST) In-Reply-To: <9025a1a3-b6a9-c9ea-1ca5-3b711cef8587@nxp.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 12/10/2018 11:32, Shreyansh Jain: > On Wednesday 26 September 2018 11:34 PM, Shreyansh Jain wrote: > > About the series: > > > > This series of patches upgrades the DPAA2 driver firmware to > > v10.10.10 (MC Firmware). > > As the bus/fslmc is modified, it is a dependent object for other > > drivers like net/crypto/qdma. Also, the changes are mostly tightly > > linked - thus, the patches include upgrade as well as sequential > > changes to driver. > > Once done, it would imply that DPAA2 driver won't work with any MC > > FW lower than 10.10.10. > > > > Support for this new firmware is available in publically available > > LSDK (Layerscape SDK) release [1]. > > > > Besides the FW change, there are other subtle changes as well: > > - Support reading the MAC address from NIC device, rather than > > using a default MAC > > - Adding support for QBMan 5.0 FW APIs > > - Some patches for NXP's LX2 platform specific features > > - And some bug fixes. > > > > Dependency: > > > > * These patches are based on net-next/master 58c3b609699a8c > > * Series [1] is logically related to this, but has no git/patch > > related dependency. It is series for upgrade of DPAA. > > > > [1] https://lsdk.github.io/index.html > > [2] http://patches.dpdk.org/project/dpdk/list/?series=1090&state=* > > > > Version History: > > v1->v2: > > - Bumped up the version of the libraries (pmd/bus/crypto/event) as the > > first set of patches (MC firmware update) breaks the internal ABI > > - Added support for ordered processing APIs. These APIs are expected > > to be used in subseqent feature updates on DPAA2 ethernet driver. > > - Some internal bug fixes. > > (Patches increased from 11~15) > > > > Hi Thomas, > > Would you be taking this series for RC1? Yes > (Ideally being driver code, this should have been with Ferruh but > patchwork is showing your name). Ferruh is taking patches for drivers/net/ and related. This series is touching a lot more.