DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH v1 0/2] bbdev: add trace point per operations
@ 2025-05-27 22:36 Nicolas Chautru
  2025-05-27 22:36 ` [PATCH v1 1/2] bbdev: add trace points per operation Nicolas Chautru
  2025-05-27 22:36 ` [PATCH v1 2/2] baseband/acc: " Nicolas Chautru
  0 siblings, 2 replies; 3+ messages in thread
From: Nicolas Chautru @ 2025-05-27 22:36 UTC (permalink / raw)
  To: dev, maxime.coquelin; +Cc: hemant.agrawal, hernan.vargas, Nicolas Chautru

Hi Maxime, 
Follow up on previous discussion on trace point for failed operation.
Add a trace point per operation type, so that we can add into
existing tracepoint framework the details of the set of parameters
for an operation rejected by the driver.

Thanks
Nic

Nicolas Chautru (2):
  bbdev: add trace points per operation
  baseband/acc: add trace points per operation

 drivers/baseband/acc/acc_common.h |   1 +
 drivers/baseband/acc/vrb_trace.h  |   4 +-
 lib/bbdev/bbdev_trace.h           | 113 ++++++++++++++++++++++++++++++
 lib/bbdev/bbdev_trace_points.c    |  12 ++++
 lib/bbdev/rte_bbdev.c             |  24 +++++++
 lib/bbdev/rte_bbdev.h             |  14 ++++
 6 files changed, 166 insertions(+), 2 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2025-05-27 22:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-05-27 22:36 [PATCH v1 0/2] bbdev: add trace point per operations Nicolas Chautru
2025-05-27 22:36 ` [PATCH v1 1/2] bbdev: add trace points per operation Nicolas Chautru
2025-05-27 22:36 ` [PATCH v1 2/2] baseband/acc: " Nicolas Chautru

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