[dpdk-dev] [PATCH V16 1/3] ethdev: introduce FEC API

Ferruh Yigit ferruh.yigit at intel.com
Fri Jan 15 15:07:43 CET 2021


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) <humin29 at huawei.com>
> Reviewed-by: Wei Hu (Xavier) <xavier.huwei at huawei.com>
> Reviewed-by: Chengwen Feng <fengchengwen at huawei.com>
> Reviewed-by: Chengchang Tang <tangchengchang at huawei.com>
> Acked-by: Andrew Rybchenko <arybchenko at solarflare.com>
> Reviewed-by: Ajit Khaparde <ajit.khaparde at 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.


More information about the dev mailing list