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 F0EE3A04C3; Mon, 28 Sep 2020 13:12:49 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 7AD591D90F; Mon, 28 Sep 2020 13:12:12 +0200 (CEST) Received: from huawei.com (szxga05-in.huawei.com [45.249.212.191]) by dpdk.org (Postfix) with ESMTP id 6D02F1D8F1 for ; Mon, 28 Sep 2020 13:12:09 +0200 (CEST) Received: from DGGEMS413-HUB.china.huawei.com (unknown [172.30.72.60]) by Forcepoint Email with ESMTP id 2A84058F801867E4FD91; Mon, 28 Sep 2020 19:12:07 +0800 (CST) Received: from [10.67.103.128] (10.67.103.128) by DGGEMS413-HUB.china.huawei.com (10.3.19.213) with Microsoft SMTP Server id 14.3.487.0; Mon, 28 Sep 2020 19:11:57 +0800 To: Ferruh Yigit , CC: , , , References: <1599534347-20430-1-git-send-email-humin29@huawei.com> <1601023147-57193-1-git-send-email-humin29@huawei.com> <5c2f80f1-dce7-a3cb-9a5f-2879d27ed76e@huawei.com> From: "Min Hu (Connor)" Message-ID: <726e314a-7f9a-e882-5d5b-62787673b5e2@huawei.com> Date: Mon, 28 Sep 2020 19:11:57 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.3.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 8bit X-Originating-IP: [10.67.103.128] X-CFilter-Loop: Reflected Subject: Re: [dpdk-dev] [PATCH V13 0/3] add FEC support 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" Hi, Ferruh, I've send a set of patches named V14, please check it ,thanks. 在 2020/9/28 18:27, Ferruh Yigit 写道: > On 9/27/2020 8:08 AM, Min Hu (Connor) wrote: >> Hello, >>      Are there any suggustions for this set patches ? >> >> >> 在 2020/9/25 16:39, Min Hu (Connor) 写道: >>> This series add FEC support for ethdev. >>> >>> Min Hu (Connor) (3): >>>    ethdev: introduce FEC API >>>    net/hns3: support FEC >>>    app/testpmd: add FEC command >>> >>>   app/test-pmd/cmdline.c                   | 223 +++++++++++++++++++ >>>   app/test-pmd/config.c                    |  91 ++++++++ >>>   app/test-pmd/testpmd.h                   |   2 + >>>   doc/guides/rel_notes/release_20_11.rst   |  10 + >>>   drivers/net/hns3/hns3_cmd.h              |  19 +- >>>   drivers/net/hns3/hns3_ethdev.c           | 356 >>> +++++++++++++++++++++++++++++++ >>>   drivers/net/hns3/hns3_ethdev.h           |   1 + >>>   lib/librte_ethdev/rte_ethdev.c           |  43 ++++ >>>   lib/librte_ethdev/rte_ethdev.h           |  94 ++++++++ >>>   lib/librte_ethdev/rte_ethdev_driver.h    |  80 +++++++ >>>   lib/librte_ethdev/rte_ethdev_version.map |   3 + >>>   11 files changed, 921 insertions(+), 1 deletion(-) >>> > > Hi Connor, > > Can you please make a new version addressing the minor issues Andrew > highlighted and including his ack? > > Thanks, > ferruh > .