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 61945A0548; Thu, 20 May 2021 01:06:45 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D2FB240143; Thu, 20 May 2021 01:06:44 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mails.dpdk.org (Postfix) with ESMTP id 84E3640041 for ; Thu, 20 May 2021 01:06:40 +0200 (CEST) IronPort-SDR: YjDzO/LHry/jobhZUjPkmqncVRG1qn7EPG5vtYLwbwfuKkMB2fyXnRp/3ewUze0R7zxWTnh1Yb GlZBw7IEVFyQ== X-IronPort-AV: E=McAfee;i="6200,9189,9989"; a="201147356" X-IronPort-AV: E=Sophos;i="5.82,313,1613462400"; d="scan'208";a="201147356" Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 May 2021 16:06:39 -0700 IronPort-SDR: MTazMNsWqM07iaGVAbD4tRanhbUrRcCrGGpcFmlfcfNWiztJJpHQ4ktf3LWR/hZYxDgpi1cxjT jcwCxCoVxkug== X-IronPort-AV: E=Sophos;i="5.82,313,1613462400"; d="scan'208";a="411941029" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.224.148]) ([10.213.224.148]) by orsmga002-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 May 2021 16:06:38 -0700 To: Thomas Monjalon Cc: dev@dpdk.org References: <20210409152145.2550755-1-ferruh.yigit@intel.com> <20210512160443.1155817-1-ferruh.yigit@intel.com> <1815996.xcznKAnzVg@thomas> From: Ferruh Yigit X-User: ferruhy Message-ID: <854acb0d-22dc-f5ef-b234-c2c8eeceb654@intel.com> Date: Thu, 20 May 2021 00:06:34 +0100 MIME-Version: 1.0 In-Reply-To: <1815996.xcznKAnzVg@thomas> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [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" On 5/19/2021 9:42 PM, Thomas Monjalon wrote: > 12/05/2021 18:04, Ferruh Yigit: >> PMD updates are expected in alphabetical order based on their vendor >> name. Clarify this expectation in the section comment. >> >> Signed-off-by: Ferruh Yigit >> --- >> - * Device abstraction libs and PMDs >> + * Device abstraction libs and PMDs (PMDs ordered alphabetically by vendor name) > > I would avoid the repetition of "PMDs". > May I apply with this modification? > Ack, if it is not too late.