Re: [PATCH 3/3] net/sfc: support FEC feature

2023-06-02 Thread Andrew Rybchenko
On 6/2/23 01:23, 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 Reviewed-by: Ivan Malov Reviewed-by: Andy Moreton

[PATCH 3/3] net/sfc: support FEC feature

2023-06-01 Thread Denis Pryazhennikov
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 Reviewed-by: Ivan Malov Reviewed-by: Andy Moreton Reviewed-by: Ferruh Yigit --- doc/guides/nic