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) <humi...@huawei.com>
Reviewed-by: Wei Hu (Xavier) <xavier.hu...@huawei.com>
Reviewed-by: Chengwen Feng <fengcheng...@huawei.com>
Reviewed-by: Chengchang Tang <tangchengch...@huawei.com>
Acked-by: Andrew Rybchenko <arybche...@solarflare.com>
Reviewed-by: Ajit Khaparde <ajit.khapa...@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.