Re: [PATCH 1/2] virtio-fs: limit number of request queues

2024-05-28 Thread Jingbo Xu
On 5/28/24 5:05 PM, Peter-Jan Gootzen wrote: > Hi Jingbo, > > On Tue, 2024-05-28 at 16:40 +0800, Jingbo Xu wrote: >> External email: Use caution opening links or attachments >> >> >> Hi Peter-Jan, >> >> Thanks for the amazing work! Glad to see it is upstreamed.  We are >> also >> planning

Re: [PATCH 1/2] virtio-fs: limit number of request queues

2024-05-28 Thread Peter-Jan Gootzen
Hi Jingbo, On Tue, 2024-05-28 at 16:40 +0800, Jingbo Xu wrote: > External email: Use caution opening links or attachments > > > Hi Peter-Jan, > > Thanks for the amazing work! Glad to see it is upstreamed.  We are > also > planning distribute virtiofs on DPU. Great to hear that virtio-fs is

Re: [PATCH 1/2] virtio-fs: limit number of request queues

2024-05-28 Thread Jingbo Xu
Hi Peter-Jan, Thanks for the amazing work! Glad to see it is upstreamed. We are also planning distribute virtiofs on DPU. BTW I have some questions when reading the patch, appreciate if you could give a hint. On 5/1/24 11:38 PM, Peter-Jan Gootzen wrote: > Virtio-fs devices might allocate

Re: [PATCH 1/2] virtio-fs: limit number of request queues

2024-05-07 Thread Stefan Hajnoczi
On Wed, May 01, 2024 at 05:38:16PM +0200, Peter-Jan Gootzen wrote: > Virtio-fs devices might allocate significant resources to virtio queues > such as CPU cores that busy poll on the queue. The device indicates how > many request queues it can support and the driver should initialize the > number

[PATCH 1/2] virtio-fs: limit number of request queues

2024-05-01 Thread Peter-Jan Gootzen
Virtio-fs devices might allocate significant resources to virtio queues such as CPU cores that busy poll on the queue. The device indicates how many request queues it can support and the driver should initialize the number of queues that they want to utilize. In this patch we limit the number of