Re: [RFC 00/10] NFS: add AF_VSOCK support to NFS client

2015-06-11 Thread Stefan Hajnoczi
On Wed, Jun 10, 2015 at 02:09:26PM -0400, J. Bruce Fields wrote: > On Wed, Jun 10, 2015 at 05:43:15PM +0100, Stefan Hajnoczi wrote: > > These are all at the SUNRPC level rather than at the NFS protocol level. > > > > Any idea who I need to talk to? > > Anyay, if there is anything to be worked out

Re: [RFC 00/10] NFS: add AF_VSOCK support to NFS client

2015-06-10 Thread J. Bruce Fields
On Wed, Jun 10, 2015 at 05:43:15PM +0100, Stefan Hajnoczi wrote: > On Mon, Jun 08, 2015 at 05:02:47PM -0400, J. Bruce Fields wrote: > > On Thu, Jun 04, 2015 at 05:45:43PM +0100, Stefan Hajnoczi wrote: > > > The approach in this series > > > --- > > > AF_VSOCK stream sockets

Re: [RFC 00/10] NFS: add AF_VSOCK support to NFS client

2015-06-10 Thread Stefan Hajnoczi
On Mon, Jun 08, 2015 at 05:02:47PM -0400, J. Bruce Fields wrote: > On Thu, Jun 04, 2015 at 05:45:43PM +0100, Stefan Hajnoczi wrote: > > The approach in this series > > --- > > AF_VSOCK stream sockets can be used for NFSv4.1 much in the same way as TCP. > > RFC 1831 record fr

Re: [RFC 00/10] NFS: add AF_VSOCK support to NFS client

2015-06-08 Thread J. Bruce Fields
On Thu, Jun 04, 2015 at 05:45:43PM +0100, Stefan Hajnoczi wrote: > This patch series enables AF_VSOCK address family support in the NFS client. > Please use the https://github.com/stefanha/linux.git vsock-nfs branch, which > contains the dependencies for this series. > > The AF_VSOCK address famil

[RFC 00/10] NFS: add AF_VSOCK support to NFS client

2015-06-04 Thread Stefan Hajnoczi
This patch series enables AF_VSOCK address family support in the NFS client. Please use the https://github.com/stefanha/linux.git vsock-nfs branch, which contains the dependencies for this series. The AF_VSOCK address family provides dgram and stream socket communication between virtual machines a