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 C960CA059F; Fri, 10 Apr 2020 13:09:57 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 909601C197; Fri, 10 Apr 2020 13:09:57 +0200 (CEST) Received: from mail.chinasoftinc.com (unknown [114.113.233.8]) by dpdk.org (Postfix) with ESMTP id 838D71C11E for ; Fri, 10 Apr 2020 13:09:55 +0200 (CEST) Received: from localhost.localdomain (114.119.4.74) by INCCAS002.ito.icss (10.168.0.60) with Microsoft SMTP Server id 14.3.487.0; Fri, 10 Apr 2020 19:09:41 +0800 From: "Wei Hu (Xavier)" To: Date: Fri, 10 Apr 2020 19:09:21 +0800 Message-ID: <20200410110930.15717-1-huwei013@chinasoftinc.com> X-Mailer: git-send-email 2.23.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-Originating-IP: [114.119.4.74] Subject: [dpdk-dev] [PATCH 0/9] 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 cleanup and bugfix for hns3 PMD driver. Chengchang Tang (3): net/hns3: fix failure when adding a MC MAC address net/hns3: fix default VLAN filter configuration for PF net/hns3: fix VLAN filter when setting promisucous mode Chengwen Feng (2): net/hns3: fix Rx interrupt after reset net/hns3: fix residual flow directory rules when app restart Lijun Ou (3): net/hns3: simplify process of some return values net/hns3: fix missing RSS in Rx offload capability net/hns3: fix missing length of hash key when getting RSS Wei Hu (Xavier) (1): net/hns3: replace zero with macro defined in DPDK framework drivers/net/hns3/hns3_dcb.c | 28 +-- drivers/net/hns3/hns3_ethdev.c | 403 ++++++++++++++++++++++++------ drivers/net/hns3/hns3_ethdev_vf.c | 342 +++++++++++++++++++------ drivers/net/hns3/hns3_fdir.c | 21 ++ drivers/net/hns3/hns3_intr.c | 2 + drivers/net/hns3/hns3_rss.c | 4 +- drivers/net/hns3/hns3_rxtx.c | 27 +- drivers/net/hns3/hns3_rxtx.h | 2 + 8 files changed, 645 insertions(+), 184 deletions(-) -- 2.23.0