This patch series add the support of link auto negotiation feature, including speed and FEC mode.
Zerun Fu (7): net/nfp: set a new parameter to hwinfo net/nfp: support getting speed capability net/nfp: support setting port speed net/nfp: modify the link update function net/nfp: support getting FEC capability net/nfp: support getting FEC mode net/nfp: support setting FEC mode doc/guides/nics/features/nfp.ini | 1 + drivers/net/nfp/nfp_ethdev.c | 326 ++++++++++++++++++++++++++++++ drivers/net/nfp/nfp_net_common.c | 227 +++++++++++++++++++-- drivers/net/nfp/nfp_net_common.h | 10 + drivers/net/nfp/nfpcore/nfp_nsp.c | 38 +++- drivers/net/nfp/nfpcore/nfp_nsp.h | 59 ++++++ 6 files changed, 640 insertions(+), 21 deletions(-) -- 2.39.1