From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 39F681B2BC for ; Tue, 16 Jan 2018 17:02:03 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 Jan 2018 08:01:44 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,368,1511856000"; d="scan'208";a="19848712" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.48]) ([10.237.220.48]) by orsmga003.jf.intel.com with ESMTP; 16 Jan 2018 08:01:43 -0800 From: Ferruh Yigit To: Thomas Monjalon Cc: dev@dpdk.org, Wei Zhao , john.mcnamara@intel.com References: <20171221035200.22479-1-wei.zhao1@intel.com> <872c53a0-2ebb-a6e7-56a4-7174499124b3@intel.com> <3445176.Yov2LBmk8X@xps> <24e142fc-e616-14e0-3fc0-608c8834c4c3@intel.com> Message-ID: <8fc87616-d586-f09a-4c5d-de0b8e610376@intel.com> Date: Tue, 16 Jan 2018 16:01:42 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 MIME-Version: 1.0 In-Reply-To: <24e142fc-e616-14e0-3fc0-608c8834c4c3@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH] doc: add queue region feature info to release notes 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: Tue, 16 Jan 2018 16:02:04 -0000 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.