mbox

[0/8] bugfix for hns3 PMD

Message ID 1626487376-30038-1-git-send-email-humin29@huawei.com (mailing list archive)
Headers

Message

humin (Q) July 17, 2021, 2:02 a.m. UTC
  This patchset contains 8 bugfixes for hns3 PMD.

Chengchang Tang (2):
  net/hns3: fix residual MAC address entry
  net/hns3: delete duplicate compile-time check

Chengwen Feng (3):
  net/hns3: delete unnecessary zero assignments
  net/hns3: fix incorrect comment
  net/hns3: fix flow list separate management

HongBo Zheng (1):
  net/hns3: fix the timing issue of clearing interrupt source

Huisong Li (2):
  net/hns3: fix a print position about auto-negotiation
  net/hns3: fix Tx pkt prepare address when dev stop

 drivers/net/hns3/hns3_ethdev.c    |  62 +++++----------
 drivers/net/hns3/hns3_ethdev.h    |   3 +
 drivers/net/hns3/hns3_ethdev_vf.c |  29 ++-----
 drivers/net/hns3/hns3_fdir.h      |   7 +-
 drivers/net/hns3/hns3_flow.c      | 160 +++++++++++++++++---------------------
 drivers/net/hns3/hns3_rxtx.c      |   2 +-
 drivers/net/hns3/hns3_rxtx_vec.c  |   4 -
 drivers/net/hns3/hns3_tm.c        |  18 -----
 8 files changed, 103 insertions(+), 182 deletions(-)