mbox

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

Message ID 20230601222349.28965-1-denis.pryazhennikov@arknetworks.am (mailing list archive)
Headers

Message

Denis Pryazhennikov June 1, 2023, 10:23 p.m. UTC
  This patch series adds setting and querying of Forward error
correction (FEC). AUTO, BASER and RS modes are supported
by EF10/EF100 hardware. LLRS mode is not supported.

Denis Pryazhennikov (3):
  net/sfc: split link update function
  common/sfc_efx/base: add FEC related macros
  net/sfc: support FEC feature

 doc/guides/nics/features/sfc.ini  |   1 +
 drivers/common/sfc_efx/base/efx.h |   9 +
 drivers/net/sfc/sfc.h             |   2 +
 drivers/net/sfc/sfc_ethdev.c      | 365 +++++++++++++++++++++++++++++-
 drivers/net/sfc/sfc_port.c        |  24 +-
 5 files changed, 381 insertions(+), 20 deletions(-)