mbox series

[0/5] ] net/hns3: add some features and bugfixes

Message ID 20230518112944.32276-1-liudongdong3@huawei.com (mailing list archive)
Headers
Series ] net/hns3: add some features and bugfixes |

Message

Dongdong Liu May 18, 2023, 11:29 a.m. UTC
  This patchset contains some features and bugfixes for hns3.

Chengwen Feng (1):
  net/hns3: fix receive multiple firmware reset interrupts

Dengdui Huang (2):
  net/hns3: fix loop code variable type mismatch
  net/hns3: add Tx/Rx descriptor logs

Huisong Li (2):
  net/hns3: fix never set MAC flow control
  net/hns3: add flow control autoneg for fiber and backplane port

 drivers/net/hns3/hns3_cmd.c    | 30 +++++++++++-
 drivers/net/hns3/hns3_cmd.h    | 20 +++++++-
 drivers/net/hns3/hns3_dump.c   |  1 +
 drivers/net/hns3/hns3_ethdev.c | 89 +++++++++++++---------------------
 drivers/net/hns3/hns3_ethdev.h |  1 +
 drivers/net/hns3/hns3_logs.h   | 18 +++++++
 drivers/net/hns3/hns3_regs.c   |  3 +-
 drivers/net/hns3/hns3_rxtx.c   |  4 ++
 drivers/net/hns3/hns3_rxtx.h   | 29 +++++++++++
 drivers/net/hns3/hns3_stats.c  |  2 +-
 10 files changed, 138 insertions(+), 59 deletions(-)

--
2.22.0
  

Comments

Ferruh Yigit May 22, 2023, 11:57 a.m. UTC | #1
On 5/18/2023 12:29 PM, Dongdong Liu wrote:
> This patchset contains some features and bugfixes for hns3.
> 
> Chengwen Feng (1):
>   net/hns3: fix receive multiple firmware reset interrupts
> 
> Dengdui Huang (2):
>   net/hns3: fix loop code variable type mismatch
>   net/hns3: add Tx/Rx descriptor logs
> 
> Huisong Li (2):
>   net/hns3: fix never set MAC flow control
>   net/hns3: add flow control autoneg for fiber and backplane port


Can you please address following check-git-log [1] warnings:

Headline too long:
        net/hns3: add flow control autoneg for fiber and backplane port
Missing 'Fixes' tag:
        net/hns3: fix loop code variable type mismatch
        net/hns3: fix Rx multiple firmware reset interrupts


[1]
./devtools/check-git-log.sh
  
Dongdong Liu May 22, 2023, 12:13 p.m. UTC | #2
Hi Ferruh

Many thanks for your review.

On 2023/5/22 19:57, Ferruh Yigit wrote:
> On 5/18/2023 12:29 PM, Dongdong Liu wrote:
>> This patchset contains some features and bugfixes for hns3.
>>
>> Chengwen Feng (1):
>>   net/hns3: fix receive multiple firmware reset interrupts
>>
>> Dengdui Huang (2):
>>   net/hns3: fix loop code variable type mismatch
>>   net/hns3: add Tx/Rx descriptor logs
>>
>> Huisong Li (2):
>>   net/hns3: fix never set MAC flow control
>>   net/hns3: add flow control autoneg for fiber and backplane port
>
>
> Can you please address following check-git-log [1] warnings:
>
> Headline too long:
>         net/hns3: add flow control autoneg for fiber and backplane port
> Missing 'Fixes' tag:
>         net/hns3: fix loop code variable type mismatch
>         net/hns3: fix Rx multiple firmware reset interrupts
>
Thanks for pointing this, will fix.

Thanks,
Dongdong
>
> [1]
> ./devtools/check-git-log.sh
> .
>