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

2017-03-22 Thread Juergen Gross
On 22/03/17 20:03, 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 v6 5/7] xen/9pfs: send requests to the backend

2017-03-22 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