From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id BC9C7A48D for ; Tue, 16 Jan 2018 12:49:05 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 Jan 2018 03:49:04 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,368,1511856000"; d="scan'208";a="20195200" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.48]) ([10.237.220.48]) by FMSMGA003.fm.intel.com with ESMTP; 16 Jan 2018 03:49:03 -0800 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> From: Ferruh Yigit Message-ID: <24e142fc-e616-14e0-3fc0-608c8834c4c3@intel.com> Date: Tue, 16 Jan 2018 11:49:02 +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: <3445176.Yov2LBmk8X@xps> 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 11:49:06 -0000 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.