Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933584AbbGGSeU (ORCPT ); Tue, 7 Jul 2015 14:34:20 -0400 Received: from mail-pd0-f171.google.com ([209.85.192.171]:33691 "EHLO mail-pd0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932955AbbGGSbE (ORCPT ); Tue, 7 Jul 2015 14:31:04 -0400 Date: Tue, 7 Jul 2015 11:31:12 -0700 From: Stephen Hemminger To: Dexuan Cui Cc: gregkh@linuxfoundation.org, davem@davemloft.net, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, driverdev-devel@linuxdriverproject.org, olaf@aepfle.de, apw@canonical.com, jasowang@redhat.com, kys@microsoft.com, haiyangz@microsoft.com Subject: Re: [PATCH 6/7] hvsock: introduce Hyper-V VM Sockets feature Message-ID: <20150707113112.408b6c5d@urahara> In-Reply-To: <1436194049-27829-1-git-send-email-decui@microsoft.com> References: <1436194049-27829-1-git-send-email-decui@microsoft.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1070 Lines: 22 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, applications between the host and a guest can talk with each > other directly by the traditional BSD-style socket APIs. > > Hyper-V VM Sockets is only available on Windows 10 host and later. The > patch implements the necessary support in the guest side by introducing > a new socket address family AF_HYPERV. > > Signed-off-by: Dexuan Cui Is there any chance that AF_VSOCK could be used with different transport for VMware and Hyper-V. Better to make guest applications host independent. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/