From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id C22E01B05; Fri, 25 May 2018 16:56:48 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 65F0B226DB; Fri, 25 May 2018 10:56:48 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Fri, 25 May 2018 10:56:48 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=jWsfSY0HgcMVxqvRMgAv2M1XqG sRLfQfb7d9hjUpgA0=; b=eaJrmAWIKt5/lcsayPoTl11DEW75LRqtpY78Otvfqe EL9kXANlKBCvAMkJiQZ85J8IiAd595H5M4gqIkbqdTP7cFHrbxgdBklnWEhe73r9 p1lY0weP5MVeXsIOx8yZw7Ks0jJB/+RuBxn/ncysJjkX0GhwjeTmNpg9OH7kJxBm 8= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=jWsfSY 0HgcMVxqvRMgAv2M1XqGsRLfQfb7d9hjUpgA0=; b=cEFJqZ1wLuIniZRNX0Eaui 81GQ9pvlGcXzaj1PhILpzDDBxgGfDQF3ex4MB0bXnqcNT4X1sYbmB06cyKCXY0mu PFyfV80OHXPsqsDzlYdNMIvwblrB8ldKt2zVwmVvD2r5IgfEg7gIMAioVugE03Nr 1z6IJIx281cq+697YUoPvOWvOg7AI3osfoU1tkASw6AwijwzwixBePq1S1I7pddM SybSuuda54jk5+pHCCxvIdZcJhEfF0ZD0aCbKdENfifVvhK6hQOzOSHisTbmmnSv aBaCPmYRgJKM+yhlsC/6a4g4VvmSkPeQO5B+ipNq0IwqilMXCZ9In5ziM2983E4g == X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Sender: Received: from xps.localnet (230.202.154.77.rev.sfr.net [77.154.202.230]) by mail.messagingengine.com (Postfix) with ESMTPA id 9D51010325; Fri, 25 May 2018 10:56:45 -0400 (EDT) From: Thomas Monjalon To: "Rybalchenko, Kirill" Cc: "stable@dpdk.org" , "dev@dpdk.org" , "nhorman@tuxdriver.com" , "Mcnamara, John" , "Kovacevic, Marko" , "Xing, Beilei" , "Zhang, Qi Z" Date: Fri, 25 May 2018 16:56:42 +0200 Message-ID: <2340611.34xIsXvJe0@xps> In-Reply-To: <696B43C21188DF4F9C9091AAE4789B824E31064C@IRSMSX108.ger.corp.intel.com> References: <1527239820-99347-1-git-send-email-kirill.rybalchenko@intel.com> <1669017.uGNrKsOYHy@xps> <696B43C21188DF4F9C9091AAE4789B824E31064C@IRSMSX108.ger.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [dpdk-stable] [PATCH] doc: remove old deprecation notice 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: , X-List-Received-Date: Fri, 25 May 2018 14:56:49 -0000 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. > > -----Original Message----- > > From: Thomas Monjalon [mailto:thomas@monjalon.net] > > Sent: Friday 25 May 2018 11:51 > > To: Rybalchenko, Kirill > > Cc: stable@dpdk.org; dev@dpdk.org; nhorman@tuxdriver.com; Mcnamara, > > John ; Kovacevic, Marko > > ; Xing, Beilei ; Zhang, > > Qi Z > > Subject: Re: [dpdk-stable] [PATCH] doc: remove old deprecation notice > > > > 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") > > > > 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. > > > > > Cc: stable@dpdk.org > > > > You CC:stable because it was implemented in 18.02? > > > > >