DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH 0/4] Support new card using NFP 3800 chip
@ 2024-09-03  1:41 Chaoyong He
  2024-09-03  1:41 ` [PATCH 1/4] net/nfp: add a new flag to indicate PF Chaoyong He
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Chaoyong He @ 2024-09-03  1:41 UTC (permalink / raw)
  To: dev; +Cc: oss-drivers, Chaoyong He

This patch series add support of a new card which using the NFP 3800 chip.
Because it has different configure BAR size and flow steering rules
limit, we also do some refactor to the related logic.

Chaoyong He (4):
  net/nfp: add a new flag to indicate PF
  net/nfp: refactor the firmware version logic
  net/nfp: support different configuration BAR size
  net/nfp: support different flow steering rules limit

 drivers/common/nfp/nfp_common_ctrl.h     | 13 +++-
 drivers/net/nfp/flower/nfp_flower.c      | 34 +++++----
 drivers/net/nfp/flower/nfp_flower_ctrl.c |  8 +--
 drivers/net/nfp/flower/nfp_flower_ctrl.h |  2 +-
 drivers/net/nfp/nfd3/nfp_nfd3_dp.c       |  2 +-
 drivers/net/nfp/nfdk/nfp_nfdk_dp.c       |  2 +-
 drivers/net/nfp/nfp_ethdev.c             | 55 +++++++++------
 drivers/net/nfp/nfp_ethdev_vf.c          | 33 +++++++--
 drivers/net/nfp/nfp_net_common.c         | 87 +++++++++++++++++-------
 drivers/net/nfp/nfp_net_common.h         | 25 ++++---
 drivers/net/nfp/nfp_net_ctrl.c           |  4 +-
 drivers/net/nfp/nfp_net_flow.c           | 51 ++++++++++++--
 drivers/net/nfp/nfp_net_meta.c           |  5 +-
 drivers/net/nfp/nfp_net_meta.h           |  5 +-
 drivers/net/nfp/nfp_rxtx.c               | 10 +--
 15 files changed, 231 insertions(+), 105 deletions(-)

-- 
2.39.1


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

end of thread, other threads:[~2024-09-03  1:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-09-03  1:41 [PATCH 0/4] Support new card using NFP 3800 chip Chaoyong He
2024-09-03  1:41 ` [PATCH 1/4] net/nfp: add a new flag to indicate PF Chaoyong He
2024-09-03  1:41 ` [PATCH 2/4] net/nfp: refactor the firmware version logic Chaoyong He
2024-09-03  1:41 ` [PATCH 3/4] net/nfp: support different configuration BAR size Chaoyong He
2024-09-03  1:41 ` [PATCH 4/4] net/nfp: support different flow steering rules limit 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).