From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 47697A04C0; Tue, 29 Sep 2020 14:01:29 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 268BE1D709; Tue, 29 Sep 2020 14:01:28 +0200 (CEST) Received: from incedge.chinasoftinc.com (unknown [114.113.233.8]) by dpdk.org (Postfix) with ESMTP id B99A81BDDC for ; Tue, 29 Sep 2020 14:01:26 +0200 (CEST) X-ASG-Debug-ID: 1601380883-149d11049a296770001-TfluYd Received: from mail.chinasoftinc.com (inccas001.ito.icss [10.168.0.51]) by incedge.chinasoftinc.com with ESMTP id 4x5I5MXSASLlBWUb (version=TLSv1 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 29 Sep 2020 20:01:23 +0800 (CST) X-Barracuda-Envelope-From: huwei013@chinasoftinc.com X-Barracuda-RBL-Trusted-Forwarder: 10.168.0.51 X-ASG-Whitelist: Client Received: from localhost.localdomain (120.133.139.157) by INCCAS001.ito.icss (10.168.0.60) with Microsoft SMTP Server id 14.3.487.0; Tue, 29 Sep 2020 20:01:23 +0800 From: "Wei Hu (Xavier)" X-Barracuda-RBL-Trusted-Forwarder: 10.168.0.60 To: CC: Date: Tue, 29 Sep 2020 20:01:08 +0800 X-ASG-Orig-Subj: [PATCH v2 0/9] updates and fixes for hns3 PMD driver Message-ID: <20200929120117.50394-1-huwei013@chinasoftinc.com> X-Mailer: git-send-email 2.9.5 In-Reply-To: <20200929110945.70761-1-huwei013@chinasoftinc.com> References: <20200929110945.70761-1-huwei013@chinasoftinc.com> MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [120.133.139.157] X-Barracuda-Connect: inccas001.ito.icss[10.168.0.51] X-Barracuda-Start-Time: 1601380883 X-Barracuda-Encrypted: ECDHE-RSA-AES256-SHA X-Barracuda-URL: https://incspam.chinasofti.com:443/cgi-mod/mark.cgi X-Virus-Scanned: by bsmtpd at chinasoftinc.com X-Barracuda-Scan-Msg-Size: 1659 Subject: [dpdk-dev] [PATCH v2 0/9] updates and fixes for hns3 PMD driver 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" This series are updates and fixes for hns3 PMD driver. Chengchang Tang (1): net/hns3: support start and stop Tx or Rx queue Hongbo Zheng (2): net/hns3: check return value when reading PCI config space net/hns3: remove redundant return value assignments Huisong Li (3): net/hns3: expand the number of queues for one TC up to 512 net/hns3: offload calculating the shapping para to firmware net/hns3: set max scheduling rate based on actual board Wei Hu (Xavier) (3): net/hns3: maximize the queue number net/hns3: fix error type when validating RSS flow action net/hns3: set suitable type when initial flow error struct config/rte_config.h | 3 + drivers/net/hns3/hns3_cmd.c | 2 +- drivers/net/hns3/hns3_cmd.h | 28 +- drivers/net/hns3/hns3_dcb.c | 205 +++++++++--- drivers/net/hns3/hns3_dcb.h | 60 +++- drivers/net/hns3/hns3_ethdev.c | 214 +++++++++--- drivers/net/hns3/hns3_ethdev.h | 32 +- drivers/net/hns3/hns3_ethdev_vf.c | 214 ++++++++---- drivers/net/hns3/hns3_fdir.c | 6 +- drivers/net/hns3/hns3_flow.c | 97 +++--- drivers/net/hns3/hns3_intr.c | 1 - drivers/net/hns3/hns3_regs.c | 4 +- drivers/net/hns3/hns3_regs.h | 5 + drivers/net/hns3/hns3_rss.c | 34 +- drivers/net/hns3/hns3_rss.h | 5 +- drivers/net/hns3/hns3_rxtx.c | 675 +++++++++++++++++++++++++++++++------- drivers/net/hns3/hns3_rxtx.h | 18 +- drivers/net/hns3/hns3_stats.c | 73 ++++- drivers/net/hns3/hns3_stats.h | 6 +- 19 files changed, 1281 insertions(+), 401 deletions(-) -- 2.9.5