DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH 0/7] add trace support for control message
@ 2024-06-19 10:07 Chaoyong He
  2024-06-19 10:07 ` [PATCH 1/7] net/nfp: add trace points about port Chaoyong He
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Chaoyong He @ 2024-06-19 10:07 UTC (permalink / raw)
  To: dev; +Cc: oss-drivers, Chaoyong He

This patch series add trace support for control message send
to flower firmware.

Chaoyong He (7):
  net/nfp: add trace points about port
  net/nfp: add trace point about tunnel
  net/nfp: add trace point about Qos
  net/nfp: refactor to prepare for add flow trace point
  net/nfp: add trace point about flow rule
  net/nfp: add trace point about flow rule pattern
  net/nfp: add trace point about flow rule action

 drivers/net/nfp/flower/nfp_flower_cmsg.c | 277 ++++++++-
 drivers/net/nfp/flower/nfp_flower_cmsg.h |  14 +-
 drivers/net/nfp/flower/nfp_flower_flow.c |  46 --
 drivers/net/nfp/flower/nfp_flower_flow.h |  46 ++
 drivers/net/nfp/meson.build              |   1 +
 drivers/net/nfp/nfp_trace.c              | 116 ++++
 drivers/net/nfp/nfp_trace.h              | 743 +++++++++++++++++++++++
 7 files changed, 1186 insertions(+), 57 deletions(-)
 create mode 100644 drivers/net/nfp/nfp_trace.c
 create mode 100644 drivers/net/nfp/nfp_trace.h

-- 
2.39.1


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

end of thread, other threads:[~2024-06-19 10:09 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-19 10:07 [PATCH 0/7] add trace support for control message Chaoyong He
2024-06-19 10:07 ` [PATCH 1/7] net/nfp: add trace points about port Chaoyong He
2024-06-19 10:07 ` [PATCH 2/7] net/nfp: add trace point about tunnel Chaoyong He
2024-06-19 10:07 ` [PATCH 3/7] net/nfp: add trace point about Qos Chaoyong He
2024-06-19 10:07 ` [PATCH 4/7] net/nfp: refactor to prepare for add flow trace point Chaoyong He
2024-06-19 10:07 ` [PATCH 5/7] net/nfp: add trace point about flow rule Chaoyong He
2024-06-19 10:07 ` [PATCH 6/7] net/nfp: add trace point about flow rule pattern Chaoyong He
2024-06-19 10:07 ` [PATCH 7/7] net/nfp: add trace point about flow rule action 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).