mbox series

[net,0/4] There are some bugfix for the HNS3 ethernet driver

Message ID 20230720020510.2223815-1-shaojijie@huawei.com (mailing list archive)
Headers show
Series There are some bugfix for the HNS3 ethernet driver | expand

Message

Jijie Shao July 20, 2023, 2:05 a.m. UTC
There are some bugfix for the HNS3 ethernet driver

Hao Lan (2):
  net: hns3: fix the imp capability bit cannot exceed 32 bits issue
  net: hns3: add tm flush when setting tm

Jijie Shao (2):
  net: hns3: fix wrong tc bandwidth weight data issue
  net: hns3: fix wrong bw weight of disabled tc issue

 drivers/net/ethernet/hisilicon/hns3/hnae3.h   |  7 ++-
 .../hns3/hns3_common/hclge_comm_cmd.c         | 22 ++++++--
 .../hns3/hns3_common/hclge_comm_cmd.h         |  2 +
 .../ethernet/hisilicon/hns3/hns3_debugfs.c    |  3 ++
 .../hisilicon/hns3/hns3pf/hclge_dcb.c         | 51 ++++++++++++++++---
 .../hisilicon/hns3/hns3pf/hclge_debugfs.c     |  3 +-
 .../ethernet/hisilicon/hns3/hns3pf/hclge_tm.c | 34 ++++++++++++-
 .../ethernet/hisilicon/hns3/hns3pf/hclge_tm.h |  4 ++
 8 files changed, 110 insertions(+), 16 deletions(-)

Comments

Simon Horman July 21, 2023, 11:26 a.m. UTC | #1
On Thu, Jul 20, 2023 at 10:05:06AM +0800, Jijie Shao wrote:
> There are some bugfix for the HNS3 ethernet driver
> 
> Hao Lan (2):
>   net: hns3: fix the imp capability bit cannot exceed 32 bits issue
>   net: hns3: add tm flush when setting tm
> 
> Jijie Shao (2):
>   net: hns3: fix wrong tc bandwidth weight data issue
>   net: hns3: fix wrong bw weight of disabled tc issue

Reviewed-by: Simon Horman <simon.horman@corigine.com>
patchwork-bot+netdevbpf@kernel.org July 24, 2023, 8:40 a.m. UTC | #2
Hello:

This series was applied to netdev/net.git (main)
by David S. Miller <davem@davemloft.net>:

On Thu, 20 Jul 2023 10:05:06 +0800 you wrote:
> There are some bugfix for the HNS3 ethernet driver
> 
> Hao Lan (2):
>   net: hns3: fix the imp capability bit cannot exceed 32 bits issue
>   net: hns3: add tm flush when setting tm
> 
> Jijie Shao (2):
>   net: hns3: fix wrong tc bandwidth weight data issue
>   net: hns3: fix wrong bw weight of disabled tc issue
> 
> [...]

Here is the summary with links:
  - [net,1/4] net: hns3: fix the imp capability bit cannot exceed 32 bits issue
    https://git.kernel.org/netdev/net/c/b27d0232e889
  - [net,2/4] net: hns3: add tm flush when setting tm
    https://git.kernel.org/netdev/net/c/6d2336120aa6
  - [net,3/4] net: hns3: fix wrong tc bandwidth weight data issue
    https://git.kernel.org/netdev/net/c/116d9f732eef
  - [net,4/4] net: hns3: fix wrong bw weight of disabled tc issue
    https://git.kernel.org/netdev/net/c/882481b1c55f

You are awesome, thank you!