From patchwork Thu Oct 29 11:14:46 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lijun Ou X-Patchwork-Id: 82731 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id EA884A04B5; Thu, 29 Oct 2020 12:15:07 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 448A7CA35; Thu, 29 Oct 2020 12:14:35 +0100 (CET) Received: from szxga04-in.huawei.com (szxga04-in.huawei.com [45.249.212.190]) by dpdk.org (Postfix) with ESMTP id 2AE15C9FC for ; Thu, 29 Oct 2020 12:14:30 +0100 (CET) Received: from DGGEMS410-HUB.china.huawei.com (unknown [172.30.72.60]) by szxga04-in.huawei.com (SkyGuard) with ESMTP id 4CMNBF373JzkbyB for ; Thu, 29 Oct 2020 19:14:29 +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.487.0; Thu, 29 Oct 2020 19:14:18 +0800 From: Lijun Ou To: CC: , Date: Thu, 29 Oct 2020 19:14:46 +0800 Message-ID: <1603970094-37384-1-git-send-email-oulijun@huawei.com> X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 X-Originating-IP: [10.69.192.56] X-CFilter-Loop: Reflected Subject: [dpdk-dev] [PATCH 0/8] hns3 misc updates X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 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" Here patch series are a API implementation and some bugfixes for hns3 PMD driver. Chengchang Tang (2): net/hns3: fix packect type report in Rx net/hns3: fix HW ring not clear after queue stop Hongbo Zheng (2): net/hns3: fix uncheck return value warning net/hns3: fix return value check of setting VF bus master Huisong Li (2): net/hns3: fix RSS max queue id allowed in multi-TC case net/hns3: fix data type to release fake queue > 255 Lijun Ou (2): net/hns3: add queue count of Rx API support net/hns3: fix meson build for enabling SVE Rx/Tx drivers/net/hns3/hns3_ethdev.c | 9 ++- drivers/net/hns3/hns3_ethdev.h | 5 +- drivers/net/hns3/hns3_ethdev_vf.c | 3 +- drivers/net/hns3/hns3_flow.c | 45 +++++------- drivers/net/hns3/hns3_rss.c | 13 ++-- drivers/net/hns3/hns3_rxtx.c | 144 ++++++++++++++++++++++++++++++-------- drivers/net/hns3/hns3_rxtx.h | 14 ++-- drivers/net/hns3/meson.build | 3 +- 8 files changed, 161 insertions(+), 75 deletions(-)