mbox series

[0/2] bugfix for link for hns3 PMD

Message ID 1619352389-42322-1-git-send-email-humin29@huawei.com (mailing list archive)
Headers
Series bugfix for link for hns3 PMD |

Message

humin (Q) April 25, 2021, 12:06 p.m. UTC
  This patch set contains two bugfixes for hns3 PMD.

Huisong Li (2):
  net/hns3: fix link status when port is stopped
  net/hns3: fix link speed when port is down

 drivers/net/hns3/hns3_ethdev.c | 18 +++++++++++++++---
 1 file changed, 15 insertions(+), 3 deletions(-)
  

Comments

Ferruh Yigit April 29, 2021, 12:55 p.m. UTC | #1
On 4/25/2021 1:06 PM, Min Hu (Connor) wrote:
> This patch set contains two bugfixes for hns3 PMD.
> 
> Huisong Li (2):
>   net/hns3: fix link status when port is stopped
>   net/hns3: fix link speed when port is down
> 

Series applied to dpdk-next-net/main, thanks.