mbox series

[00/10] some bugfixes for hns3 PMD

Message ID 1617184904-55349-1-git-send-email-humin29@huawei.com (mailing list archive)
Headers
Series some bugfixes for hns3 PMD |

Message

humin (Q) March 31, 2021, 10:01 a.m. UTC
  This set of patches are bugfixes for hns3 PMD.

Chengchang Tang (1):
  net/hns3: fix lack of rollback after setting PVID failed

Chengwen Feng (4):
  net/hns3: fix set default MAC addr fail in bonding of VF
  net/hns3: fix flow counter not cleared when create
  net/hns3: fix VF mailbox head field wrong update
  net/hns3: support get device version when dump register

Hongbo Zheng (3):
  net/hns3: fix the FLR miss detection
  net/hns3: delete redundant blank line
  net/hns3: fix code style static warning

Huisong Li (2):
  net/hns3: fix some function names for copper media type
  net/hns3: fix flow control exception

 drivers/net/hns3/hns3_cmd.c       |  8 +++---
 drivers/net/hns3/hns3_ethdev.c    | 37 +++++++++++++++++++++-------
 drivers/net/hns3/hns3_ethdev.h    |  1 -
 drivers/net/hns3/hns3_ethdev_vf.c |  4 ---
 drivers/net/hns3/hns3_flow.c      | 10 ++++++++
 drivers/net/hns3/hns3_mbx.c       | 52 +++++++++++----------------------------
 drivers/net/hns3/hns3_regs.c      |  2 ++
 drivers/net/hns3/hns3_rxtx.c      |  2 +-
 8 files changed, 61 insertions(+), 55 deletions(-)
  

Comments

Ferruh Yigit April 8, 2021, 5:02 p.m. UTC | #1
On 3/31/2021 11:01 AM, Min Hu (Connor) wrote:
> This set of patches are bugfixes for hns3 PMD.
> 
> Chengchang Tang (1):
>    net/hns3: fix lack of rollback after setting PVID failed
> 
> Chengwen Feng (4):
>    net/hns3: fix set default MAC addr fail in bonding of VF
>    net/hns3: fix flow counter not cleared when create
>    net/hns3: fix VF mailbox head field wrong update
>    net/hns3: support get device version when dump register
> 
> Hongbo Zheng (3):
>    net/hns3: fix the FLR miss detection
>    net/hns3: delete redundant blank line
>    net/hns3: fix code style static warning
> 
> Huisong Li (2):
>    net/hns3: fix some function names for copper media type
>    net/hns3: fix flow control exception
> 

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