From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_GIT autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id F0866C55179 for ; Thu, 29 Oct 2020 12:49:51 +0000 (UTC) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mail.kernel.org (Postfix) with ESMTP id 3BFB32075E for ; Thu, 29 Oct 2020 12:49:50 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 3BFB32075E Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=huawei.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 34477CBD5; Thu, 29 Oct 2020 13:48:57 +0100 (CET) Received: from szxga07-in.huawei.com (szxga07-in.huawei.com [45.249.212.35]) by dpdk.org (Postfix) with ESMTP id CE1FFCB35 for ; Thu, 29 Oct 2020 13:48:49 +0100 (CET) Received: from DGGEMS404-HUB.china.huawei.com (unknown [172.30.72.60]) by szxga07-in.huawei.com (SkyGuard) with ESMTP id 4CMQH41gdDz70KL for ; Thu, 29 Oct 2020 20:48:48 +0800 (CST) Received: from localhost.localdomain (10.69.192.56) by DGGEMS404-HUB.china.huawei.com (10.3.19.204) with Microsoft SMTP Server id 14.3.487.0; Thu, 29 Oct 2020 20:48:35 +0800 From: Lijun Ou To: CC: , Date: Thu, 29 Oct 2020 20:49:03 +0800 Message-ID: <1603975751-27955-1-git-send-email-oulijun@huawei.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1603973875-8431-1-git-send-email-oulijun@huawei.com> References: <1603973875-8431-1-git-send-email-oulijun@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 v2 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. Change from V1: -fix checkpatch warnings 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 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: enable RSS for ipv6-sctp dst/src port fields net/hns3: add queue count of Rx API support drivers/net/hns3/hns3_ethdev.c | 11 ++- drivers/net/hns3/hns3_ethdev.h | 5 +- drivers/net/hns3/hns3_ethdev_vf.c | 5 +- drivers/net/hns3/hns3_flow.c | 57 +++++++-------- drivers/net/hns3/hns3_rss.c | 25 ++++--- drivers/net/hns3/hns3_rss.h | 6 ++ drivers/net/hns3/hns3_rxtx.c | 144 ++++++++++++++++++++++++++++++-------- drivers/net/hns3/hns3_rxtx.h | 14 ++-- 8 files changed, 191 insertions(+), 76 deletions(-) -- 2.7.4