From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58640) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZxDXi-0005hT-Hp for qemu-devel@nongnu.org; Fri, 13 Nov 2015 07:33:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZxDXd-000571-Sm for qemu-devel@nongnu.org; Fri, 13 Nov 2015 07:33:26 -0500 Received: from mx1.redhat.com ([209.132.183.28]:51710) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZxDXd-00056u-N8 for qemu-devel@nongnu.org; Fri, 13 Nov 2015 07:33:21 -0500 Date: Fri, 13 Nov 2015 12:33:15 +0000 From: "Dr. David Alan Gilbert" Message-ID: <20151113123315.GF2456@work-vm> References: <56418003.9010208@cn.fujitsu.com> <20151110105428.GC2456@work-vm> <5642ABF4.1040904@cn.fujitsu.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5642ABF4.1040904@cn.fujitsu.com> Subject: Re: [Qemu-devel] [POC]colo-proxy in qemu List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Zhang Chen Cc: zhang.zhanghailiang@huawei.com, lizhijian@cn.fujitsu.com, jan.kiszka@siemens.com, jasowang@redhat.com, eddie.dong@intel.com, qemu-devel@nongnu.org, peter.huangpeng@huawei.com, arei.gonglei@huawei.com, stefanha@redhat.com, guijianfeng@cn.fujitsu.com * Zhang Chen (zhangchen.fnst@cn.fujitsu.com) wrote: > > > On 11/10/2015 06:54 PM, Dr. David Alan Gilbert wrote: > >* Tkid (zhangchen.fnst@cn.fujitsu.com) wrote: > >>(3)SN Qemu COLO-Proxy recieve SVM's packets and forward to PN Qemu > >>COLO-Proxy. > >What protocol are you using for the data carried over the Forward(socket)? > >I'm just wondering if there's an existing layer2 tunneling protocol that > >it would be best to use. > Currently,we will use raw tcp socket send a packet's length then send the > packet. Yes OK (I think there's a qemu -net socket option that does something similar). Dave > > Dr. David Alan Gilbert / dgilbert@redhat.com / Manchester, UK