From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] doc: add queue region feature info to release notes Date: Tue, 16 Jan 2018 18:35:48 +0100 Message-ID: <16502434.7BYZQfAC5h@xps> References: <20171221035200.22479-1-wei.zhao1@intel.com> <24e142fc-e616-14e0-3fc0-608c8834c4c3@intel.com> <8fc87616-d586-f09a-4c5d-de0b8e610376@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Wei Zhao , john.mcnamara@intel.com To: Ferruh Yigit Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 55F531B2F2 for ; Tue, 16 Jan 2018 18:36:20 +0100 (CET) In-Reply-To: <8fc87616-d586-f09a-4c5d-de0b8e610376@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 16/01/2018 17:01, Ferruh Yigit: > On 1/16/2018 11:49 AM, Ferruh Yigit wrote: > > On 1/16/2018 11:27 AM, Thomas Monjalon wrote: > >> 21/12/2017 19:10, Ferruh Yigit: > >>> On 12/20/2017 7:52 PM, Wei Zhao wrote: > >>>> This patch add inforation about i40e queue region > >>>> realted to release notes, it has been missed before. > >>>> > >>>> Signed-off-by: Wei Zhao > >>>> --- > >>>> doc/guides/rel_notes/release_17_11.rst | 17 +++++++++++++++++ > >>> > >>> I think we shouldn't update release notes once it has been released. > >>> > >>> Perhaps it can be an option to mention from this in latest release notes with a > >>> note that says actual support added in v17.11? > >> > >> I disagree. > >> It is really confusing to add 17.11 feature in 18.02 release notes. > >> It is better to add it in 17.11 release notes and backport it. > >> > >> Please Ferruh, could you remove the patch v2 updating release_18_02.rst > >> from next-net? > > > > Updating a release notes after release looks wrong to me. But I will update the > > repo to move this into 17.11 release notes, no patch required. > > > > And there is one more similar update, I guess that should be updated too, I will > > check it as well. > > Other one is following: > https://dpdk.org/dev/patchwork/patch/33283/ > > Updated those two commits to edit v17.11 release notes instead of v18.02. Thanks