From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 0/3] Update FSLMC bus firmware Date: Thu, 04 Apr 2019 23:08:48 +0200 Message-ID: <2002716.sjzEUOpA7y@xps> References: <20190403142357.17700-1-shreyansh.jain@nxp.com> <20190404072335.24555-1-shreyansh.jain@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 out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id 1A8301B399 for ; Thu, 4 Apr 2019 23:08:51 +0200 (CEST) In-Reply-To: <20190404072335.24555-1-shreyansh.jain@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" 04/04/2019 09:23, Shreyansh Jain: > Based on net-next: 69f805ac18abe > > All the patches are strictly within DPAA2/FSLMC driver area. > > MC firmware is the core component of FSLMC bus which enables > all the dpaa2 devices (eth, crypto etc). > With recent release of NXP's layerscape SDK, the MC firmware > has been bumped up. These patches updates only necessary > changes so as to maintain version compatibility. > > v1->v2: > - In last patch (patch 2), one of a recent fix (e94be227b7) > was overwritten. Restoring that change. > > Shreyansh Jain (3): > bus/fslmc: cleanup unused firmware code > drivers: update MC firmware version for FSLMC bus > doc: bump SDK support version for dpaa2 Applied, thanks