[dpdk-dev] [PATCH v2 0/8] hns3 misc updates

Lijun Ou oulijun at huawei.com
Thu Oct 29 13:49:03 CET 2020


Here patch series are a API implementation and
some bugfixes for hns3 PMD driver.

Change from V1:
-fix checkpatch warnings

Chengchang Tang (2):
  net/hns3: fix packect type report in Rx
  net/hns3: fix HW ring not clear after queue stop

Hongbo Zheng (2):
  net/hns3: fix uncheck return value warning
  net/hns3: fix return value check of setting VF bus

Huisong Li (2):
  net/hns3: fix RSS max queue id allowed in multi-TC case
  net/hns3: fix data type to release fake queue > 255

Lijun Ou (2):
  net/hns3: enable RSS for ipv6-sctp dst/src port fields
  net/hns3: add queue count of Rx API support

 drivers/net/hns3/hns3_ethdev.c    |  11 ++-
 drivers/net/hns3/hns3_ethdev.h    |   5 +-
 drivers/net/hns3/hns3_ethdev_vf.c |   5 +-
 drivers/net/hns3/hns3_flow.c      |  57 +++++++--------
 drivers/net/hns3/hns3_rss.c       |  25 ++++---
 drivers/net/hns3/hns3_rss.h       |   6 ++
 drivers/net/hns3/hns3_rxtx.c      | 144 ++++++++++++++++++++++++++++++--------
 drivers/net/hns3/hns3_rxtx.h      |  14 ++--
 8 files changed, 191 insertions(+), 76 deletions(-)

-- 
2.7.4



More information about the dev mailing list