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 9EA91A00BE; Wed, 29 Apr 2020 13:13:50 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 7CFCA1DA3A; Wed, 29 Apr 2020 13:13:50 +0200 (CEST) Received: from mail.chinasoftinc.com (unknown [114.113.233.8]) by dpdk.org (Postfix) with ESMTP id B14DD1DA29 for ; Wed, 29 Apr 2020 13:13:48 +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; Wed, 29 Apr 2020 19:13:37 +0800 From: "Wei Hu (Xavier)" To: Date: Wed, 29 Apr 2020 19:13:22 +0800 Message-ID: <20200429111328.64952-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/6] misc updates and bugfixes 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 misc updates and bugfixes for hns3 PMD driver. Lijun Ou (1): net/hns3: print the detail ret value Min Hu (Connor) (1): net/hns3: fix VLAN pvid when configuring device Wei Hu (Xavier) (4): net/hns3: get Tx abnormal errors in extend device statistics net/hns3: get PCI revision id net/hns3: fix MSI-x interrupt number during initialization net/hns3: fix return value when clearing statistics fails drivers/net/hns3/hns3_dcb.c | 7 +- drivers/net/hns3/hns3_ethdev.c | 33 ++++++-- drivers/net/hns3/hns3_ethdev.h | 5 ++ drivers/net/hns3/hns3_ethdev_vf.c | 18 +++- drivers/net/hns3/hns3_fdir.c | 12 +-- drivers/net/hns3/hns3_rxtx.c | 24 +++++- drivers/net/hns3/hns3_rxtx.h | 48 +++++++++++ drivers/net/hns3/hns3_stats.c | 136 ++++++++++++++++++++++++------ 8 files changed, 234 insertions(+), 49 deletions(-) -- 2.23.0