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 98AAFA0559; Tue, 17 Mar 2020 10:24:04 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B4C521C027; Tue, 17 Mar 2020 10:24:03 +0100 (CET) Received: from incedge.chinasoftinc.com (unknown [114.113.233.8]) by dpdk.org (Postfix) with ESMTP id D7B971C025 for ; Tue, 17 Mar 2020 10:24:02 +0100 (CET) X-ASG-Debug-ID: 1584436944-0a3dd134b0001f0004-TfluYd Received: from mail.chinasoftinc.com (inccas001.ito.icss [10.168.0.51]) by incedge.chinasoftinc.com with ESMTP id XXHx359Kovn0yxbV (version=TLSv1 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 17 Mar 2020 17:23:00 +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 (114.119.4.74) by INCCAS001.ito.icss (10.168.0.60) with Microsoft SMTP Server id 14.3.487.0; Tue, 17 Mar 2020 17:13:12 +0800 From: "Wei Hu (Xavier)" X-Barracuda-RBL-Trusted-Forwarder: 10.168.0.60 To: Date: Tue, 17 Mar 2020 17:11:59 +0800 X-ASG-Orig-Subj: [PATCH 0/7] misc updates for hns3 PMD driver Message-ID: <20200317091206.34928-1-huwei013@chinasoftinc.com> X-Mailer: git-send-email 2.23.0 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-Originating-IP: [114.119.4.74] X-Barracuda-Connect: inccas001.ito.icss[10.168.0.51] X-Barracuda-Start-Time: 1584436980 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: 887 Subject: [dpdk-dev] [PATCH 0/7] misc 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 and fixes for hns3 PMD driver. Chengchang Tang (2): net/hns3: remove redundant MAC addr check when setting MAC net/hns3: modify inappropriate names Chengwen Feng (3): net/hns3: fix packets's offload features flags in Rx net/hns3: fix default error code of command interface net/hns3: fix crash when flushing RSS flow rules with FLR Min Hu (Connor) (1): net/hns3: fix configuring illeagl VLAN pvid Wei Hu (Xavier) (1): net/hns3: fix abnormal status after reset occurs repeatedly drivers/net/hns3/hns3_cmd.c | 24 +++++++++++---- drivers/net/hns3/hns3_ethdev.c | 51 +++++++++++++------------------ drivers/net/hns3/hns3_ethdev_vf.c | 28 +++++------------ drivers/net/hns3/hns3_flow.c | 5 ++- drivers/net/hns3/hns3_rxtx.c | 5 +-- 5 files changed, 55 insertions(+), 58 deletions(-) -- 2.23.0