From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 7557A2BF5 for ; Wed, 6 Jun 2018 11:46:22 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Jun 2018 02:46:20 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,482,1520924400"; d="scan'208";a="230337544" Received: from irsmsx108.ger.corp.intel.com ([163.33.3.3]) by orsmga005.jf.intel.com with ESMTP; 06 Jun 2018 02:46:19 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.136]) by IRSMSX108.ger.corp.intel.com ([169.254.11.139]) with mapi id 14.03.0319.002; Wed, 6 Jun 2018 10:46:18 +0100 From: "Mcnamara, John" To: "Yigit, Ferruh" , "Kovacevic, Marko" CC: "dev@dpdk.org" , Thomas Monjalon , Shreyansh Jain Thread-Topic: [PATCH v2] doc: add suggested new feature order to release notes Thread-Index: AQHT/NNZRwU9OGqBcEqXbhIulvz7r6RS/D0g Date: Wed, 6 Jun 2018 09:46:18 +0000 Message-ID: References: <20180605092149.60322-1-ferruh.yigit@intel.com> <20180605134424.35529-1-ferruh.yigit@intel.com> In-Reply-To: <20180605134424.35529-1-ferruh.yigit@intel.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYTg1Y2NmZTgtMjUwNi00ZDJhLThkMTMtYWU5NDRlZjNhNjIzIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiYzI1a3pvUXp2VUJVdU42OTVwQU1DT1N5MEswUWNXd1dhZktcL2FNaXh2MVR2ZXcwKzI2ajVyUXVNVlM1azhPSUsifQ== dlp-product: dlpe-windows dlp-version: 11.0.200.100 dlp-reaction: no-action x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2] doc: add suggested new feature order 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: Wed, 06 Jun 2018 09:46:22 -0000 > -----Original Message----- > From: Yigit, Ferruh > Sent: Tuesday, June 5, 2018 2:44 PM > To: Mcnamara, John ; Kovacevic, Marko > > Cc: dev@dpdk.org; Yigit, Ferruh ; Thomas Monjalon > ; Shreyansh Jain > Subject: [PATCH v2] doc: add suggested new feature order to release notes >=20 > Signed-off-by: Ferruh Yigit > --- > Cc: Shreyansh Jain >=20 > v2: > * Wording fixed > --- > doc/guides/rel_notes/release_18_08.rst | 3 +++ > 1 file changed, 3 insertions(+) >=20 > diff --git a/doc/guides/rel_notes/release_18_08.rst > b/doc/guides/rel_notes/release_18_08.rst > index 5bc23c537..bce01b550 100644 > --- a/doc/guides/rel_notes/release_18_08.rst > +++ b/doc/guides/rel_notes/release_18_08.rst > @@ -37,6 +37,9 @@ New Features >=20 > Refer to the previous release notes for examples. >=20 > + Suggested order of items in release note: > + core libs, device abstraction libs and PMDs, other libs, apps, > examples, unit test Good idea. The line should be wrapped or maybe added as a list like this: * Core libs * Device abstraction libs and PMDs=20 * Other libs * Apps * Examples=20 * Unit tests But that is minor, so. Acked-by: John McNamara