mbox series

[00/12] Bugfix for hns3 PMD

Message ID 1618314611-47978-1-git-send-email-humin29@huawei.com (mailing list archive)
Headers
Series Bugfix for hns3 PMD |

Message

humin (Q) April 13, 2021, 11:49 a.m. UTC
  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(-)
  

Comments

Ferruh Yigit April 14, 2021, 5:47 p.m. UTC | #1
On 4/13/2021 12:49 PM, Min Hu (Connor) wrote:
> 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
> 

Except 10/12,
Series applied to dpdk-next-net/main, thanks.

Patch 10/12 has no dependency in the set, so it can be discussed/updated separately.