Re: [Xen-devel] [PATCH v5 5/7] xen/9pfs: send requests to the backend

2017-03-21 Thread Stefano Stabellini
On Tue, 21 Mar 2017, Juergen Gross wrote: > On 20/03/17 18:59, Stefano Stabellini wrote: > > Implement struct p9_trans_module create and close functions by looking > > at the available Xen 9pfs frontend-backend connections. We don't expect > > many frontend-backend connections, thus walking a list

Re: [Xen-devel] [PATCH v5 5/7] xen/9pfs: send requests to the backend

2017-03-21 Thread Juergen Gross
On 20/03/17 18:59, Stefano Stabellini wrote: > Implement struct p9_trans_module create and close functions by looking > at the available Xen 9pfs frontend-backend connections. We don't expect > many frontend-backend connections, thus walking a list is OK. > > Send requests to the backend by copyin

[Xen-devel] [PATCH v5 5/7] xen/9pfs: send requests to the backend

2017-03-20 Thread Stefano Stabellini
Implement struct p9_trans_module create and close functions by looking at the available Xen 9pfs frontend-backend connections. We don't expect many frontend-backend connections, thus walking a list is OK. Send requests to the backend by copying each request to one of the available rings (each fron