mbox series

[v2,0/7] Bugfix for hns3 PMD

Message ID 1618017080-50053-1-git-send-email-humin29@huawei.com (mailing list archive)
Headers
Series Bugfix for hns3 PMD |

Message

humin (Q) April 10, 2021, 1:11 a.m. UTC
  This set of patches contains seven bugfixes for hns3 PMD.

Chengchang Tang (3):
  net/hns3: fix incorrect timing in resetting queues
  net/hns3: fix queue state when concurrent with reset
  net/hns3: fix configure FEC when concurrent with reset

Chengwen Feng (2):
  net/hns3: remove variables of selecting Rx/Tx function
  net/hns3: fix some packet type calc error

Hongbo Zheng (1):
  net/hns3: fix FLR failure when RAS concurrent with FLR

Min Hu (Connor) (1):
  net/hns3: fix missing rollback in PF init
---
v2:
* Adjust the patch title.

 drivers/net/hns3/hns3_ethdev.c    | 14 +++---
 drivers/net/hns3/hns3_ethdev.h    |  9 +---
 drivers/net/hns3/hns3_ethdev_vf.c |  5 ---
 drivers/net/hns3/hns3_intr.c      |  7 +--
 drivers/net/hns3/hns3_rxtx.c      | 89 ++++++++++++++++-----------------------
 drivers/net/hns3/hns3_rxtx.h      | 14 +++---
 6 files changed, 54 insertions(+), 84 deletions(-)
  

Comments

Ferruh Yigit April 13, 2021, 9:28 a.m. UTC | #1
On 4/10/2021 2:11 AM, Min Hu (Connor) wrote:
> This set of patches contains seven bugfixes for hns3 PMD.
> 
> Chengchang Tang (3):
>    net/hns3: fix incorrect timing in resetting queues
>    net/hns3: fix queue state when concurrent with reset
>    net/hns3: fix configure FEC when concurrent with reset
> 
> Chengwen Feng (2):
>    net/hns3: remove variables of selecting Rx/Tx function
>    net/hns3: fix some packet type calc error
> 
> Hongbo Zheng (1):
>    net/hns3: fix FLR failure when RAS concurrent with FLR
> 
> Min Hu (Connor) (1):
>    net/hns3: fix missing rollback in PF init

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