zephyr/samples/subsys
Tom Burdick e4b10328b4 rtio: Use mpsc for submission and completion queue
Rather than the rings, which weren't shared between userspace and kernel
space in Zephyr like they are in Linux with io_uring, use atomic mpsc
queues for submission and completion queues.

Most importantly this removes a potential head of line blocker in the
submission queue as the sqe would be held until a task is completed.

As additional bonuses this avoids some additional locks and restrictions
about what can be submitted and where. It also removes the need for
two executors as all chains/transactions are done concurrently.

Lastly this opens up the possibility for a common pool of sqe's to
allocate from potentially saving lots of memory.

Signed-off-by: Tom Burdick <thomas.burdick@intel.com>
2023-05-10 00:39:43 +09:00
..
canbus samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
console samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
debug samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
display samples lvgl: Fix build warning with GPIO=n 2023-05-04 21:59:59 +09:00
edac samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
fs samples: mimxrt1010_evk: exclude various tests 2023-05-08 09:58:30 +02:00
input samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
ipc samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
logging samples/logging/syst: Use FULL_LIBC_SUPPORTED helper Kconfig symbol 2023-04-27 20:18:11 +09:00
lorawan samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
mgmt doc: samples: hawkbit Fix build command 2023-05-08 09:59:05 +02:00
modbus samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
nvs drivers: flash: Add Infineon CAT1 Flash driver 2023-05-08 11:16:09 +02:00
pm samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
portability samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
rtio/sensor_batch_processing rtio: Use mpsc for submission and completion queue 2023-05-10 00:39:43 +09:00
settings samples: subsys: settings: add esp32s3 overlay 2023-04-28 10:08:16 +02:00
shell samples: shell: Fix filtering for POSIX arch 2023-05-04 16:48:01 -04:00
sip_svc samples: sip_svc: Sample application using sip_svc service. 2023-05-09 08:46:50 -04:00
task_wdt samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
testsuite pytest: Fix typo in comment in pytest suite 2023-02-19 20:41:34 -05:00
tracing samples: Updated README for tracing application sample 2023-03-22 11:41:56 +01:00
usb samples/usb: Fix filtering for POSIX arch 2023-05-04 16:48:01 -04:00
usb_c samples, tests: cleanup void main usage. 2023-04-28 20:39:14 +02:00
video samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
zbus samples: zbus: fix variable sizes and simplify benchmark sample 2023-04-14 12:14:29 -05:00
subsys.rst