mbox series

[V3,net,0/2] There are some bugfix for the HNS ethernet driver

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

Message

Jijie Shao Dec. 4, 2023, 2:32 p.m. UTC
There are some bugfix for the HNS ethernet driver

---
changeLog:
v2 -> v3:
  - Refine the commit msg as Wojciech suggestions
  - Reconstruct the "hns_mac_link_anti_shake" function suggested by Wojciech
  v2: https://lore.kernel.org/all/20231204011051.4055031-1-shaojijie@huawei.com/
v1 -> v2:
  - Fixed the internal function is not decorated with static issue, suggested by Jakub
  v1: https://lore.kernel.org/all/20231201102703.4134592-1-shaojijie@huawei.com/
---

Yonglong Liu (2):
  net: hns: fix wrong head when modify the tx feature when sending
    packets
  net: hns: fix fake link up on xge port

 .../net/ethernet/hisilicon/hns/hns_dsaf_mac.c | 29 ++++++++++
 drivers/net/ethernet/hisilicon/hns/hns_enet.c | 53 +++++++++++--------
 drivers/net/ethernet/hisilicon/hns/hns_enet.h |  3 +-
 3 files changed, 62 insertions(+), 23 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Dec. 6, 2023, 11:30 a.m. UTC | #1
Hello:

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

On Mon, 4 Dec 2023 22:32:30 +0800 you wrote:
> There are some bugfix for the HNS ethernet driver
> 
> ---
> changeLog:
> v2 -> v3:
>   - Refine the commit msg as Wojciech suggestions
>   - Reconstruct the "hns_mac_link_anti_shake" function suggested by Wojciech
>   v2: https://lore.kernel.org/all/20231204011051.4055031-1-shaojijie@huawei.com/
> v1 -> v2:
>   - Fixed the internal function is not decorated with static issue, suggested by Jakub
>   v1: https://lore.kernel.org/all/20231201102703.4134592-1-shaojijie@huawei.com/
> 
> [...]

Here is the summary with links:
  - [V3,net,1/2] net: hns: fix wrong head when modify the tx feature when sending packets
    https://git.kernel.org/netdev/net/c/84757d083945
  - [V3,net,2/2] net: hns: fix fake link up on xge port
    https://git.kernel.org/netdev/net/c/f708aba40f9c

You are awesome, thank you!