[0/7] support link auto negotiation

Message ID 20231211030858.1693240-1-chaoyong.he@corigine.com (mailing list archive)
Headers
Series support link auto negotiation |

Message

Chaoyong He Dec. 11, 2023, 3:08 a.m. UTC
  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(-)
  

Comments

Ferruh Yigit Dec. 12, 2023, 3:28 p.m. UTC | #1
On 12/11/2023 3:08 AM, Chaoyong He wrote:
> 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
>

Series applied to dpdk-next-net/main, thanks.