From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <helin.zhang@intel.com>
Received: from mga06.intel.com (mga06.intel.com [134.134.136.31])
 by dpdk.org (Postfix) with ESMTP id E52661B16A
 for <dev@dpdk.org>; Mon,  8 Jan 2018 06:37:06 +0100 (CET)
X-Amp-Result: SKIPPED(no attachment in message)
X-Amp-File-Uploaded: False
Received: from fmsmga008.fm.intel.com ([10.253.24.58])
 by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;
 07 Jan 2018 21:37:05 -0800
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.46,329,1511856000"; 
   d="scan'208";a="8089898"
Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202])
 by fmsmga008.fm.intel.com with ESMTP; 07 Jan 2018 21:37:05 -0800
Received: from fmsmsx113.amr.corp.intel.com (10.18.116.7) by
 fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS)
 id 14.3.319.2; Sun, 7 Jan 2018 21:37:04 -0800
Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by
 FMSMSX113.amr.corp.intel.com (10.18.116.7) with Microsoft SMTP Server (TLS)
 id 14.3.319.2; Sun, 7 Jan 2018 21:37:04 -0800
Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.213]) by
 SHSMSX152.ccr.corp.intel.com ([169.254.6.93]) with mapi id 14.03.0319.002;
 Mon, 8 Jan 2018 13:37:03 +0800
From: "Zhang, Helin" <helin.zhang@intel.com>
To: "Xing, Beilei" <beilei.xing@intel.com>, "Mcnamara, John"
 <john.mcnamara@intel.com>
CC: "dev@dpdk.org" <dev@dpdk.org>
Thread-Topic: [dpdk-dev] [PATCH] doc: add i40e update
Thread-Index: AQHTiD+lV8wSxM0IEUCsf3DF6gRjEKNpdJiw
Date: Mon, 8 Jan 2018 05:37:03 +0000
Message-ID: <F35DEAC7BCE34641BA9FAC6BCA4A12E71ACE6D30@SHSMSX103.ccr.corp.intel.com>
References: <1515388390-46440-1-git-send-email-beilei.xing@intel.com>
In-Reply-To: <1515388390-46440-1-git-send-email-beilei.xing@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] doc: add i40e update
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://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Mon, 08 Jan 2018 05:37:07 -0000



> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Beilei Xing
> Sent: Monday, January 8, 2018 1:13 PM
> To: Mcnamara, John
> Cc: dev@dpdk.org
> Subject: [dpdk-dev] [PATCH] doc: add i40e update
>=20
> Update release note to declare MPLSoUDP/MPLSoGRE/ GTP-U/GTP-
> C/PPPoE/PPPoL2TP steering support in i40e driver.
> Update i40e.rst to declare DDP support.
>=20
> Signed-off-by: Beilei Xing <beilei.xing@intel.com>
> ---
>  doc/guides/nics/i40e.rst               |  1 +
>  doc/guides/rel_notes/release_18_02.rst | 31
> +++++++++++++++++++++++++++++++
>  2 files changed, 32 insertions(+)
>=20
> diff --git a/doc/guides/nics/i40e.rst b/doc/guides/nics/i40e.rst index
> 2507d5f..56b4239 100644
> --- a/doc/guides/nics/i40e.rst
> +++ b/doc/guides/nics/i40e.rst
> @@ -65,6 +65,7 @@ Features of the I40E PMD are:
>  - Hot plug
>  - IEEE1588/802.1AS timestamping
>  - VF Daemon (VFD) - EXPERIMENTAL
> +- Dynamic Device Personalization (DDP) - EXPERIMENTAL
It is not a experimental, as I know.
>=20