mbox series

[net-next,0/3] nfp: support FEC mode reporting and auto-neg

Message ID 20220921121235.169761-1-simon.horman@corigine.com (mailing list archive)
Headers show
Series nfp: support FEC mode reporting and auto-neg | expand

Message

Simon Horman Sept. 21, 2022, 12:12 p.m. UTC
Hi,

this series adds support for the following features to the nfp driver:

* Patch 1/3: Support active FEC mode
* Patch 2/3: Support link auto negotiation
* Patch 3/3: Support restart of link auto negotiation

Fei Qin (1):
  nfp: add support restart of link auto-negotiation

Yinjun Zhang (2):
  nfp: add support for reporting active FEC mode
  nfp: add support for link auto negotiation

 .../ethernet/netronome/nfp/nfp_net_ethtool.c  | 78 +++++++++++++++++--
 .../net/ethernet/netronome/nfp/nfp_net_main.c | 23 +++++-
 .../ethernet/netronome/nfp/nfpcore/nfp_nsp.h  |  4 +
 .../netronome/nfp/nfpcore/nfp_nsp_eth.c       | 13 +++-
 4 files changed, 107 insertions(+), 11 deletions(-)