Re: [PATCH 0/1] VM Sockets for Linux upstreaming

2013-02-10 Thread David Miller
From: Andy King Date: Wed, 6 Feb 2013 16:23:55 -0800 > In an effort to improve the out-of-the-box experience with Linux kernels for > VMware users, VMware is working on readying the VM Sockets (VSOCK, formerly > VMCI Sockets) (vsock) kernel module for inclusion in the Linux kernel. The > purpose

Re: [PATCH 0/1] VM Sockets for Linux upstreaming

2013-02-05 Thread Andy King
Hi Gerd, > Some separation still needs to be done: > > CC [M] net/vmw_vsock/af_vsock.o > In file included from > /home/kraxel/projects/linux/net/vmw_vsock/af_vsock.c:102:0: > /home/kraxel/projects/linux/net/vmw_vsock/af_vsock.h:21:33: fatal > error: > linux/vmw_vmci_defs.h: No such file or dir

Re: [PATCH 0/1] VM Sockets for Linux upstreaming

2013-02-05 Thread Gerd Hoffmann
Hi, > Unlike previous submissions, where the new socket family was entirely reliant > on VMware's VMCI PCI device (and thus VMware's hypervisor), VM Sockets is now > *completely* separated out into two parts, each in its own module: Some separation still needs to be done: CC [M] net/vmw_vso