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 D79E3A0528; Sat, 11 Jul 2020 12:08:10 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 3CEB61D986; Sat, 11 Jul 2020 12:08:05 +0200 (CEST) Received: from huawei.com (szxga04-in.huawei.com [45.249.212.190]) by dpdk.org (Postfix) with ESMTP id 5BB3B1D97D for ; Sat, 11 Jul 2020 12:08:02 +0200 (CEST) Received: from DGGEMS404-HUB.china.huawei.com (unknown [172.30.72.59]) by Forcepoint Email with ESMTP id 5E0B595A72FC39BE3EB8 for ; Sat, 11 Jul 2020 18:08:01 +0800 (CST) Received: from localhost.localdomain (10.69.192.56) by DGGEMS404-HUB.china.huawei.com (10.3.19.204) with Microsoft SMTP Server id 14.3.487.0; Sat, 11 Jul 2020 18:07:51 +0800 From: "Wei Hu (Xavier)" To: CC: Date: Sat, 11 Jul 2020 18:05:59 +0800 Message-ID: <1594461963-48638-1-git-send-email-xavier.huwei@huawei.com> X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.69.192.56] X-CFilter-Loop: Reflected Subject: [dpdk-dev] [PATCH 0/4] 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 misc updates for hns3 PMD driver. Lijun Ou (1): net/hns3: fix RSS configuration when empty RSS type Min Hu (Connor) (1): net/hns3: support keeping CRC Wei Hu (Xavier) (2): net/hns3: support copper media type net/hns3: support 200G speed rate drivers/net/hns3/hns3_cmd.h | 1 + drivers/net/hns3/hns3_ethdev.c | 28 ++++++++++++++++++--- drivers/net/hns3/hns3_ethdev.h | 8 ++++++ drivers/net/hns3/hns3_ethdev_vf.c | 2 +- drivers/net/hns3/hns3_flow.c | 7 +++--- drivers/net/hns3/hns3_rxtx.c | 53 +++++++++++++++++++++++++++++++++++++-- drivers/net/hns3/hns3_rxtx.h | 3 +++ 7 files changed, 92 insertions(+), 10 deletions(-) -- 2.7.4