From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <dev-bounces@dpdk.org>
Received: from dpdk.org (dpdk.org [92.243.14.124])
	by inbox.dpdk.org (Postfix) with ESMTP id E1210A04DB;
	Fri, 11 Dec 2020 02:45:11 +0100 (CET)
Received: from [92.243.14.124] (localhost [127.0.0.1])
	by dpdk.org (Postfix) with ESMTP id 07305AC9B;
	Fri, 11 Dec 2020 02:45:10 +0100 (CET)
Received: from szxga04-in.huawei.com (szxga04-in.huawei.com [45.249.212.190])
 by dpdk.org (Postfix) with ESMTP id 4A4A7AC9A
 for <dev@dpdk.org>; Fri, 11 Dec 2020 02:45:06 +0100 (CET)
Received: from DGGEMS414-HUB.china.huawei.com (unknown [172.30.72.59])
 by szxga04-in.huawei.com (SkyGuard) with ESMTP id 4CsYVW6bddzkmCY
 for <dev@dpdk.org>; Fri, 11 Dec 2020 09:44:19 +0800 (CST)
Received: from [10.67.103.119] (10.67.103.119) by
 DGGEMS414-HUB.china.huawei.com (10.3.19.214) with Microsoft SMTP Server id
 14.3.487.0; Fri, 11 Dec 2020 09:44:53 +0800
To: Ferruh Yigit <ferruh.yigit@intel.com>, "Min Hu (Connor)"
 <humin29@huawei.com>
CC: <dev@dpdk.org>
References: <1605871656-51819-1-git-send-email-oulijun@huawei.com>
 <1607604523-22389-1-git-send-email-oulijun@huawei.com>
 <9178a6ca-1dd6-d67b-0810-143d69eea951@intel.com>
From: oulijun <oulijun@huawei.com>
Message-ID: <eace1802-3ea1-4a83-31de-1c6fd81481e3@huawei.com>
Date: Fri, 11 Dec 2020 09:44:53 +0800
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101
 Thunderbird/52.1.0
MIME-Version: 1.0
In-Reply-To: <9178a6ca-1dd6-d67b-0810-143d69eea951@intel.com>
Content-Type: text/plain; charset="utf-8"; format=flowed
Content-Transfer-Encoding: 8bit
X-Originating-IP: [10.67.103.119]
X-CFilter-Loop: Reflected
Subject: Re: [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 <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>



在 2020/12/11 0:30, Ferruh Yigit 写道:
> On 12/10/2020 12:48 PM, Lijun Ou wrote:
>> 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
>>
> 
> Series applied to dpdk-next-net/main, thanks.
> 
> 
> Can you please send another patch to remove all direct 'rte_eth_devices' 
> access and use 'hns->eth_dev' instead?
> 
Yes. I have plan to do. thanks
> Thanks,
> ferruh
> .
>