Displaying 1 result from an estimated 1 matches for "mayham".
Did you mean:
malham
2023 Feb 08
2
virtio-fs: adding support for multi-queue
...hanks
>>> Vivek
>>>
>> There is technically nothing preventing us from consuming a single queue on
>> multiple cores, however our current Virtio implementation (DPU-side) is set
>> up with the assumption that you should never want to do that (concurrency
>> mayham around the Virtqueues and the DMAs). So instead of putting all the
>> work into reworking the implementation to support that and still incur the
>> big overhead, we see it more fitting to amend the virtio-fs driver with
>> multi-queue support.
>>
>>
>>> Is it...