From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id C351C370 for ; Mon, 14 Dec 2015 11:09:47 +0100 (CET) Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (Postfix) with ESMTPS id 1C0F14C394; Mon, 14 Dec 2015 10:09:47 +0000 (UTC) Received: from pxdev.xzpeter.org (vpn1-6-34.pek2.redhat.com [10.72.6.34]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id tBEA9dY3015942 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 14 Dec 2015 05:09:43 -0500 Date: Mon, 14 Dec 2015 18:09:38 +0800 From: Peter Xu To: Pavel Fedin Message-ID: <20151214100938.GD18437@pxdev.xzpeter.org> References: <000001d133ed$b2446eb0$16cd4c10$@samsung.com> <20151211094934.GX29571@yliu-dev.sh.intel.com> <001c01d133fd$d3a7d870$7af78950$@samsung.com> <20151214035842.GB18437@pxdev.xzpeter.org> <00c401d13641$5e53cf20$1afb6d60$@samsung.com> <20151214090406.GC18437@pxdev.xzpeter.org> <00ec01d13654$5f904c20$1eb0e460$@samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <00ec01d13654$5f904c20$1eb0e460$@samsung.com> User-Agent: Mutt/1.5.24 (2015-08-30) X-Scanned-By: MIMEDefang 2.68 on 10.5.11.22 Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH 0/4 for 2.3] vhost-user live migration support X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Dec 2015 10:09:48 -0000 On Mon, Dec 14, 2015 at 12:46:57PM +0300, Pavel Fedin wrote: > > Regarding to "with the same IPs on host side": do you mean that you > > configured the same IP on two hosts in the intranet? > > No intranet. You can think of it as an isolated network between the host and guest, and that's all. I just assigned an IP to ovs' LOCAL interface on both hosts, and these ovs instances knew nothing about each other, neither they forwarded packets between each other. I didn't want to make things overcomplicated and decided not to mess with host's own connection to the intranet, just something that sits on the other side of vhost-user and replies to PINGs was perfectly OK for me. I see. > > > I think this > > does not matter if we are testing it functionally (whether live > > migration could work), However I would still perfer to try ping > > another host (say, host3) inside the intranet. What do you think? > > Yes, perhaps this would be better test, may be next time i'll do it. Anyway, IIRC, PATCH v2 is coming. Agreed. Thanks! Peter > > Kind regards, > Pavel Fedin > Expert Engineer > Samsung Electronics Research center Russia > >