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 DF83BA055D; Wed, 3 Mar 2021 14:38:15 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6F41740683; Wed, 3 Mar 2021 14:38:14 +0100 (CET) Received: from szxga06-in.huawei.com (szxga06-in.huawei.com [45.249.212.32]) by mails.dpdk.org (Postfix) with ESMTP id 6CC724067B for ; Wed, 3 Mar 2021 14:38:12 +0100 (CET) Received: from DGGEMS412-HUB.china.huawei.com (unknown [172.30.72.58]) by szxga06-in.huawei.com (SkyGuard) with ESMTP id 4DrFQl6yjDzjSQJ; Wed, 3 Mar 2021 21:36:47 +0800 (CST) Received: from [10.78.49.194] (10.78.49.194) by DGGEMS412-HUB.china.huawei.com (10.3.19.212) with Microsoft SMTP Server id 14.3.498.0; Wed, 3 Mar 2021 21:38:06 +0800 To: Ferruh Yigit CC: , 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: oulijun Message-ID: <6d9c65b6-1d60-14ae-dd32-2c6f764608aa@huawei.com> Date: Wed, 3 Mar 2021 21:38:07 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.1.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 8bit X-Originating-IP: [10.78.49.194] X-CFilter-Loop: Reflected 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" 在 2021/3/3 21:26, Ferruh Yigit 写道: > 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? > thanks. I will fix it >> >> 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. > . OK, thanks. >