> -Original Message-
> From: Olaf Hering
> Sent: Tuesday, July 7, 2015 18:59
> Subject: Re: [PATCH 6/7] hvsock: introduce Hyper-V VM Sockets feature
>
> On Tue, Jul 07, Dexuan Cui wrote:
>
> > OK, removing the line seems better than 'default n'
> -Original Message-
> From: Stephen Hemminger
> Sent: Wednesday, July 8, 2015 2:31
> Subject: Re: [PATCH 6/7] hvsock: introduce Hyper-V VM Sockets feature
>
> On Mon, 6 Jul 2015 07:47:29 -0700
> Dexuan Cui wrote:
>
> > Hyper-V VM sockets (hvsock
On Mon, 6 Jul 2015 07:47:29 -0700
Dexuan Cui wrote:
> Hyper-V VM sockets (hvsock) supplies a byte-stream based communication
> mechanism between the host and a guest. It's kind of TCP over VMBus, but
> the transportation layer (VMBus) is much simpler than IP. With Hyper-V VM
> Sockets, applicati
On di, 2015-07-07 at 10:20 +, Dexuan Cui wrote:
> OK, removing the line seems better than 'default n', though both
> reproduce the same "# CONFIG_HYPERV_SOCK is not set".
Speaking from memory (so chances are I'm forgetting some silly detail)
that is because
# CONFIG_FOO is not set
will b
On Tue, Jul 07, Dexuan Cui wrote:
> OK, removing the line seems better than 'default n', though both reproduce
> the same "# CONFIG_HYPERV_SOCK is not set".
Perhaps "default VMBUS" (or whatever syntax is needed) may be the way to
enable it conditionally.
Olaf
--
To unsubscribe from this list: se
> -Original Message-
> From: Paul Bolle
> Sent: Tuesday, July 7, 2015 17:38
> To: Dexuan Cui
> Subject: Re: [PATCH 6/7] hvsock: introduce Hyper-V VM Sockets feature
>
> Just two nits.
>
> On ma, 2015-07-06 at 07:47 -0700, Dexuan Cui wrote:
> > --- /dev/n
xdriverproject.org; a...@canonical.com; jasow...@redhat.com; KY
> Srinivasan; Haiyang Zhang
> Subject: Re: [PATCH 6/7] hvsock: introduce Hyper-V VM Sockets feature
>
> On Tue, Jul 07, Paul Bolle wrote:
>
> > On ma, 2015-07-06 at 07:47 -0700, Dexuan Cui wrote:
> >
On Tue, Jul 07, Paul Bolle wrote:
> On ma, 2015-07-06 at 07:47 -0700, Dexuan Cui wrote:
> > --- /dev/null
> > +++ b/net/hv_sock/Kconfig
>
> > +config HYPERV_SOCK
> > + tristate "Microsoft Hyper-V Socket (EXPERIMENTAL)"
> > + depends on HYPERV
> > + default m
> It's a bit odd to advise to s
Just two nits.
On ma, 2015-07-06 at 07:47 -0700, Dexuan Cui wrote:
> --- /dev/null
> +++ b/net/hv_sock/Kconfig
> +config HYPERV_SOCK
> + tristate "Microsoft Hyper-V Socket (EXPERIMENTAL)"
> + depends on HYPERV
> + default m
> + help
> + Hyper-V Socket is a socket protocol si