[PATCH v2 3/3] net/sfc: support FEC feature
Andrew Rybchenko
andrew.rybchenko at oktetlabs.ru
Mon Jun 19 11:39:30 CEST 2023
On 6/15/23 11:38, Denis Pryazhennikov wrote:
> Support ethdev methods to query and set FEC information.
> Limitations: ignoring rte_eth_fec_get_capability() results
> can lead to NOFEC if the device is not strated.
>
> Signed-off-by: Denis Pryazhennikov <denis.pryazhennikov at arknetworks.am>
> Reviewed-by: Ivan Malov <ivan.malov at arknetworks.am>
> Reviewed-by: Andy Moreton <amoreton at xilinx.com>
> Reviewed-by: Ferruh Yigit <ferruh.yigit at amd.com>
Acked-by: Andrew Rybchenko <andrew.rybchenko at oktetlabs.ru>
> diff --git a/doc/guides/rel_notes/release_23_07.rst b/doc/guides/rel_notes/release_23_07.rst
> index 027ae7bd2d64..59a215a4a4f8 100644
> --- a/doc/guides/rel_notes/release_23_07.rst
> +++ b/doc/guides/rel_notes/release_23_07.rst
> @@ -170,6 +170,12 @@ New Features
>
> See :doc:`../prog_guide/pdcp_lib` for more information.
>
> +* **Updated Solarflare network PMD.**
> +
> + Updated the Solarflare ``sfc_efx`` driver with changes including:
> +
> + * Added support for configuring FEC mode, querying FEC capabilities and
> + current FEC mode from a device.
Extra empty line is required here. Two empty lines before the next
section.
>
> Removed Items
> -------------
[snip]
More information about the dev
mailing list