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 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 ; 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)" To: 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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(-) -- 2.23.0