[0/4] fixes for hns3 PMD driver
Message ID | 20200326071433.65694-1-huwei013@chinasoftinc.com (mailing list archive) |
---|---|
Headers |
Return-Path: <dev-bounces@dpdk.org> X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id C6E35A057C; Thu, 26 Mar 2020 08:15:11 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 7A2861B949; Thu, 26 Mar 2020 08:15:10 +0100 (CET) Received: from mail.chinasoftinc.com (unknown [114.113.233.8]) by dpdk.org (Postfix) with ESMTP id 46CB34CA7 for <dev@dpdk.org>; Thu, 26 Mar 2020 08:15:09 +0100 (CET) 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; Thu, 26 Mar 2020 15:15:00 +0800 From: "Wei Hu (Xavier)" <huwei013@chinasoftinc.com> To: <dev@dpdk.org> Date: Thu, 26 Mar 2020 15:14:29 +0800 Message-ID: <20200326071433.65694-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/4] fixes for hns3 PMD driver X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions <dev.dpdk.org> List-Unsubscribe: <https://mails.dpdk.org/options/dev>, <mailto:dev-request@dpdk.org?subject=unsubscribe> List-Archive: <http://mails.dpdk.org/archives/dev/> List-Post: <mailto:dev@dpdk.org> List-Help: <mailto:dev-request@dpdk.org?subject=help> List-Subscribe: <https://mails.dpdk.org/listinfo/dev>, <mailto:dev-request@dpdk.org?subject=subscribe> Errors-To: dev-bounces@dpdk.org Sender: "dev" <dev-bounces@dpdk.org> |
Message
Wei Hu (Xavier)
March 26, 2020, 7:14 a.m. UTC
This series are fixes for hns3 PMD driver. Chengwen Feng (1): net/hns3: fix the return value of setting VLAN offload Lijun Ou (2): net/hns3: fix RSS indirection table configuration net/hns3: fix configuring RSS hash when rules are flushed Min Hu (Connor) (1): net/hns3: fix mailbox opcode data type drivers/net/hns3/hns3_dcb.c | 15 +++++++++++++++ drivers/net/hns3/hns3_ethdev.c | 9 +++++++++ drivers/net/hns3/hns3_ethdev.h | 1 + drivers/net/hns3/hns3_ethdev_vf.c | 22 +++++++++++++++++++--- drivers/net/hns3/hns3_flow.c | 14 ++++++++++++++ drivers/net/hns3/hns3_mbx.c | 12 ++++++++---- drivers/net/hns3/hns3_rss.c | 31 +++++++++++++++++++++---------- drivers/net/hns3/hns3_rss.h | 2 ++ 8 files changed, 89 insertions(+), 17 deletions(-)