Re: [RFC PATCH 1/3] ethdev: update documentation for API to set FEC

2023-05-02 Thread Ferruh Yigit
On 4/28/2023 11:27 AM, Denis Pryazhennikov wrote: > The documentation for the rte_eth_fec_set() is updated > to provide more detailed information about how FEC modes are > handled. It also includes a description of the case when only > the AUTO bit is set. > > Signed-off-by: Denis Pryazhennikov >

[RFC PATCH 1/3] ethdev: update documentation for API to set FEC

2023-04-28 Thread Denis Pryazhennikov
The documentation for the rte_eth_fec_set() is updated to provide more detailed information about how FEC modes are handled. It also includes a description of the case when only the AUTO bit is set. Signed-off-by: Denis Pryazhennikov Acked-by: Ivan Malov Acked-by: Viacheslav Galaktionov --- li