zephyr/tests/drivers/spi/spi_loopback
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
..
boards tests: drivers: spi_loopback: Adds xmc47_relax_kit overlay/conf 2023-05-02 12:34:55 +02:00
dts/bindings
src rtio: Use mpsc for submission and completion queue 2023-05-10 00:39:43 +09:00
CMakeLists.txt
Kconfig
overlay-gd32-spi-dma.conf
overlay-gd32-spi-interrupt.conf
overlay-mcux-dspi-dma.conf
overlay-mcux-dspi-dma.overlay
overlay-sam-spi-dma.conf
overlay-sam-spi-dma.overlay
overlay-stm32-spi-dma.conf
prj.conf
testcase.yaml tests: spi_loopback: fix some identifiers in testcase.yaml 2023-04-19 08:57:57 -04:00