From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: [PATCH v3] doc: add suggested new feature order to release notes Date: Mon, 11 Jun 2018 13:11:02 +0100 Message-ID: <20180611121102.44804-1-ferruh.yigit@intel.com> References: <20180605134424.35529-1-ferruh.yigit@intel.com> Cc: dev@dpdk.org, Ferruh Yigit , Thomas Monjalon , Shreyansh Jain To: John McNamara , Marko Kovacevic Return-path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id DCF071E383 for ; Mon, 11 Jun 2018 13:11:28 +0200 (CEST) In-Reply-To: <20180605134424.35529-1-ferruh.yigit@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" Signed-off-by: Ferruh Yigit Acked-by: John McNamara --- Cc: Shreyansh Jain v2: * Wording fixed v3: * Used suggested multi line format * added abstraction layer and PMDs order --- doc/guides/rel_notes/release_18_08.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/guides/rel_notes/release_18_08.rst b/doc/guides/rel_notes/release_18_08.rst index 5bc23c537..b6f0c030e 100644 --- a/doc/guides/rel_notes/release_18_08.rst +++ b/doc/guides/rel_notes/release_18_08.rst @@ -37,6 +37,15 @@ New Features Refer to the previous release notes for examples. + Suggested order in release notes items: + * Core libs + * Device abstraction libs and PMDs + + ethdev - ethdev PMDs, cryptodev - cryptodev PMDs, etc.. + * Other libs + * Apps + * Examples + * Unit tests + This section is a comment. Do not overwrite or remove it. Also, make sure to start the actual text at the margin. ========================================================= -- 2.14.4