From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 54A8FA0562; Tue, 13 Apr 2021 13:50:07 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C8BBA160E8C; Tue, 13 Apr 2021 13:50:03 +0200 (CEST) Received: from szxga07-in.huawei.com (szxga07-in.huawei.com [45.249.212.35]) by mails.dpdk.org (Postfix) with ESMTP id 8B64F160E84 for ; Tue, 13 Apr 2021 13:50:01 +0200 (CEST) Received: from DGGEMS410-HUB.china.huawei.com (unknown [172.30.72.59]) by szxga07-in.huawei.com (SkyGuard) with ESMTP id 4FKP3z3kGkzB046 for ; Tue, 13 Apr 2021 19:47:43 +0800 (CST) Received: from localhost.localdomain (10.69.192.56) by DGGEMS410-HUB.china.huawei.com (10.3.19.210) with Microsoft SMTP Server id 14.3.498.0; Tue, 13 Apr 2021 19:49:54 +0800 From: "Min Hu (Connor)" To: CC: Date: Tue, 13 Apr 2021 19:49:59 +0800 Message-ID: <1618314611-47978-1-git-send-email-humin29@huawei.com> X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.69.192.56] X-CFilter-Loop: Reflected Subject: [dpdk-dev] [PATCH 00/12] Bugfix for hns3 PMD X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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