Re: [Pv-drivers] [PATCH 1/1] VSOCK: Introduce VM Sockets

2013-02-12 Thread Andy King
stream_has_data: Returns amount of data available (in bytes) in the socket's receive buffer, or -1 if empty. stream_has_space: Returns amount of space available (in bytes) in the socket's send buffer, or -1 if full. Actually, I think it's for empty/full, and -1 for an error (say, the

Re: [Pv-drivers] [PATCH 1/1] VSOCK: Introduce VM Sockets

2013-01-26 Thread Neil Horman
On Fri, Jan 25, 2013 at 04:15:19PM -0800, Dmitry Torokhov wrote: Hi Neil, On Friday, January 25, 2013 06:59:53 PM Neil Horman wrote: On Fri, Jan 25, 2013 at 09:37:50AM -0800, ack...@vmware.com wrote: + +config VMWARE_VSOCK + tristate Virtual Socket protocol + depends on

Re: [Pv-drivers] [PATCH 1/1] VSOCK: Introduce VM Sockets

2013-01-25 Thread Dmitry Torokhov
Hi Neil, On Friday, January 25, 2013 06:59:53 PM Neil Horman wrote: On Fri, Jan 25, 2013 at 09:37:50AM -0800, ack...@vmware.com wrote: + +config VMWARE_VSOCK + tristate Virtual Socket protocol + depends on VMWARE_VMCI What is CONFIG_VMWARE_VMCI? I don't find that in any Kconfig

Re: [Pv-drivers] [PATCH 1/1] VSOCK: Introduce VM Sockets

2013-01-25 Thread Greg KH
On Fri, Jan 25, 2013 at 04:15:19PM -0800, Dmitry Torokhov wrote: Hi Neil, On Friday, January 25, 2013 06:59:53 PM Neil Horman wrote: On Fri, Jan 25, 2013 at 09:37:50AM -0800, ack...@vmware.com wrote: + +config VMWARE_VSOCK + tristate Virtual Socket protocol + depends on