DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 00/11] critical bugfixes for hns3
@ 2021-02-03 12:23 Lijun Ou
  2021-02-03 12:23 ` [dpdk-dev] [PATCH 01/11] net/hns3: fix query order of link status and link info Lijun Ou
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: Lijun Ou @ 2021-02-03 12:23 UTC (permalink / raw)
  To: ferruh.yigit; +Cc: dev, linuxarm

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(-)

-- 
2.7.4


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2021-02-04 15:45 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-03 12:23 [dpdk-dev] [PATCH 00/11] critical bugfixes for hns3 Lijun Ou
2021-02-03 12:23 ` [dpdk-dev] [PATCH 01/11] net/hns3: fix query order of link status and link info Lijun Ou
2021-02-03 12:23 ` [dpdk-dev] [PATCH 02/11] net/hns3: fix link status change from firmware Lijun Ou
2021-02-03 12:23 ` [dpdk-dev] [PATCH 03/11] net/hns3: fix RSS indirection table size Lijun Ou
2021-02-03 12:23 ` [dpdk-dev] [PATCH 04/11] net/hns3: constraint TM peak rate Lijun Ou
2021-02-03 12:23 ` [dpdk-dev] [PATCH 05/11] net/hns3: remove MPLS type from supported flow items Lijun Ou
2021-02-03 12:23 ` [dpdk-dev] [PATCH 06/11] net/hns3: fix stats flip overflow Lijun Ou
2021-02-03 12:23 ` [dpdk-dev] [PATCH 07/11] net/hns3: replace all atomic type with C11 atomic builtins Lijun Ou
2021-02-03 12:23 ` [dpdk-dev] [PATCH 08/11] net/hns3: fix FD rule residue in hardware when malloc fail Lijun Ou
2021-02-03 12:23 ` [dpdk-dev] [PATCH 09/11] net/hns3: fix cmdq cleared during firmware process Lijun Ou
2021-02-03 12:23 ` [dpdk-dev] [PATCH 10/11] net/hns3: fix VF reset after MBX failed Lijun Ou
2021-02-03 12:23 ` [dpdk-dev] [PATCH 11/11] net/hns3: add check for max pkt length of Rx Lijun Ou
2021-02-04 15:45 ` [dpdk-dev] [PATCH 00/11] critical bugfixes for hns3 Ferruh Yigit

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).