DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH 0/7] support link auto negotiation
@ 2023-12-11  3:08 Chaoyong He
  2023-12-11  3:08 ` [PATCH 1/7] net/nfp: set a new parameter to hwinfo Chaoyong He
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Chaoyong He @ 2023-12-11  3:08 UTC (permalink / raw)
  To: dev; +Cc: oss-drivers, Chaoyong He

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


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2023-12-12 15:28 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-11  3:08 [PATCH 0/7] support link auto negotiation Chaoyong He
2023-12-11  3:08 ` [PATCH 1/7] net/nfp: set a new parameter to hwinfo Chaoyong He
2023-12-11  3:08 ` [PATCH 2/7] net/nfp: support getting speed capability Chaoyong He
2023-12-11  3:08 ` [PATCH 3/7] net/nfp: support setting port speed Chaoyong He
2023-12-11  3:08 ` [PATCH 4/7] net/nfp: modify the link update function Chaoyong He
2023-12-11  3:08 ` [PATCH 5/7] net/nfp: support getting FEC capability Chaoyong He
2023-12-11  3:08 ` [PATCH 6/7] net/nfp: support getting FEC mode Chaoyong He
2023-12-11  3:08 ` [PATCH 7/7] net/nfp: support setting " Chaoyong He
2023-12-12 15:28 ` [PATCH 0/7] support link auto negotiation Ferruh Yigit

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).