From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 3C2E5A0A02; Sat, 16 Jan 2021 03:03:30 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A1EB9140EE7; Sat, 16 Jan 2021 03:03:29 +0100 (CET) Received: from szxga06-in.huawei.com (szxga06-in.huawei.com [45.249.212.32]) by mails.dpdk.org (Postfix) with ESMTP id 4E904140EE6 for ; Sat, 16 Jan 2021 03:03:28 +0100 (CET) Received: from DGGEMS414-HUB.china.huawei.com (unknown [172.30.72.60]) by szxga06-in.huawei.com (SkyGuard) with ESMTP id 4DHhBz49bXzj76P; Sat, 16 Jan 2021 10:02:35 +0800 (CST) Received: from [10.67.103.128] (10.67.103.128) by DGGEMS414-HUB.china.huawei.com (10.3.19.214) with Microsoft SMTP Server id 14.3.498.0; Sat, 16 Jan 2021 10:03:12 +0800 To: Ferruh Yigit , CC: , , , References: <1599534347-20430-1-git-send-email-humin29@huawei.com> <1602151376-23766-1-git-send-email-humin29@huawei.com> <1602151376-23766-2-git-send-email-humin29@huawei.com> <7fba6bd4-4471-d505-387f-12867f568583@intel.com> From: "Min Hu (Connor)" Message-ID: Date: Sat, 16 Jan 2021 10:03:12 +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: <7fba6bd4-4471-d505-387f-12867f568583@intel.com> 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 V16 1/3] ethdev: introduce FEC API X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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" OK, I will add the info soon. 在 2021/1/15 22:07, Ferruh Yigit 写道: > On 10/8/2020 11:02 AM, Min Hu (Connor) wrote: >> This patch adds Forward error correction(FEC) support for ethdev. >> Introduce APIs which support query and config FEC information in >> hardware. >> >> Signed-off-by: Min Hu (Connor) >> Reviewed-by: Wei Hu (Xavier) >> Reviewed-by: Chengwen Feng >> Reviewed-by: Chengchang Tang >> Acked-by: Andrew Rybchenko >> Reviewed-by: Ajit Khaparde > > <...> > >> --- >>   doc/guides/rel_notes/release_20_11.rst   |   5 ++ >>   lib/librte_ethdev/rte_ethdev.c           |  44 +++++++++++++ >>   lib/librte_ethdev/rte_ethdev.h           | 105 >> +++++++++++++++++++++++++++++++ >>   lib/librte_ethdev/rte_ethdev_driver.h    |  88 >> ++++++++++++++++++++++++++ >>   lib/librte_ethdev/rte_ethdev_version.map |   3 + >>   5 files changed, 245 insertions(+) > > Hi Connor, > > What do you think adding 'FEC' feature to the NIC feature list > documentation. 'doc/guides/nics/features/default.ini', > and explain new feature in the feature documentation: > 'doc/guides/nics/features.rst'? > > This is both good for documentation feature and NICs having a way to > advertise this support. > .