From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id E30668DA6 for ; Tue, 15 Sep 2015 11:33:44 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga103.fm.intel.com with ESMTP; 15 Sep 2015 02:33:43 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,534,1437462000"; d="scan'208";a="805449978" Received: from irsmsx101.ger.corp.intel.com ([163.33.3.153]) by fmsmga002.fm.intel.com with ESMTP; 15 Sep 2015 02:33:43 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.251]) by IRSMSX101.ger.corp.intel.com ([163.33.3.153]) with mapi id 14.03.0224.002; Tue, 15 Sep 2015 10:33:42 +0100 From: "Mcnamara, John" To: Thomas Monjalon Thread-Topic: [dpdk-dev] [PATCH] doc: add guideline for updating release notes Thread-Index: AQHQ7IGqdwF1Ix/+vUiDsymEOv5vRp49Q5aAgAAWGZA= Date: Tue, 15 Sep 2015 09:33:41 +0000 Message-ID: References: <1441969468-3454-1-git-send-email-john.mcnamara@intel.com> <2562266.rD95YcF0jU@xps13> In-Reply-To: <2562266.rD95YcF0jU@xps13> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] [PATCH] doc: add guideline for updating release notes X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Sep 2015 09:33:45 -0000 > -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > Sent: Tuesday, September 15, 2015 10:13 AM > To: Mcnamara, John > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] doc: add guideline for updating release > notes >=20 > 2015-09-11 12:04, John McNamara: > > From version 2.2 of DPDK onwards patchsets should include updates to > > the Release Notes for additions, fixes and changes. > > > > Add guideline on what to update in the Release Notes to the > > Documentation Contribution guidelines. > > > > Signed-off-by: John McNamara >=20 > Applied, thanks. >=20 > It is now expected to be an acceptance criteria during reviews. >=20 > Any volunteer to fix the release notes for the previous commits? > 17e01e3 i40e: fix base driver allocation when not using first numa node > 45e73f4 ixgbe: remove burst size restriction of vector Rx > b7fcd13 ixgbe: fix X550 DCB > 7d49e0f hash: fix memory allocation of cuckoo key table > 79db649 eal/linux: fix epoll timeout Hi, I'll fix the Release Notes based on the commit logs and CC the authors to e= nsure it is correct. John