RE: [EXTERNAL] Re: [PATCH] vdpa: Add support for no-IOMMU mode

2024-08-28 Thread Srujana Challa
> Subject: RE: [EXTERNAL] Re: [PATCH] vdpa: Add support for no-IOMMU mode > > > On Tue, Jul 23, 2024 at 07:10:52AM +, Srujana Challa wrote: > > > > On Mon, Jul 22, 2024 at 03:22:22PM +0800, Jason Wang wrote: > > > > > On Fri, Jul 19, 2024 at 11:40 PM Srujana Challa > > > > > > > > > wrote: >

Re: [PATCH 1/2] virtio-fs: let -ENOMEM bubble up or burst gently

2024-08-28 Thread Miklos Szeredi
On Fri, 17 May 2024 at 21:05, Peter-Jan Gootzen wrote: > > Currently, when the enqueueing of a request or forget operation fails > with -ENOMEM, the enqueueing is retried after a timeout. This patch > removes this behavior and treats -ENOMEM in these scenarios like any > other error. By bubbling u