From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 9CC5BA0C41; Wed, 12 May 2021 18:05:33 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 87C7D410FD; Wed, 12 May 2021 18:05:33 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id 9EFFE4003E for ; Wed, 12 May 2021 18:05:30 +0200 (CEST) IronPort-SDR: zlJkL6G+GQdeEAjuaQCpcqHjiyViJURHGZUsy5u/++U5l25G62hK2wTk89xZcg4rte7FAxHivl aQ8CNCSjtTTg== X-IronPort-AV: E=McAfee;i="6200,9189,9982"; a="199420719" X-IronPort-AV: E=Sophos;i="5.82,293,1613462400"; d="scan'208";a="199420719" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 May 2021 09:04:46 -0700 IronPort-SDR: dRFFWdy8s67afTVE2E3ji/EO6EP75zexNpbIk5cel+/s2E9PoLR48wKT2ukbDeTyQVAxgHkNrx IkE2W5TMOq8Q== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.82,293,1613462400"; d="scan'208";a="462618678" Received: from silpixa00399752.ir.intel.com (HELO silpixa00399752.ger.corp.intel.com) ([10.237.222.27]) by FMSMGA003.fm.intel.com with ESMTP; 12 May 2021 09:04:45 -0700 From: Ferruh Yigit To: dev@dpdk.org Cc: Ferruh Yigit , Thomas Monjalon Date: Wed, 12 May 2021 17:04:43 +0100 Message-Id: <20210512160443.1155817-1-ferruh.yigit@intel.com> X-Mailer: git-send-email 2.31.1 In-Reply-To: <20210409152145.2550755-1-ferruh.yigit@intel.com> References: <20210409152145.2550755-1-ferruh.yigit@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH v2] doc: clarify PMD order in release notes X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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" PMD updates are expected in alphabetical order based on their vendor name. Clarify this expectation in the section comment. Signed-off-by: Ferruh Yigit --- v2: * Do not restrict clarification for ethdev --- doc/guides/rel_notes/release_21_05.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/rel_notes/release_21_05.rst b/doc/guides/rel_notes/release_21_05.rst index b144ae9e9dbc..b56d66d2a245 100644 --- a/doc/guides/rel_notes/release_21_05.rst +++ b/doc/guides/rel_notes/release_21_05.rst @@ -43,7 +43,7 @@ New Features Suggested order in release notes items: * Core libs (EAL, mempool, ring, mbuf, buses) - * Device abstraction libs and PMDs + * Device abstraction libs and PMDs (PMDs ordered alphabetically by vendor name) - ethdev (lib, PMDs) - cryptodev (lib, PMDs) - eventdev (lib, PMDs) -- 2.31.1