From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <kirill.rybalchenko@intel.com>
Received: from mga07.intel.com (mga07.intel.com [134.134.136.100])
 by dpdk.org (Postfix) with ESMTP id 8E0482C8;
 Fri, 25 May 2018 16:47:03 +0200 (CEST)
X-Amp-Result: SKIPPED(no attachment in message)
X-Amp-File-Uploaded: False
Received: from orsmga002.jf.intel.com ([10.7.209.21])
 by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;
 25 May 2018 07:47:02 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.49,440,1520924400"; d="scan'208";a="61665545"
Received: from irsmsx101.ger.corp.intel.com ([163.33.3.153])
 by orsmga002.jf.intel.com with ESMTP; 25 May 2018 07:47:01 -0700
Received: from irsmsx108.ger.corp.intel.com ([169.254.11.150]) by
 IRSMSX101.ger.corp.intel.com ([169.254.1.5]) with mapi id 14.03.0319.002;
 Fri, 25 May 2018 15:47:00 +0100
From: "Rybalchenko, Kirill" <kirill.rybalchenko@intel.com>
To: Thomas Monjalon <thomas@monjalon.net>
CC: "stable@dpdk.org" <stable@dpdk.org>, "dev@dpdk.org" <dev@dpdk.org>,
 "nhorman@tuxdriver.com" <nhorman@tuxdriver.com>, "Mcnamara, John"
 <john.mcnamara@intel.com>, "Kovacevic, Marko" <marko.kovacevic@intel.com>,
 "Xing, Beilei" <beilei.xing@intel.com>, "Zhang, Qi Z" <qi.z.zhang@intel.com>
Thread-Topic: [dpdk-stable] [PATCH] doc: remove old deprecation notice
Thread-Index: AQHT9Aks7Y3fV/vGm0aXnUodvmScN6RAM8gAgABPz4A=
Date: Fri, 25 May 2018 14:47:00 +0000
Message-ID: <696B43C21188DF4F9C9091AAE4789B824E31064C@IRSMSX108.ger.corp.intel.com>
References: <1527239820-99347-1-git-send-email-kirill.rybalchenko@intel.com>
 <1669017.uGNrKsOYHy@xps>
In-Reply-To: <1669017.uGNrKsOYHy@xps>
Accept-Language: en-GB, en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMWMyY2RmODItOGE1NS00YjUxLWI1OTYtZWRlNjFkYTMzYjBkIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiZE00TzN6OEJwbGFBc29MeksyNHhvaGVPT0dtN0V4S3VXcmlMS3JVbzJqQkd5NkREeW9cL1JlWHI4S2IrVG1NNnQifQ==
x-ctpclassification: CTP_NT
dlp-product: dlpe-windows
dlp-version: 11.0.200.100
dlp-reaction: no-action
x-originating-ip: [163.33.239.181]
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
Subject: Re: [dpdk-stable] [PATCH] doc: remove old deprecation notice
X-BeenThere: stable@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches for DPDK stable branches <stable.dpdk.org>
List-Unsubscribe: <https://dpdk.org/ml/options/stable>,
 <mailto:stable-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/stable/>
List-Post: <mailto:stable@dpdk.org>
List-Help: <mailto:stable-request@dpdk.org?subject=help>
List-Subscribe: <https://dpdk.org/ml/listinfo/stable>,
 <mailto:stable-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Fri, 25 May 2018 14:47:04 -0000

Hi Tomas,=20

> You CC:stable because it was implemented in 18.02

Sorry, I was misled by check-git-log script warning.

> > Fixes: 09dd01ad9a68 ("doc: announce behaviour change to i40e RSS")
>=20
> The Fixes line should not reference the initial announce, but the commit
> implementing it, because the deprecation notice should have been removed
> while implementing the new API.

The actual fixline should be:

Fixes: d2f9fe8ae309 ("net/i40e: turn off flexible payload on driver init")

Shall I make v2 of this patch or you can apply it with those little fixes?

Thanks,
Kirill.

> -----Original Message-----
> From: Thomas Monjalon [mailto:thomas@monjalon.net]
> Sent: Friday 25 May 2018 11:51
> To: Rybalchenko, Kirill <kirill.rybalchenko@intel.com>
> Cc: stable@dpdk.org; dev@dpdk.org; nhorman@tuxdriver.com; Mcnamara,
> John <john.mcnamara@intel.com>; Kovacevic, Marko
> <marko.kovacevic@intel.com>; Xing, Beilei <beilei.xing@intel.com>; Zhang,
> Qi Z <qi.z.zhang@intel.com>
> Subject: Re: [dpdk-stable] [PATCH] doc: remove old deprecation notice
>=20
> 25/05/2018 11:17, Kirill Rybalchenko:
> > New default configuration without flexible payload is implemented now.
> >
> > Fixes: 09dd01ad9a68 ("doc: announce behaviour change to i40e RSS")
>=20
> The Fixes line should not reference the initial announce, but the commit
> implementing it, because the deprecation notice should have been removed
> while implementing the new API.
>=20
> > Cc: stable@dpdk.org
>=20
> You CC:stable because it was implemented in 18.02?
>=20
>=20