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 F01FAA2EDB for ; Fri, 6 Sep 2019 08:57:06 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E7B411F137; Fri, 6 Sep 2019 08:57:05 +0200 (CEST) Received: from huawei.com (szxga06-in.huawei.com [45.249.212.32]) by dpdk.org (Postfix) with ESMTP id 0C1FA1F04E for ; Fri, 6 Sep 2019 08:57:05 +0200 (CEST) Received: from DGGEMS402-HUB.china.huawei.com (unknown [172.30.72.59]) by Forcepoint Email with ESMTP id DA26A1BDE2CD96E1C0EA; Fri, 6 Sep 2019 14:57:01 +0800 (CST) Received: from [127.0.0.1] (10.57.115.182) by DGGEMS402-HUB.china.huawei.com (10.3.19.202) with Microsoft SMTP Server id 14.3.439.0; Fri, 6 Sep 2019 14:56:54 +0800 To: Ferruh Yigit , References: <1566568031-45991-1-git-send-email-xavier.huwei@huawei.com> <1566568031-45991-9-git-send-email-xavier.huwei@huawei.com> <77c750e9-b6b6-9d6f-0c5c-92fad8b2c3a1@intel.com> CC: , , , From: "Wei Hu (Xavier)" Message-ID: <2970cc99-88b0-7ced-f7df-f8146ecb2eee@huawei.com> Date: Fri, 6 Sep 2019 14:56:53 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 In-Reply-To: <77c750e9-b6b6-9d6f-0c5c-92fad8b2c3a1@intel.com> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.57.115.182] X-CFilter-Loop: Reflected Subject: Re: [dpdk-dev] [PATCH 08/22] net/hns3: add support for link update operation 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" On 2019/8/30 23:04, Ferruh Yigit wrote: > On 8/23/2019 2:46 PM, Wei Hu (Xavier) wrote: >> This patch adds link update operation to hns3 PMD driver. >> >> Signed-off-by: Wei Hu (Xavier) >> Signed-off-by: Chunsong Feng >> Signed-off-by: Min Hu (Connor) >> Signed-off-by: Hao Chen >> Signed-off-by: Huisong Li > <...> > >> @@ -2528,6 +2725,7 @@ static const struct eth_dev_ops hns3_eth_dev_ops = { >> .mac_addr_remove = hns3_remove_mac_addr, >> .mac_addr_set = hns3_set_default_mac_addr, >> .set_mc_addr_list = hns3_set_mc_mac_addr_list, >> + .link_update = hns3_dev_link_update, > Can you please update .ini file in this patch and mark following features as > supported: > Link status > Hi, Ferruh Yigit OK, We will fix it in patch V2. Thanks for your suggestion. Regards Xavier.