mbox series

[v2,0/9] features and bugfixes for hns3

Message ID 1615356985-24722-1-git-send-email-humin29@huawei.com (mailing list archive)
Headers
Series features and bugfixes for hns3 |

Message

humin (Q) March 10, 2021, 6:16 a.m. UTC
  This series add five features according to the 21.05 roadmap, and
also two cleanups added.

Chengchang Tang (1):
  net/hns3: support for outer UDP cksum

Chengwen Feng (2):
  net/hns3: support runtime config to select IO burst func
  net/hns3: support Tx push quick doorbell to improve perf

Hongbo Zheng (4):
  net/hns3: adjust the format of RAS related structures
  net/hns3: delete redundant xstats RAS statistics
  net/hns3: support query Tx descriptor status
  net/hns3: support query Rx descriptor status

Min Hu (Connor) (2):
  net/hns3: support imissed stats for PF/VF
  net/hns3: support oerrors stats in PF

 doc/guides/nics/features/hns3.ini      |    2 +
 doc/guides/nics/features/hns3_vf.ini   |    2 +
 doc/guides/rel_notes/release_21_05.rst |    5 +
 drivers/net/hns3/hns3_cmd.c            |    3 +
 drivers/net/hns3/hns3_cmd.h            |   14 +
 drivers/net/hns3/hns3_ethdev.c         |   87 +-
 drivers/net/hns3/hns3_ethdev.h         |   73 +-
 drivers/net/hns3/hns3_ethdev_vf.c      |   19 +-
 drivers/net/hns3/hns3_intr.c           | 2127 ++++++++++++++++++--------------
 drivers/net/hns3/hns3_regs.h           |    2 +
 drivers/net/hns3/hns3_rxtx.c           |  288 ++++-
 drivers/net/hns3/hns3_rxtx.h           |   30 +-
 drivers/net/hns3/hns3_rxtx_vec_neon.h  |    2 +-
 drivers/net/hns3/hns3_rxtx_vec_sve.c   |    7 +-
 drivers/net/hns3/hns3_stats.c          |  388 +++---
 drivers/net/hns3/hns3_stats.h          |    2 +-
 16 files changed, 1923 insertions(+), 1128 deletions(-)