mbox

[00/15] fix and feature for hns3 PMD

Message ID 20220107101558.39219-1-humin29@huawei.com (mailing list archive)
Headers

Message

humin (Q) Jan. 7, 2022, 10:15 a.m. UTC
  This patch contains 15 patches, which include fixing codecheck warning
,code refactor and indirect counter action support.


Chengwen Feng (4):
  net/hns3: remove invalid encapsulation function
  net/hns3: delete strerror invoke
  net/hns3: rename function
  net/hns3: support indirect counter action

Huisong Li (10):
  net/hns3: remove unnecessary assignment
  net/hns3: fix a misjudgment expression
  net/hns3: extract a common API to initialize MAC addrs
  net/hns3: remove unnecessary black lines
  net/hns3: extract a function to handle reset fail
  net/hns3: extract functions to create RSS and FDIR flow rule
  net/hns3: remove unused variables
  net/hns3: remove the number of queue descriptors
  net/hns3: remove the printing of memory addresses
  net/hns3: extract a common interface to obtain revision ID

Jie Hai (1):
  net/hns3: remove unnecessary 'inline'

 drivers/net/hns3/hns3_cmd.c       |  12 +-
 drivers/net/hns3/hns3_common.c    |  76 ++++++
 drivers/net/hns3/hns3_common.h    |   3 +
 drivers/net/hns3/hns3_dcb.c       |  12 +-
 drivers/net/hns3/hns3_ethdev.c    |  85 ++-----
 drivers/net/hns3/hns3_ethdev.h    |   5 -
 drivers/net/hns3/hns3_ethdev_vf.c |  93 +------
 drivers/net/hns3/hns3_fdir.c      |   3 +-
 drivers/net/hns3/hns3_fdir.h      |   1 +
 drivers/net/hns3/hns3_flow.c      | 399 ++++++++++++++++++++++++------
 drivers/net/hns3/hns3_flow.h      |  11 +-
 drivers/net/hns3/hns3_intr.c      |  54 ++--
 drivers/net/hns3/hns3_rxtx.c      |   6 -
 drivers/net/hns3/hns3_rxtx.h      |   2 -
 14 files changed, 476 insertions(+), 286 deletions(-)