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

2023-06-20 Thread Ferruh Yigit
On 6/19/2023 10:39 AM, Andrew Rybchenko wrote: > 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 Pryaz

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

2023-06-19 Thread Andrew Rybchenko
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 Reviewed-by: Ivan Malov Reviewed-by: Andy Moreton

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

2023-06-15 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