Re: [RFC 3/5] virtiofs: Move stack sg to fuse_req

2025-01-22 Thread Eugenio Perez Martin
On Thu, Jan 23, 2025 at 2:54 AM Jason Wang wrote: > > On Thu, Jan 23, 2025 at 12:32 AM Eugenio Pérez wrote: > > > > We need to move the map and unmap out of virtiofs queue lock. We need to > > store the unmap sgs to call virtqueue_unmap_sgs, so use the request > > itself. > > > > TODO: We need t

Re: [RFC 3/5] virtiofs: Move stack sg to fuse_req

2025-01-22 Thread Jason Wang
On Thu, Jan 23, 2025 at 12:32 AM Eugenio Pérez wrote: > > We need to move the map and unmap out of virtiofs queue lock. We need to > store the unmap sgs to call virtqueue_unmap_sgs, so use the request > itself. > > TODO: We need to store the forget sgs too. In my tests it is not called > so we'r