[PATCH v2 0/7] bugfix for hns3 PMD
Min Hu (Connor)
humin29 at huawei.com
Thu May 5 14:27:00 CEST 2022
This patch set contains 7 bugfix for hns3 PMD.
Chengwen Feng (1):
net/hns3: fix more mbufs are freed when Tx done cleanup
Huisong Li (6):
net/hns3: fix order of clearing imissed register in PF
net/hns3: fix MAC and queues HW statistics overflow
net/hns3: fix pseudo-sharing between threads
net/hns3: fix RSS disable
net/hns3: fix undo rollback when update RSS hash
net/hns3: remove redundant RSS tuple field
drivers/net/hns3/hns3_ethdev.c | 20 ++--
drivers/net/hns3/hns3_ethdev.h | 6 ++
drivers/net/hns3/hns3_ethdev_vf.c | 19 ++--
drivers/net/hns3/hns3_flow.c | 10 +-
drivers/net/hns3/hns3_rss.c | 123 ++++++---------------
drivers/net/hns3/hns3_rss.h | 5 +-
drivers/net/hns3/hns3_rxtx.c | 8 +-
drivers/net/hns3/hns3_rxtx.h | 4 +-
drivers/net/hns3/hns3_stats.c | 171 ++++++++++++++++++++++--------
drivers/net/hns3/hns3_stats.h | 6 +-
10 files changed, 188 insertions(+), 184 deletions(-)
---
v2:
* fix some comments about usage of spin lock and typo.
--
2.33.0
More information about the dev
mailing list