From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 324F9235 for ; Wed, 16 Jan 2019 06:05:19 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 Jan 2019 21:05:18 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,484,1539673200"; d="scan'208";a="138649949" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by fmsmga001.fm.intel.com with ESMTP; 15 Jan 2019 21:05:18 -0800 Received: from fmsmsx158.amr.corp.intel.com (10.18.116.75) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.408.0; Tue, 15 Jan 2019 21:05:18 -0800 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by fmsmsx158.amr.corp.intel.com (10.18.116.75) with Microsoft SMTP Server (TLS) id 14.3.408.0; Tue, 15 Jan 2019 21:05:18 -0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.63]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.150]) with mapi id 14.03.0415.000; Wed, 16 Jan 2019 13:05:15 +0800 From: "Lu, Wenzhuo" To: "Zhang, Qi Z" , "Yang, Qiming" CC: "Stillwell Jr, Paul M" , "dev@dpdk.org" , "Richardson, Bruce" , "Yigit, Ferruh" Thread-Topic: [PATCH 0/7] net/ice: update share code Thread-Index: AQHUrNGigUokrn/XoUmK5wqmk2XEEqWxV/gw Date: Wed, 16 Jan 2019 05:05:14 +0000 Message-ID: <6A0DE07E22DDAD4C9103DF62FEBC0909407D33A5@shsmsx102.ccr.corp.intel.com> References: <20190115125658.15421-1-qi.z.zhang@intel.com> In-Reply-To: <20190115125658.15421-1-qi.z.zhang@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 0/7] net/ice: update share code 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: Wed, 16 Jan 2019 05:05:20 -0000 > -----Original Message----- > From: Zhang, Qi Z > Sent: Tuesday, January 15, 2019 8:57 PM > To: Lu, Wenzhuo ; Yang, Qiming > > Cc: Stillwell Jr, Paul M ; dev@dpdk.org; > Richardson, Bruce ; Yigit, Ferruh > ; Zhang, Qi Z > Subject: [PATCH 0/7] net/ice: update share code >=20 > 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. >=20 > Though package download will not be enabled in 19.02 as plan, but we hope > the share code part could be merged early. >=20 > Meanwhile we will submit a seperate RFC patch for package download for > customer early evelutation. >=20 Series Acked-by: Wenzhuo Lu