[dpdk-dev] [PATCH 00/12] Bugfix for hns3 PMD

Min Hu (Connor) humin29 at huawei.com
Tue Apr 13 13:49:59 CEST 2021


This set of patches contains 12 bugfixes for hns3 PMD.

Chengchang Tang (2):
  net/hns3: fix potentially incorrect timing in MBX
  net/hns3: fix incorrect use of CMD status enumeration type

Chengwen Feng (10):
  net/hns3: delete mailbox arq ring
  net/hns3: fix possible mismatches response of mailbox
  net/hns3: fix VF may report LSC event in secondary process
  net/hns3: fix miss verification of whether NEON supported
  net/hns3: fix missing outer L4 UDP flag for VXLAN packet
  net/hns3: add reporting TUNNEL GRE packet type
  net/hns3: fix PTP caps report
  net/hns3: rename Rx burst API
  net/hns3: add supported ptypes list for RXD advanced layout
  net/hns3: remove VLAN/QINQ ptypes from support list

 drivers/net/hns3/hns3_cmd.c    |  17 ++-
 drivers/net/hns3/hns3_cmd.h    |   9 +-
 drivers/net/hns3/hns3_ethdev.c |  12 +-
 drivers/net/hns3/hns3_ethdev.h |   1 -
 drivers/net/hns3/hns3_mbx.c    | 282 +++++++++++++++++++++++++++++------------
 drivers/net/hns3/hns3_mbx.h    |  34 ++---
 drivers/net/hns3/hns3_rxtx.c   |  97 ++++++++++----
 drivers/net/hns3/hns3_rxtx.h   |   4 +-
 8 files changed, 313 insertions(+), 143 deletions(-)

-- 
2.7.4



More information about the dev mailing list