mbox

[00/10] net/hns3: some bugfixes for rss

Message ID 20230129105140.29921-1-liudongdong3@huawei.com (mailing list archive)
Headers

Message

Dongdong Liu Jan. 29, 2023, 10:51 a.m. UTC
  This patchset is to do some bugfixes for hns3 rss.

Huisong Li (10):
  net/hns3: fix error log about indirection table size
  net/hns3: extract common API to query device
  net/hns3: refactor set RSS hash algorithm and key interface
  net/hns3: fix fixed RSS key size to be more compatibility
  net/hns3: fix misclearing RSS configuration
  net/hns3: using RSS filter list to check duplicated rule
  net/hns3: remove useless code when destroy valid RSS rule
  net/hns3: fix useless warning when flush or destroy rule
  net/hns3: fix bad memory structure conversion
  net/hns3: fix incorrect check for duplicate RSS rule

 drivers/net/hns3/hns3_common.c    |  87 +++++++++++-
 drivers/net/hns3/hns3_common.h    |   2 +
 drivers/net/hns3/hns3_ethdev.c    |  63 ---------
 drivers/net/hns3/hns3_ethdev_vf.c |  65 +--------
 drivers/net/hns3/hns3_flow.c      | 217 ++++++++++++++----------------
 drivers/net/hns3/hns3_rss.c       |  63 ++++-----
 drivers/net/hns3/hns3_rss.h       |   7 +-
 7 files changed, 227 insertions(+), 277 deletions(-)

--
2.22.0