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 61B83322C; Mon, 28 May 2018 01:31:56 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id CE87320E73; Sun, 27 May 2018 19:31:55 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Sun, 27 May 2018 19:31:55 -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=QQ536WXdhPHOEHaTnF2JLEdWKb m4ecf4xyuXh4X2rXM=; b=nOHKeN/lqdH9jwcaCFZC9jyNK7Qa2U7D+VhYdLf0vi xfjZqVB4H41nHexyy0PvPxynnRJJRzd0euiYZyiXcb8W5Ajq3BnahZCm4pPgIHjt XHRHy6zUeZikDghcJnsG/YSWMP71ngpEWrjgpiDT+94jLWoe0xVrz5HB0SsdPnnZ w= 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=QQ536W XdhPHOEHaTnF2JLEdWKbm4ecf4xyuXh4X2rXM=; b=miyoMdAta9qhm30Fa9tS7t 8fIqIiiafHJvuZSC1Ubzp6eg865rGM2rkjNabsF8M7CEgtrPAmVUgG3ju2rlnMdt g1bK+0uvy6TaD6X/5ZyXPK/2Yn/7HjscdWHPM1mgxf7Pj1KqZRlMPUy1tS23/UlV 2/OmmT5ElLs6kBp6DPqEhnoc80MMERhAa0ZKfGDIBOhpOXXrhrDnwf0bcvNyXWaK 8q3/VRZ0YpcOSgx+P/0Yc5/Du2gDYedBcUpTgK/HPkV7i76aopzbLdO51BPp0mxM s1zaXW6x2O536GIiFLEHx/Qr6gjgt7RIe8NZlf1Ua6IHJ4u22fHDtG9kzpMI6zzA == 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 (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id B3C51E4117; Sun, 27 May 2018 19:31:54 -0400 (EDT) From: Thomas Monjalon To: "Rybalchenko, Kirill" Cc: dev@dpdk.org, "stable@dpdk.org" , "nhorman@tuxdriver.com" , "Mcnamara, John" , "Kovacevic, Marko" , "Xing, Beilei" , "Zhang, Qi Z" Date: Mon, 28 May 2018 01:31:53 +0200 Message-ID: <1953646.P7lv80pzap@xps> In-Reply-To: <2340611.34xIsXvJe0@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-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: Sun, 27 May 2018 23:31:56 -0000 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