mbox series

[net-next,v3,0/3] net: hns3: There are some cleanup for the HNS3 ethernet driver

Message ID 20230621123309.34381-1-lanhao@huawei.com (mailing list archive)
Headers show
Series net: hns3: There are some cleanup for the HNS3 ethernet driver | expand

Message

Hao Lan June 21, 2023, 12:33 p.m. UTC
There are some cleanup for the HNS3 ethernet driver.

Hao Chen (1):
  net: hns3: fix strncpy() not using dest-buf length as length issue

Jian Shen (1):
  net: hns3: refine the tcam key convert handle

Peiyang Wang (1):
  net: hns3: clear hns unused parameter alarm

 drivers/net/ethernet/hisilicon/hns3/hnae3.h   |  3 +-
 .../hns3/hns3_common/hclge_comm_rss.c         |  3 +-
 .../hns3/hns3_common/hclge_comm_rss.h         |  3 +-
 .../ethernet/hisilicon/hns3/hns3_debugfs.c    | 36 ++++++++++----
 .../net/ethernet/hisilicon/hns3/hns3_enet.c   |  2 +-
 .../ethernet/hisilicon/hns3/hns3_ethtool.c    |  7 ++-
 .../hisilicon/hns3/hns3pf/hclge_debugfs.c     | 29 ++++++++++--
 .../hisilicon/hns3/hns3pf/hclge_main.c        | 47 ++++++++-----------
 .../hisilicon/hns3/hns3pf/hclge_main.h        | 11 ++---
 .../hisilicon/hns3/hns3vf/hclgevf_main.c      | 14 ++----
 10 files changed, 84 insertions(+), 71 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org June 23, 2023, 9:10 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (main)
by Paolo Abeni <pabeni@redhat.com>:

On Wed, 21 Jun 2023 20:33:06 +0800 you wrote:
> There are some cleanup for the HNS3 ethernet driver.
> 
> Hao Chen (1):
>   net: hns3: fix strncpy() not using dest-buf length as length issue
> 
> Jian Shen (1):
>   net: hns3: refine the tcam key convert handle
> 
> [...]

Here is the summary with links:
  - [net-next,v3,1/3] net: hns3: refine the tcam key convert handle
    https://git.kernel.org/netdev/net-next/c/9b476494da1a
  - [net-next,v3,2/3] net: hns3: fix strncpy() not using dest-buf length as length issue
    https://git.kernel.org/netdev/net-next/c/1cf3d5567f27
  - [net-next,v3,3/3] net: hns3: clear hns unused parameter alarm
    https://git.kernel.org/netdev/net-next/c/ed1c6f35b73e

You are awesome, thank you!