[PATCH V6 8/8] hvsock: introduce Hyper-V Socket feature

2016-01-26 Thread Dexuan Cui
Hyper-V socket (hvsock) supplies a byte-stream based communication mechanism between the host and a guest. It's kind of like TCP over VMBus, but the transportation layer (VMBus) is much simpler than IP. With Hyper-V Socket, applications between the host and a guest can talk to each other directly b

Re: [PATCH V6 8/8] hvsock: introduce Hyper-V Socket feature

2016-01-26 Thread Olaf Hering
On Tue, Jan 26, Dexuan Cui wrote: > +#define AF_MAX 42 /* For now.. */ Maybe net/core/sock.c needs additional strings for the new socket? Olaf

RE: [PATCH V6 8/8] hvsock: introduce Hyper-V Socket feature

2016-01-26 Thread Dexuan Cui
erproject.org; > a...@canonical.com; jasow...@redhat.com; KY Srinivasan > ; vkuzn...@redhat.com; pebo...@tiscali.nl; > stefa...@redhat.com; dan.carpen...@oracle.com > Subject: Re: [PATCH V6 8/8] hvsock: introduce Hyper-V Socket feature > > On Tue, Jan 26, Dexuan Cui wrote: > > > +