mbox series

[0/6] bugfix for hns3 PMD

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

Message

humin (Q) May 15, 2021, 12:52 a.m. UTC
  This patch set contains six bugfixes for hns3 PMD.

Huisong Li (6):
  net/hns3: fix check of Rx/Tx queue numbers
  net/hns3: fix requested FC mode roolback
  net/hns3: remove meaningless packet buffer rollback
  net/hns3: fix DCB configuration
  net/hns3: fix DCB cannot be reconfigured
  net/hns3: fix link speed when VF device is down

 drivers/net/hns3/hns3_dcb.c       | 85 +++++++++++++++++++++++----------------
 drivers/net/hns3/hns3_dcb.h       |  2 +-
 drivers/net/hns3/hns3_ethdev.c    | 84 ++++++++++++++------------------------
 drivers/net/hns3/hns3_ethdev_vf.c | 20 +++------
 4 files changed, 88 insertions(+), 103 deletions(-)
  

Comments

Ferruh Yigit May 18, 2021, 10:41 a.m. UTC | #1
On 5/15/2021 1:52 AM, Min Hu (Connor) wrote:
> This patch set contains six bugfixes for hns3 PMD.
> 
> Huisong Li (6):
>   net/hns3: fix check of Rx/Tx queue numbers
>   net/hns3: fix requested FC mode roolback
>   net/hns3: remove meaningless packet buffer rollback
>   net/hns3: fix DCB configuration
>   net/hns3: fix DCB cannot be reconfigured
>   net/hns3: fix link speed when VF device is down
> 

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