Re: [dpdk-dev] [PATCH V16 1/3] ethdev: introduce FEC API
From: Ferruh Yigit <hidden>
Date: 2021-01-15 14:07:54
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) <redacted> Reviewed-by: Wei Hu (Xavier) <redacted> Reviewed-by: Chengwen Feng <redacted> Reviewed-by: Chengchang Tang <tangchengchang@huawei.com> Acked-by: Andrew Rybchenko <redacted> Reviewed-by: Ajit Khaparde <ajit.khaparde@broadcom.com>
<...>
--- 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.