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 A8A8CA0562; Fri, 19 Mar 2021 02:06:58 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 273AC140FBD; Fri, 19 Mar 2021 02:06:58 +0100 (CET) Received: from szxga07-in.huawei.com (szxga07-in.huawei.com [45.249.212.35]) by mails.dpdk.org (Postfix) with ESMTP id 43B5E4003F for ; Fri, 19 Mar 2021 02:06:56 +0100 (CET) Received: from DGGEMS414-HUB.china.huawei.com (unknown [172.30.72.59]) by szxga07-in.huawei.com (SkyGuard) with ESMTP id 4F1lzw2pqYz9178 for ; Fri, 19 Mar 2021 09:05:00 +0800 (CST) Received: from localhost.localdomain (10.69.192.56) by DGGEMS414-HUB.china.huawei.com (10.3.19.214) with Microsoft SMTP Server id 14.3.498.0; Fri, 19 Mar 2021 09:06:51 +0800 From: "Min Hu (Connor)" To: CC: Date: Fri, 19 Mar 2021 09:07:18 +0800 Message-ID: <1616116046-47578-1-git-send-email-humin29@huawei.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1615357493-42394-1-git-send-email-humin29@huawei.com> References: <1615357493-42394-1-git-send-email-humin29@huawei.com> MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.69.192.56] X-CFilter-Loop: Reflected Subject: [dpdk-dev] [PATCH v5 0/8] features and bugfixes for hns3 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 series add four features according to the 21.05 roadmap, and also two cleanups added. Chengchang Tang (1): net/hns3: support for outer UDP cksum Chengwen Feng (1): net/hns3: support runtime config to select IO burst func Hongbo Zheng (4): net/hns3: adjust the format of RAS related structures net/hns3: delete redundant xstats RAS statistics net/hns3: support query Tx descriptor status net/hns3: support query Rx descriptor status Min Hu (Connor) (2): net/hns3: support imissed stats for PF/VF net/hns3: support oerrors stats in PF doc/guides/nics/features/hns3.ini | 2 + doc/guides/nics/features/hns3_vf.ini | 2 + doc/guides/nics/hns3.rst | 19 + doc/guides/rel_notes/release_21_05.rst | 4 + drivers/net/hns3/hns3_cmd.c | 3 + drivers/net/hns3/hns3_cmd.h | 13 + drivers/net/hns3/hns3_ethdev.c | 86 +- drivers/net/hns3/hns3_ethdev.h | 76 +- drivers/net/hns3/hns3_ethdev_vf.c | 18 + drivers/net/hns3/hns3_intr.c | 2127 ++++++++++++++++++-------------- drivers/net/hns3/hns3_regs.h | 2 + drivers/net/hns3/hns3_rxtx.c | 203 ++- drivers/net/hns3/hns3_rxtx.h | 6 +- drivers/net/hns3/hns3_rxtx_vec_sve.c | 5 +- drivers/net/hns3/hns3_stats.c | 394 +++--- drivers/net/hns3/hns3_stats.h | 2 +- 16 files changed, 1838 insertions(+), 1124 deletions(-) -- 2.7.4