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 402F9A04DB; Thu, 10 Dec 2020 13:48:59 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D1A5CC952; Thu, 10 Dec 2020 13:48:41 +0100 (CET) Received: from szxga04-in.huawei.com (szxga04-in.huawei.com [45.249.212.190]) by dpdk.org (Postfix) with ESMTP id 04785BC8A for ; Thu, 10 Dec 2020 13:48:38 +0100 (CET) Received: from DGGEMS414-HUB.china.huawei.com (unknown [172.30.72.59]) by szxga04-in.huawei.com (SkyGuard) with ESMTP id 4CsDGd5nFvzkntn for ; Thu, 10 Dec 2020 20:47:53 +0800 (CST) Received: from localhost.localdomain (10.69.192.56) by DGGEMS414-HUB.china.huawei.com (10.3.19.214) with Microsoft SMTP Server id 14.3.487.0; Thu, 10 Dec 2020 20:48:34 +0800 From: Lijun Ou To: CC: Date: Thu, 10 Dec 2020 20:48:41 +0800 Message-ID: <1607604523-22389-1-git-send-email-oulijun@huawei.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1605871656-51819-1-git-send-email-oulijun@huawei.com> References: <1605871656-51819-1-git-send-email-oulijun@huawei.com> MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.69.192.56] X-CFilter-Loop: Reflected Subject: [dpdk-dev] [PATCH V2 0/2] hns3 fixes 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" Here series are fixes for hns3 PMD driver. Change from V1: 1. fix the comments given by Ferruh Yigit for 4/4 Lijun Ou (1): net/hns3: adjust printing MAC addresses in log Min Hu (Connor) (1): net/hns3: fix FEC state query drivers/net/hns3/hns3_ethdev.c | 93 ++++++++++++++++++++++++--------------- drivers/net/hns3/hns3_ethdev.h | 4 ++ drivers/net/hns3/hns3_ethdev_vf.c | 32 +++++++------- 3 files changed, 77 insertions(+), 52 deletions(-) -- 2.7.4