DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH 0/4] Implementation of CNXK ML event adapter driver
@ 2024-01-07 15:40 Srikanth Yalavarthi
  2024-01-07 15:40 ` [PATCH 1/4] event/cnxk: add ML adapter capabilities get Srikanth Yalavarthi
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Srikanth Yalavarthi @ 2024-01-07 15:40 UTC (permalink / raw)
  Cc: dev, aprabhu, syalavarthi, sshankarnara, ptakkar, jerinj

This series of patches is an implementation of event ML adapter for
Marvell's Octeon platform.

Srikanth Yalavarthi (4):
  event/cnxk: add ML adapter capabilities get
  event/cnxk: implement queue pair add and delete
  ml/cnxk: add adapter enqueue function
  ml/cnxk: add adapter dequeue function

 drivers/event/cnxk/cn10k_eventdev.c | 121 +++++++++++++++++++++++
 drivers/event/cnxk/cn10k_worker.h   |   3 +
 drivers/event/cnxk/cnxk_eventdev.h  |   4 +
 drivers/event/cnxk/meson.build      |   2 +-
 drivers/ml/cnxk/cn10k_ml_event_dp.h |  18 ++++
 drivers/ml/cnxk/cn10k_ml_ops.c      | 146 +++++++++++++++++++++++++++-
 drivers/ml/cnxk/cn10k_ml_ops.h      |   3 +
 drivers/ml/cnxk/cnxk_ml_ops.h       |  20 ++++
 drivers/ml/cnxk/meson.build         |   2 +-
 drivers/ml/cnxk/version.map         |   8 ++
 10 files changed, 320 insertions(+), 7 deletions(-)
 create mode 100644 drivers/ml/cnxk/cn10k_ml_event_dp.h
 create mode 100644 drivers/ml/cnxk/version.map

-- 
2.42.0


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

end of thread, other threads:[~2024-02-02  9:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-07 15:40 [PATCH 0/4] Implementation of CNXK ML event adapter driver Srikanth Yalavarthi
2024-01-07 15:40 ` [PATCH 1/4] event/cnxk: add ML adapter capabilities get Srikanth Yalavarthi
2024-01-07 15:40 ` [PATCH 2/4] event/cnxk: implement queue pair add and delete Srikanth Yalavarthi
2024-01-07 15:40 ` [PATCH 3/4] ml/cnxk: add adapter enqueue function Srikanth Yalavarthi
2024-01-07 15:40 ` [PATCH 4/4] ml/cnxk: add adapter dequeue function Srikanth Yalavarthi
2024-02-02  9:00   ` Jerin Jacob

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