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 64815A04E1; Tue, 22 Sep 2020 11:03:05 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 530881DC3E; Tue, 22 Sep 2020 10:55:15 +0200 (CEST) Received: from incedge.chinasoftinc.com (unknown [114.113.233.8]) by dpdk.org (Postfix) with ESMTP id 80F401DAF8 for ; Tue, 22 Sep 2020 10:54:57 +0200 (CEST) X-ASG-Debug-ID: 1600764890-149d111baf19b000002-TfluYd Received: from mail.chinasoftinc.com ([10.168.0.51]) by incedge.chinasoftinc.com with ESMTP id O9VdYDCK9ov2Siet (version=TLSv1 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 22 Sep 2020 16:54:52 +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, 22 Sep 2020 16:54:51 +0800 From: "Wei Hu (Xavier)" X-Barracuda-RBL-Trusted-Forwarder: 10.168.0.60 To: CC: Date: Tue, 22 Sep 2020 16:53:44 +0800 X-ASG-Orig-Subj: [PATCH 00/17] updates for hns3 PMD driver Message-ID: <20200922085401.12272-1-huwei013@chinasoftinc.com> X-Mailer: git-send-email 2.9.5 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [120.133.139.157] X-Barracuda-Connect: UNKNOWN[10.168.0.51] X-Barracuda-Start-Time: 1600764891 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: 1918 Subject: [dpdk-dev] [PATCH 00/17] updates 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 for hns3 PMD driver. Chengchang Tang (2): net/hns3: fix default VLAN won't be deleted when set PF PVID net/hns3: add default branch to switch in Rx VLAN processing Chengwen Feng (1): net/hns3: support flow action of queue region Hongbo Zheng (3): net/hns3: add max number of segs compatibility net/hns3: avoid accessing nonexistent VF reg when PF in FLR net/hns3: add break to exit loop when err stat item found Lijun Ou (5): net/hns3: support querying RSS flow rule net/hns3: check input RSS type when creating flow with RSS net/hns3: set RSS hash type input configuration net/hns3: fix config when creating RSS rule after flush net/hns3: fix flushing RSS rule Wei Hu (Xavier) (6): net/hns3: add VLAN configuration compatibility net/hns3: add TSO pseudo header calculation compatibility net/hns3: add default branch to switch when parsing fd tuple net/hns3: fix flow RSS queue num with 0 net/hns3: fix configuring device with RSS is enabled net/hns3: fix storing RSS info when creating flow action drivers/net/hns3/hns3_cmd.c | 5 +- drivers/net/hns3/hns3_cmd.h | 14 +- drivers/net/hns3/hns3_ethdev.c | 133 ++++++++++-------- drivers/net/hns3/hns3_ethdev.h | 96 +++++++++++-- drivers/net/hns3/hns3_ethdev_vf.c | 20 ++- drivers/net/hns3/hns3_fdir.c | 43 ++++-- drivers/net/hns3/hns3_fdir.h | 23 +++- drivers/net/hns3/hns3_flow.c | 282 +++++++++++++++++++++++++++++--------- drivers/net/hns3/hns3_mbx.c | 2 +- drivers/net/hns3/hns3_rss.c | 244 +++++++++++++++++++++++++-------- drivers/net/hns3/hns3_rss.h | 21 +-- drivers/net/hns3/hns3_rxtx.c | 151 +++++++++++++------- drivers/net/hns3/hns3_rxtx.h | 53 +++++-- drivers/net/hns3/hns3_stats.c | 1 + 14 files changed, 797 insertions(+), 291 deletions(-) -- 2.9.5