From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [dpdk-stable] [PATCH] doc: remove old deprecation notice Date: Mon, 28 May 2018 01:31:53 +0200 Message-ID: <1953646.P7lv80pzap@xps> References: <1527239820-99347-1-git-send-email-kirill.rybalchenko@intel.com> <696B43C21188DF4F9C9091AAE4789B824E31064C@IRSMSX108.ger.corp.intel.com> <2340611.34xIsXvJe0@xps> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "stable@dpdk.org" , "nhorman@tuxdriver.com" , "Mcnamara, John" , "Kovacevic, Marko" , "Xing, Beilei" , "Zhang, Qi Z" To: "Rybalchenko, Kirill" Return-path: In-Reply-To: <2340611.34xIsXvJe0@xps> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 25/05/2018 16:56, Thomas Monjalon: > 25/05/2018 16:47, Rybalchenko, Kirill: > > Hi Tomas, > > > > > 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") > > > > > > 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? > > OK I can fix it. Applied, thanks