From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 72079A05D3 for ; Mon, 25 Mar 2019 15:00:21 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id EA7DB3256; Mon, 25 Mar 2019 15:00:20 +0100 (CET) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 4615D11A4 for ; Mon, 25 Mar 2019 15:00:18 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Mar 2019 07:00:16 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,269,1549958400"; d="scan'208";a="217365718" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga001.jf.intel.com with ESMTP; 25 Mar 2019 07:00:16 -0700 Received: from fmsmsx124.amr.corp.intel.com (10.18.125.39) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.408.0; Mon, 25 Mar 2019 07:00:15 -0700 Received: from shsmsx154.ccr.corp.intel.com (10.239.6.54) by fmsmsx124.amr.corp.intel.com (10.18.125.39) with Microsoft SMTP Server (TLS) id 14.3.408.0; Mon, 25 Mar 2019 07:00:13 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.134]) by SHSMSX154.ccr.corp.intel.com ([169.254.7.223]) with mapi id 14.03.0415.000; Mon, 25 Mar 2019 22:00:11 +0800 From: "Zhang, Qi Z" To: "Yang, Qiming" , "dev@dpdk.org" Thread-Topic: [PATCH v6 0/3] enable package download in ice driver Thread-Index: AQHU4ulcX6qTj3BbzUCIQ8BCFI5HG6YcX5/g Date: Mon, 25 Mar 2019 14:00:11 +0000 Message-ID: <039ED4275CED7440929022BC67E7061153351FE8@SHSMSX103.ccr.corp.intel.com> References: <20190321150232.13536-2-qiming.yang@intel.com> <20190325090102.85918-1-qiming.yang@intel.com> In-Reply-To: <20190325090102.85918-1-qiming.yang@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNTFiMWQxMTUtMWQwMy00NzgzLWJjMTktMGE3MjE0NmQyNDlhIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiczR2K0hYRWx5T0hSK2M4N1M5NFV6MmZ4RUJQK3hEajZKMDlRSU5UdFNWc3FOemMwSVlNV1pYcTVVTCtqSytGMCJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v6 0/3] enable package download in ice driver 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Message-ID: <20190325140011.gZxVm6y1B_5x5w2lDmZpaocx1BUqx9N7-p8o0skyTLk@z> > -----Original Message----- > From: Yang, Qiming > Sent: Monday, March 25, 2019 5:01 PM > To: dev@dpdk.org > Cc: Zhang, Qi Z ; Yang, Qiming > Subject: [PATCH v6 0/3] enable package download in ice driver >=20 > This patch set enabled package downloading to the device. The package is = to be > in the /lib/firmware/intel/ice/ddp directory and named ice.pkg. > The package is shared by the kernel driver and the DPDK PMD. >=20 > If package download failed, driver need to go to safe mode. This patch se= t > disabled RSS, QINQ, checksum offload in safe mode. >=20 > The patch set also enabled RSS for UPD/TCP/SCTP+IPV4/IPV6 packets. >=20 > Acked-by: Paul M Stillwell Jr >=20 > --- > v6: > 1. rebased to master branch. >=20 > V5: > 1. improve as community's comment. > 2. fixed time line error. >=20 > V4: > 1. free memory when package download fail. >=20 > V3: > 1. fixed compile issue. > 2. split document update to each patch. >=20 > V2: > 1. fixed errors in commit log. > 2. removed unnecessary code. > 3. improved as Qi's comments. > 4. removed devargs. > 5. added document update. >=20 > Qiming Yang (3): > net/ice: load OS default package > net/ice: add safe mode > net/ice: enable RSS when device init >=20 > doc/guides/nics/ice.rst | 9 ++ > doc/guides/rel_notes/release_19_05.rst | 5 ++ > drivers/net/ice/ice_ethdev.c | 158 > ++++++++++++++++++++++++++++++--- > drivers/net/ice/ice_ethdev.h | 1 + > 4 files changed, 160 insertions(+), 13 deletions(-) >=20 > -- > 2.9.5 Acked-by: Qi Zhang Applied to dpdk-next-net-intel with minor fix on PATCH 1/3 Thanks Qi