From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <paul.m.stillwell.jr@intel.com>
Received: from mga12.intel.com (mga12.intel.com [192.55.52.136])
 by dpdk.org (Postfix) with ESMTP id 0B01123D
 for <dev@dpdk.org>; Mon, 25 Mar 2019 05:25:51 +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 fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;
 24 Mar 2019 21:25:51 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.60,256,1549958400"; d="scan'208";a="217240985"
Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206])
 by orsmga001.jf.intel.com with ESMTP; 24 Mar 2019 21:25:50 -0700
Received: from fmsmsx152.amr.corp.intel.com (10.18.125.5) by
 FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS)
 id 14.3.408.0; Sun, 24 Mar 2019 21:25:50 -0700
Received: from fmsmsx120.amr.corp.intel.com ([169.254.15.249]) by
 FMSMSX152.amr.corp.intel.com ([169.254.6.246]) with mapi id 14.03.0415.000;
 Sun, 24 Mar 2019 21:25:50 -0700
From: "Stillwell Jr, Paul M" <paul.m.stillwell.jr@intel.com>
To: "Yang, Qiming" <qiming.yang@intel.com>, "dev@dpdk.org" <dev@dpdk.org>
CC: "Zhang, Qi Z" <qi.z.zhang@intel.com>, "Yang, Qiming"
 <qiming.yang@intel.com>
Thread-Topic: [dpdk-dev] [PATCH v5 0/3] enable package download in ice driver
Thread-Index: AQHU4rKhlLkweIm1kki0bW+zGFV0KqYbv7zw
Date: Mon, 25 Mar 2019 04:25:49 +0000
Message-ID: <F8A4ECA1C1D86B4081DD6BF503D1F436C7466FE7@fmsmsx120.amr.corp.intel.com>
References: <20190321150232.13536-2-qiming.yang@intel.com>
 <20190325022935.74302-1-qiming.yang@intel.com>
In-Reply-To: <20190325022935.74302-1-qiming.yang@intel.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-ctpclassification: CTP_NT
x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZmRhNjNlYjAtOThlYS00MTliLTk2NzQtOWYyZGVjODM0NzQzIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoidHpIQ05Vdmtoc3Q4UDY5aTRYUVlcL1RCbDFOOHg3TXd2UVBEczJ2V1FxTnJ3NWpuMGJBWFlNMkdQVXRuTVUxZEEifQ==
dlp-product: dlpe-windows
dlp-version: 11.0.400.15
dlp-reaction: no-action
x-originating-ip: [10.1.200.107]
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
Subject: Re: [dpdk-dev] [PATCH v5 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 <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Mon, 25 Mar 2019 04:25:52 -0000


> -----Original Message-----
> From: dev <dev-bounces@dpdk.org> On Behalf Of Qiming Yang
> Sent: Sunday, March 24, 2019 7:30 PM
> To: dev@dpdk.org
> Cc: Zhang, Qi Z <qi.z.zhang@intel.com>; Yang, Qiming
> <qiming.yang@intel.com>
> Subject: [dpdk-dev] [PATCH v5 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
> ---
> 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 |   6 ++
>  drivers/net/ice/ice_ethdev.c           | 157
> ++++++++++++++++++++++++++++++---
>  drivers/net/ice/ice_ethdev.h           |   1 +
>  4 files changed, 160 insertions(+), 13 deletions(-)
>=20
> --
> 2.9.5

Acked-by: Paul M Stillwell Jr <paul.m.stillwell.jr@intel.com>

From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <dev-bounces@dpdk.org>
Received: from dpdk.org (dpdk.org [92.243.14.124])
	by dpdk.space (Postfix) with ESMTP id D7E8DA05D3
	for <public@inbox.dpdk.org>; Mon, 25 Mar 2019 05:25:54 +0100 (CET)
Received: from [92.243.14.124] (localhost [127.0.0.1])
	by dpdk.org (Postfix) with ESMTP id 5CD7111A4;
	Mon, 25 Mar 2019 05:25:54 +0100 (CET)
Received: from mga12.intel.com (mga12.intel.com [192.55.52.136])
 by dpdk.org (Postfix) with ESMTP id 0B01123D
 for <dev@dpdk.org>; Mon, 25 Mar 2019 05:25:51 +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 fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;
 24 Mar 2019 21:25:51 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.60,256,1549958400"; d="scan'208";a="217240985"
Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206])
 by orsmga001.jf.intel.com with ESMTP; 24 Mar 2019 21:25:50 -0700
Received: from fmsmsx152.amr.corp.intel.com (10.18.125.5) by
 FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS)
 id 14.3.408.0; Sun, 24 Mar 2019 21:25:50 -0700
Received: from fmsmsx120.amr.corp.intel.com ([169.254.15.249]) by
 FMSMSX152.amr.corp.intel.com ([169.254.6.246]) with mapi id 14.03.0415.000;
 Sun, 24 Mar 2019 21:25:50 -0700
From: "Stillwell Jr, Paul M" <paul.m.stillwell.jr@intel.com>
To: "Yang, Qiming" <qiming.yang@intel.com>, "dev@dpdk.org" <dev@dpdk.org>
CC: "Zhang, Qi Z" <qi.z.zhang@intel.com>, "Yang, Qiming"
 <qiming.yang@intel.com>
Thread-Topic: [dpdk-dev] [PATCH v5 0/3] enable package download in ice driver
Thread-Index: AQHU4rKhlLkweIm1kki0bW+zGFV0KqYbv7zw
Date: Mon, 25 Mar 2019 04:25:49 +0000
Message-ID:
 <F8A4ECA1C1D86B4081DD6BF503D1F436C7466FE7@fmsmsx120.amr.corp.intel.com>
References: <20190321150232.13536-2-qiming.yang@intel.com>
 <20190325022935.74302-1-qiming.yang@intel.com>
In-Reply-To: <20190325022935.74302-1-qiming.yang@intel.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-ctpclassification: CTP_NT
x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZmRhNjNlYjAtOThlYS00MTliLTk2NzQtOWYyZGVjODM0NzQzIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoidHpIQ05Vdmtoc3Q4UDY5aTRYUVlcL1RCbDFOOHg3TXd2UVBEczJ2V1FxTnJ3NWpuMGJBWFlNMkdQVXRuTVUxZEEifQ==
dlp-product: dlpe-windows
dlp-version: 11.0.400.15
dlp-reaction: no-action
x-originating-ip: [10.1.200.107]
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
Subject: Re: [dpdk-dev] [PATCH v5 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 <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
Errors-To: dev-bounces@dpdk.org
Sender: "dev" <dev-bounces@dpdk.org>
Message-ID: <20190325042549.rFkVe1p81N93KS5mU3k6vlk56XG7f6KNFxAWJ9qb1PM@z>


> -----Original Message-----
> From: dev <dev-bounces@dpdk.org> On Behalf Of Qiming Yang
> Sent: Sunday, March 24, 2019 7:30 PM
> To: dev@dpdk.org
> Cc: Zhang, Qi Z <qi.z.zhang@intel.com>; Yang, Qiming
> <qiming.yang@intel.com>
> Subject: [dpdk-dev] [PATCH v5 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
> ---
> 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 |   6 ++
>  drivers/net/ice/ice_ethdev.c           | 157
> ++++++++++++++++++++++++++++++---
>  drivers/net/ice/ice_ethdev.h           |   1 +
>  4 files changed, 160 insertions(+), 13 deletions(-)
>=20
> --
> 2.9.5

Acked-by: Paul M Stillwell Jr <paul.m.stillwell.jr@intel.com>