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 CB9C2A0561; Wed, 3 Mar 2021 14:26:39 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4F05140683; Wed, 3 Mar 2021 14:26:39 +0100 (CET) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id 55BC14067B for ; Wed, 3 Mar 2021 14:26:37 +0100 (CET) IronPort-SDR: 69bQQRbbDFJi3541hHtIszl5sDihnttSNeFov/miyQoxYg2S/fWWRRcUBTLNBE/5Nc2FIC5F62 yqGRkuVyzs1Q== X-IronPort-AV: E=McAfee;i="6000,8403,9911"; a="248595893" X-IronPort-AV: E=Sophos;i="5.81,220,1610438400"; d="scan'208";a="248595893" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Mar 2021 05:26:34 -0800 IronPort-SDR: YGQ6wNNJ9Fzep5S9MJ43xV4nldD85qJYDL0oz03EhvPw52LVuKYG0Mssgmdy6TQIdJhXLenIUf /m1S2E89pCLw== X-IronPort-AV: E=Sophos;i="5.81,220,1610438400"; d="scan'208";a="445246628" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.219.174]) ([10.213.219.174]) by orsmga001-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Mar 2021 05:26:33 -0800 To: Lijun Ou Cc: dev@dpdk.org, linuxarm@openeuler.org References: <1614130139-42926-1-git-send-email-oulijun@huawei.com> <1614693534-27620-1-git-send-email-oulijun@huawei.com> <1614693534-27620-2-git-send-email-oulijun@huawei.com> From: Ferruh Yigit X-User: ferruhy Message-ID: Date: Wed, 3 Mar 2021 13:26:25 +0000 MIME-Version: 1.0 In-Reply-To: <1614693534-27620-2-git-send-email-oulijun@huawei.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH V2 01/14] net/hns3: support module EEPROM dump 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 3/2/2021 1:58 PM, Lijun Ou wrote: > From: Chengchang Tang > > This patch add support for dumping module EEPROM. > > Signed-off-by: Chengchang Tang > Signed-off-by: Lijun Ou > --- > doc/guides/rel_notes/release_21_05.rst | 4 + > drivers/net/hns3/hns3_cmd.h | 16 ++++ > drivers/net/hns3/hns3_ethdev.c | 159 +++++++++++++++++++++++++++++++++ > 3 files changed, 179 insertions(+) Can you please add "Module EEPROM dump" feature to .ini file? > > diff --git a/doc/guides/rel_notes/release_21_05.rst b/doc/guides/rel_notes/release_21_05.rst > index ca28d05..67a0daa 100644 > --- a/doc/guides/rel_notes/release_21_05.rst > +++ b/doc/guides/rel_notes/release_21_05.rst > @@ -64,6 +64,10 @@ New Features > * Added command to display Rx queue used descriptor count. > ``show port (port_id) rxq (queue_id) desc used count`` > > +* **Updated Hisilicon hns3 driver.** > + > + * Added support for module EEPROM dumping. > + The order in the release notes is documented in the section comment, and within the PMDs we are trying to keep in the vendor alphabetical order, can you please order accordingly. With current release notes, "Hisilicon hns3" updates should go as first item in the section.