From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga105.jf.intel.com with ESMTP; 22 Aug 2017 09:25:24 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,412,1498546800"; d="scan'208";a="1208972816" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.57]) ([10.237.220.57]) by fmsmga002.fm.intel.com with ESMTP; 22 Aug 2017 09:25:23 -0700 To: Alejandro Lucero , dev@dpdk.org References: <1503410435-36845-1-git-send-email-alejandro.lucero@netronome.com> From: Ferruh Yigit Message-ID: Date: Tue, 22 Aug 2017 17:25:22 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <1503410435-36845-1-git-send-email-alejandro.lucero@netronome.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2] nfp: support new firmware medatada api X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Aug 2017 16:25:26 -0000 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.