DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH 24.03 0/8] document scheduling types for eventdev drivers
@ 2023-11-20 17:25 Bruce Richardson
  2023-11-20 17:25 ` [PATCH 24.03 1/8] eventdev: add capability flags for supported sched types Bruce Richardson
                   ` (9 more replies)
  0 siblings, 10 replies; 50+ messages in thread
From: Bruce Richardson @ 2023-11-20 17:25 UTC (permalink / raw)
  To: dev; +Cc: Bruce Richardson

The various eventdev drivers, while fitting under a common API, do not
all support all scheduling types. The eventdev API is missing some way
to query the particular scheduling support for a driver, a key piece of
information for application developers. This patchset adds the necessary
capability flags, and documentation feature rows, then, driver-by-driver
adds the necessary flags to both code and docs.

Bruce Richardson (8):
  eventdev: add capability flags for supported sched types
  event/cnxk: add schedule-type capability flags
  event/dlb2: add schedule-type capability flags
  event/dpaa*: add schedule-type capability flags
  event/dsw: add schedule-type capability flags
  event/octeontx: add schedule-type capability flags
  event/opdl: add schedule-type capability flags
  event/sw: add schedule-type capability flags

 doc/guides/eventdevs/features/cnxk.ini     |  3 +++
 doc/guides/eventdevs/features/default.ini  |  3 +++
 doc/guides/eventdevs/features/dlb2.ini     |  3 +++
 doc/guides/eventdevs/features/dpaa.ini     |  2 ++
 doc/guides/eventdevs/features/dpaa2.ini    |  2 ++
 doc/guides/eventdevs/features/dsw.ini      |  1 +
 doc/guides/eventdevs/features/octeontx.ini |  3 +++
 doc/guides/eventdevs/features/opdl.ini     |  2 ++
 doc/guides/eventdevs/features/sw.ini       |  3 +++
 drivers/event/cnxk/cnxk_eventdev.c         |  5 ++++-
 drivers/event/dlb2/dlb2.c                  |  5 ++++-
 drivers/event/dpaa/dpaa_eventdev.c         |  2 ++
 drivers/event/dpaa2/dpaa2_eventdev.c       |  2 ++
 drivers/event/dsw/dsw_evdev.c              |  1 +
 drivers/event/octeontx/ssovf_evdev.c       |  3 +++
 drivers/event/opdl/opdl_evdev.c            |  3 +++
 drivers/event/sw/sw_evdev.c                |  3 +++
 lib/eventdev/rte_eventdev.h                | 21 +++++++++++++++++++++
 18 files changed, 65 insertions(+), 2 deletions(-)

--
2.39.2


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

end of thread, other threads:[~2023-12-13 13:20 UTC | newest]

Thread overview: 50+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-20 17:25 [PATCH 24.03 0/8] document scheduling types for eventdev drivers Bruce Richardson
2023-11-20 17:25 ` [PATCH 24.03 1/8] eventdev: add capability flags for supported sched types Bruce Richardson
2023-11-20 17:48   ` Jerin Jacob
2023-11-20 17:52     ` Bruce Richardson
2023-11-21  9:30   ` Mattias Rönnblom
2023-11-21  9:46     ` Bruce Richardson
2023-11-21 11:12     ` Bruce Richardson
2023-11-21 17:08       ` Pathak, Pravin
2023-11-20 17:26 ` [PATCH 24.03 2/8] event/cnxk: add schedule-type capability flags Bruce Richardson
2023-11-20 17:26 ` [PATCH 24.03 3/8] event/dlb2: " Bruce Richardson
2023-11-20 22:45   ` Sevincer, Abdullah
2023-11-20 17:26 ` [PATCH 24.03 4/8] event/dpaa*: " Bruce Richardson
2023-11-21 10:51   ` Hemant Agrawal
2023-11-20 17:26 ` [PATCH 24.03 5/8] event/dsw: " Bruce Richardson
2023-11-21  9:30   ` Mattias Rönnblom
2023-11-21  9:32     ` Mattias Rönnblom
2023-11-21  9:44       ` Bruce Richardson
2023-11-21  9:47         ` Bruce Richardson
2023-11-20 17:26 ` [PATCH 24.03 6/8] event/octeontx: " Bruce Richardson
2023-11-20 17:26 ` [PATCH 24.03 7/8] event/opdl: " Bruce Richardson
2023-11-20 17:26 ` [PATCH 24.03 8/8] event/sw: " Bruce Richardson
2023-11-21 11:54 ` [PATCH 24.03 v2 0/9] document scheduling types for eventdev drivers Bruce Richardson
2023-11-21 11:54   ` [PATCH 24.03 v2 1/9] eventdev: add capability flags for supported sched types Bruce Richardson
2023-11-23  3:59     ` Jerin Jacob
2023-11-21 11:54   ` [PATCH 24.03 v2 2/9] eventdev: increase flexibility of all-types flag Bruce Richardson
2023-11-23  4:07     ` Jerin Jacob
2023-12-12 11:28       ` Bruce Richardson
2023-12-12 12:47         ` Jerin Jacob
2023-11-21 11:54   ` [PATCH 24.03 v2 3/9] event/cnxk: add schedule-type capability flags Bruce Richardson
2023-11-21 11:54   ` [PATCH 24.03 v2 4/9] event/dlb2: " Bruce Richardson
2023-11-21 11:54   ` [PATCH 24.03 v2 5/9] event/dpaa*: " Bruce Richardson
2023-11-21 11:54   ` [PATCH 24.03 v2 6/9] event/dsw: " Bruce Richardson
2023-11-21 11:54   ` [PATCH 24.03 v2 7/9] event/octeontx: " Bruce Richardson
2023-11-21 11:54   ` [PATCH 24.03 v2 8/9] event/opdl: " Bruce Richardson
2023-11-23  4:10     ` Jerin Jacob
2023-11-23  9:19       ` Bruce Richardson
2023-11-23  9:38         ` Jerin Jacob
2023-11-21 11:54   ` [PATCH 24.03 v2 9/9] event/sw: " Bruce Richardson
2023-12-12 11:32 ` [PATCH v3 0/9] document scheduling types for eventdev drivers Bruce Richardson
2023-12-12 11:32   ` [PATCH v3 1/9] eventdev: add capability flags for supported sched types Bruce Richardson
2023-12-12 11:32   ` [PATCH v3 2/9] eventdev: clarify all-types flag documentation Bruce Richardson
2023-12-13 12:50     ` Jerin Jacob
2023-12-13 13:20     ` Mattias Rönnblom
2023-12-12 11:32   ` [PATCH v3 3/9] event/cnxk: add schedule-type capability flags Bruce Richardson
2023-12-12 11:32   ` [PATCH v3 4/9] event/dlb2: " Bruce Richardson
2023-12-12 11:32   ` [PATCH v3 5/9] event/dpaa*: " Bruce Richardson
2023-12-12 11:32   ` [PATCH v3 6/9] event/dsw: " Bruce Richardson
2023-12-12 11:32   ` [PATCH v3 7/9] event/octeontx: " Bruce Richardson
2023-12-12 11:32   ` [PATCH v3 8/9] event/opdl: " Bruce Richardson
2023-12-12 11:32   ` [PATCH v3 9/9] event/sw: " Bruce Richardson

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