DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH 0/4] enhance NFP service framework
@ 2024-01-24  9:25 Chaoyong He
  2024-01-24  9:25 ` [PATCH 1/4] net/nfp: add synchronize module Chaoyong He
                   ` (4 more replies)
  0 siblings, 5 replies; 14+ messages in thread
From: Chaoyong He @ 2024-01-24  9:25 UTC (permalink / raw)
  To: dev; +Cc: oss-drivers, Chaoyong He

Make multiple devices can use single core to run services for
flower firmware.
Also add synchronize module and service module to support it. 

Long Wu (4):
  net/nfp: add synchronize module
  net/nfp: create new service code related files
  net/nfp: flower driver uses one service core
  net/nfp: fix stop cpp service problem

 drivers/net/nfp/flower/nfp_flower.c           |  56 +--
 drivers/net/nfp/flower/nfp_flower_ctrl.c      |  20 +-
 drivers/net/nfp/flower/nfp_flower_ctrl.h      |   2 +-
 .../net/nfp/flower/nfp_flower_representor.c   |   7 +
 drivers/net/nfp/flower/nfp_flower_service.c   | 196 +++++++++
 drivers/net/nfp/flower/nfp_flower_service.h   |  17 +
 drivers/net/nfp/meson.build                   |   3 +
 drivers/net/nfp/nfp_cpp_bridge.c              |  91 +----
 drivers/net/nfp/nfp_cpp_bridge.h              |   1 -
 drivers/net/nfp/nfp_ethdev.c                  |  31 +-
 drivers/net/nfp/nfp_net_common.h              |  15 +-
 drivers/net/nfp/nfp_service.c                 | 117 ++++++
 drivers/net/nfp/nfp_service.h                 |  20 +
 drivers/net/nfp/nfpcore/nfp_sync.c            | 382 ++++++++++++++++++
 drivers/net/nfp/nfpcore/nfp_sync.h            |  31 ++
 15 files changed, 854 insertions(+), 135 deletions(-)
 create mode 100644 drivers/net/nfp/flower/nfp_flower_service.c
 create mode 100644 drivers/net/nfp/flower/nfp_flower_service.h
 create mode 100644 drivers/net/nfp/nfp_service.c
 create mode 100644 drivers/net/nfp/nfp_service.h
 create mode 100644 drivers/net/nfp/nfpcore/nfp_sync.c
 create mode 100644 drivers/net/nfp/nfpcore/nfp_sync.h

-- 
2.39.1


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

end of thread, other threads:[~2024-02-08 13:58 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-24  9:25 [PATCH 0/4] enhance NFP service framework Chaoyong He
2024-01-24  9:25 ` [PATCH 1/4] net/nfp: add synchronize module Chaoyong He
2024-01-24  9:25 ` [PATCH 2/4] net/nfp: create new service code related files Chaoyong He
2024-01-24  9:25 ` [PATCH 3/4] net/nfp: flower driver uses one service core Chaoyong He
2024-01-24  9:25 ` [PATCH 4/4] net/nfp: fix stop cpp service problem Chaoyong He
2024-01-30 12:07   ` Ferruh Yigit
2024-01-30 12:17     ` Kevin Traynor
2024-02-02  3:04 ` [PATCH v2 0/3] enhance NFP service framework Chaoyong He
2024-02-02  3:04   ` [PATCH v2 1/3] net/nfp: add synchronize module Chaoyong He
2024-02-02  3:04   ` [PATCH v2 2/3] net/nfp: create new service code related files Chaoyong He
2024-02-02  3:04   ` [PATCH v2 3/3] net/nfp: flower driver uses one service core Chaoyong He
2024-02-06 15:17   ` [PATCH v2 0/3] enhance NFP service framework Ferruh Yigit
2024-02-08  9:52     ` Chaoyong He
2024-02-08 13:58   ` 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).