[dpdk-dev] [PATCH V2 01/14] net/hns3: support module EEPROM dump
Ferruh Yigit
ferruh.yigit at intel.com
Wed Mar 3 14:26:25 CET 2021
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?
>
> 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.
More information about the dev
mailing list