Re: [PATCH v2 0/7] async requests support for 9pfs

2017-02-16 Thread Stefano Stabellini
Re-ping On Tue, 3 Jan 2017, Stefano Stabellini wrote: > Ping > > On Thu, 15 Dec 2016, Stefano Stabellini wrote: > > Hi all, > > > > This patch series introduces async requests for read and write > > operations. If the read, or the write, is an async operation to begin > > with (aio), we can avoi

Re: [PATCH v2 0/7] async requests support for 9pfs

2017-01-03 Thread Stefano Stabellini
Ping On Thu, 15 Dec 2016, Stefano Stabellini wrote: > Hi all, > > This patch series introduces async requests for read and write > operations. If the read, or the write, is an async operation to begin > with (aio), we can avoid waiting for the server response. > > This is my first contribution t