From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH 0/7] net/ice: update share code Date: Wed, 16 Jan 2019 12:16:36 +0000 Message-ID: References: <20190115125658.15421-1-qi.z.zhang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: paul.m.stillwell.jr@intel.com, dev@dpdk.org, bruce.richardson@intel.com To: Qi Zhang , wenzhuo.lu@intel.com, qiming.yang@intel.com Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 25C49262E for ; Wed, 16 Jan 2019 13:16:39 +0100 (CET) In-Reply-To: <20190115125658.15421-1-qi.z.zhang@intel.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 1/15/2019 12:56 PM, Qi Zhang wrote: > For ice family NICs, package processing pipe line can be configured in > a package file should be downloaded into device by driver during init. > The patch set add necessary share code APIs to support package download. > Also some code clean is included. > > Though package download will not be enabled in 19.02 as plan, but we > hope the share code part could be merged early. > > Meanwhile we will submit a seperate RFC patch for package download for > customer early evelutation. > > Qi Zhang (7): > net/ice/base: code clean > net/ice/base: add API to support resource allocate > net/ice/base: add package download related data structure > net/ice/base: add some help macros > net/ice/base: add flexible pipeline module > net/ice/base: add flow module > net/ice/base: free flow profile entries Since there will be already a new version, can you also check the checkpatch errors, there are a few reported. Thanks, ferruh