IBM / DPFS

DPU-Powered File System Virtualization over virtio-fs
GNU Lesser General Public License v2.1
60 stars 23 forks source link

Virtio-fs Linux driver does not support multi-queue #24

Open Peter-JanGootzen opened 1 year ago

Peter-JanGootzen commented 1 year ago

Problem https://elixir.bootlin.com/linux/latest/C/ident/virtio_fs_wake_pending_and_unlock

In the virtio_fs_wake_pending_and_unlock function the queue on which the request will be put, is hardcoded to a single virtio-fs request queue.

Execution Development is happening here: https://github.com/Peter-JanGootzen/linux

TODO: