mbox series

[00/11] critical bugfixes for hns3

Message ID 1612355037-48768-1-git-send-email-oulijun@huawei.com (mailing list archive)
Headers
Series critical bugfixes for hns3 |

Message

Lijun Ou Feb. 3, 2021, 12:23 p.m. UTC
  Based on some suggestions, we reorganize the fixes
and resend the only fixes.

Chengchang Tang (4):
  net/hns3: fix stats flip overflow
  net/hns3: replace all atomic type with C11 atomic builtins
  net/hns3: fix cmdq cleared during firmware process
  net/hns3: fix VF reset after MBX failed

Chengwen Feng (3):
  net/hns3: constraint TM peak rate
  net/hns3: remove MPLS type from supported flow items
  net/hns3: fix FD rule residue in hardware when malloc fail

Huisong Li (3):
  net/hns3: fix query order of link status and link info
  net/hns3: fix link status change from firmware
  net/hns3: add check for max pkt length of Rx

Lijun Ou (1):
  net/hns3: fix RSS indirection table size

 drivers/net/hns3/hns3_cmd.c       |  36 ++++++++++--
 drivers/net/hns3/hns3_cmd.h       |  18 +++++-
 drivers/net/hns3/hns3_dcb.c       |   2 +-
 drivers/net/hns3/hns3_ethdev.c    | 116 ++++++++++++++++++++++++++++++--------
 drivers/net/hns3/hns3_ethdev.h    |   4 +-
 drivers/net/hns3/hns3_ethdev_vf.c |  62 ++++++++++++++------
 drivers/net/hns3/hns3_flow.c      |  36 ++++++------
 drivers/net/hns3/hns3_intr.c      |  22 +++++---
 drivers/net/hns3/hns3_mbx.c       |   4 +-
 drivers/net/hns3/hns3_rss.c       |  28 ++++-----
 drivers/net/hns3/hns3_rss.h       |   5 +-
 drivers/net/hns3/hns3_stats.c     |  21 +++++--
 drivers/net/hns3/hns3_tm.c        |   6 ++
 13 files changed, 258 insertions(+), 102 deletions(-)
  

Comments

Ferruh Yigit Feb. 4, 2021, 3:45 p.m. UTC | #1
On 2/3/2021 12:23 PM, Lijun Ou wrote:
> Based on some suggestions, we reorganize the fixes
> and resend the only fixes.
> 
> Chengchang Tang (4):
>    net/hns3: fix stats flip overflow
>    net/hns3: replace all atomic type with C11 atomic builtins
>    net/hns3: fix cmdq cleared during firmware process
>    net/hns3: fix VF reset after MBX failed
> 
> Chengwen Feng (3):
>    net/hns3: constraint TM peak rate
>    net/hns3: remove MPLS type from supported flow items
>    net/hns3: fix FD rule residue in hardware when malloc fail
> 
> Huisong Li (3):
>    net/hns3: fix query order of link status and link info
>    net/hns3: fix link status change from firmware
>    net/hns3: add check for max pkt length of Rx
> 
> Lijun Ou (1):
>    net/hns3: fix RSS indirection table size
> 

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