Displaying 1 result from an estimated 1 matches for "dpus".
Did you mean:
cpus
2023 Feb 08
2
virtio-fs: adding support for multi-queue
...>>
>>>>> This is an interesting limitation in DPU.
>>>>
>>>> Virtqueues are single-consumer queues anyway. Sharing them between
>>>> multiple threads would be expensive. I think using multiqueue is natural
>>>> and not specific to DPUs.
>>>
>>> Can we create multiple threads (a thread pool) on DPU and let these
>>> threads process requests in parallel (While there is only one virt
>>> queue).
>>>
>>> So this is what we had done in virtiofsd. One thread is dedicated to
>>...