DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH 0/9] support multiple PF flower firmware
@ 2024-10-21  6:32 Chaoyong He
  2024-10-21  6:32 ` [PATCH 1/9] net/nfp: extract the function to allocate the PHY Chaoyong He
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Chaoyong He @ 2024-10-21  6:32 UTC (permalink / raw)
  To: dev; +Cc: oss-drivers, Chaoyong He

This patch series add support of the multiple PF flower firmware.

Peng Zhang (9):
  net/nfp: extract the function to allocate the PHY
  net/nfp: extract the function to initialize the PF
  net/nfp: extract the function to allocate PF
  net/nfp: extract the function to allocate the VF
  net/nfp: revise the number of PF representor port
  net/nfp: initialize the representor port of the multiple PF
  net/nfp: ignore useless message for multiple PF
  net/nfp: add the new operations for multiple PF
  net/nfp: update the Tx and Rx function for multiple PF

 drivers/net/nfp/flower/nfp_flower.c           |  91 ++++
 drivers/net/nfp/flower/nfp_flower.h           |   7 +
 drivers/net/nfp/flower/nfp_flower_cmsg.h      |   7 +
 drivers/net/nfp/flower/nfp_flower_ctrl.c      |  10 +-
 .../net/nfp/flower/nfp_flower_representor.c   | 413 +++++++++++++-----
 drivers/net/nfp/nfp_ethdev.c                  |   6 +
 drivers/net/nfp/nfp_ethdev_vf.c               |   6 +
 drivers/net/nfp/nfp_net_common.c              |  50 ++-
 drivers/net/nfp/nfp_net_common.h              |   4 +
 drivers/net/nfp/nfp_rxtx.c                    |  14 +-
 10 files changed, 479 insertions(+), 129 deletions(-)

-- 
2.39.1


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

end of thread, other threads:[~2024-10-21  6:34 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-21  6:32 [PATCH 0/9] support multiple PF flower firmware Chaoyong He
2024-10-21  6:32 ` [PATCH 1/9] net/nfp: extract the function to allocate the PHY Chaoyong He
2024-10-21  6:32 ` [PATCH 2/9] net/nfp: extract the function to initialize the PF Chaoyong He
2024-10-21  6:32 ` [PATCH 3/9] net/nfp: extract the function to allocate PF Chaoyong He
2024-10-21  6:32 ` [PATCH 4/9] net/nfp: extract the function to allocate the VF Chaoyong He
2024-10-21  6:32 ` [PATCH 5/9] net/nfp: revise the number of PF representor port Chaoyong He
2024-10-21  6:32 ` [PATCH 6/9] net/nfp: initialize the representor port of the multiple PF Chaoyong He
2024-10-21  6:32 ` [PATCH 7/9] net/nfp: ignore useless message for " Chaoyong He
2024-10-21  6:33 ` [PATCH 8/9] net/nfp: add the new operations " Chaoyong He
2024-10-21  6:33 ` [PATCH 9/9] net/nfp: update the Tx and Rx function " Chaoyong He

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).