[dpdk-dev] [PATCH V2 01/14] net/hns3: support module EEPROM dump

oulijun oulijun at huawei.com
Wed Mar 3 14:38:07 CET 2021



在 2021/3/3 21:26, Ferruh Yigit 写道:
> On 3/2/2021 1:58 PM, Lijun Ou wrote:
>> From: Chengchang Tang <tangchengchang at huawei.com>
>>
>> This patch add support for dumping module EEPROM.
>>
>> Signed-off-by: Chengchang Tang <tangchengchang at huawei.com>
>> Signed-off-by: Lijun Ou <oulijun at huawei.com>
>> ---
>>   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.
> 


More information about the dev mailing list