From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v2] nfp: support new firmware medatada api Date: Tue, 22 Aug 2017 17:25:22 +0100 Message-ID: References: <1503410435-36845-1-git-send-email-alejandro.lucero@netronome.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit To: Alejandro Lucero , dev@dpdk.org Return-path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 710542C02 for ; Tue, 22 Aug 2017 18:25:25 +0200 (CEST) In-Reply-To: <1503410435-36845-1-git-send-email-alejandro.lucero@netronome.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 8/22/2017 3:00 PM, Alejandro Lucero wrote: > We need to support how firmware metadata was handled until now and also > the new api, since NFP NFD 3.0 firmware versions. The new metadata api > adds flexibility for working with different metadata types and, mainly, > to allow adding metadata from different firmware components independently. > > Although this patch just supports one type handled by the PMD, future uses > regarding firmware apps will extend this support. > > Signed-off-by: Alejandro Lucero Applied to dpdk-next-net/master, thanks.