From patchwork Mon Jun 11 12:11:02 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ferruh Yigit X-Patchwork-Id: 40977 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 98DB61E387; Mon, 11 Jun 2018 13:11:30 +0200 (CEST) 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) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Jun 2018 04:11:27 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,501,1520924400"; d="scan'208";a="56039171" Received: from silpixa00399752.ir.intel.com (HELO silpixa00399752.ger.corp.intel.com) ([10.237.222.212]) by fmsmga002.fm.intel.com with ESMTP; 11 Jun 2018 04:11:25 -0700 From: Ferruh Yigit To: John McNamara , Marko Kovacevic Cc: dev@dpdk.org, Ferruh Yigit , Thomas Monjalon , Shreyansh Jain Date: Mon, 11 Jun 2018 13:11:02 +0100 Message-Id: <20180611121102.44804-1-ferruh.yigit@intel.com> X-Mailer: git-send-email 2.14.4 In-Reply-To: <20180605134424.35529-1-ferruh.yigit@intel.com> References: <20180605134424.35529-1-ferruh.yigit@intel.com> Subject: [dpdk-dev] [PATCH v3] 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: , 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. =========================================================