From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id DCF463777 for ; Tue, 19 Jul 2016 18:15:16 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga103.fm.intel.com with ESMTP; 19 Jul 2016 09:15:16 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,390,1464678000"; d="scan'208";a="1009875735" Received: from irsmsx108.ger.corp.intel.com ([163.33.3.3]) by fmsmga001.fm.intel.com with ESMTP; 19 Jul 2016 09:15:15 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.204]) by IRSMSX108.ger.corp.intel.com ([169.254.11.125]) with mapi id 14.03.0248.002; Tue, 19 Jul 2016 17:15:14 +0100 From: "Mcnamara, John" To: "Iremonger, Bernard" , "dev@dpdk.org" CC: "Liu, Yong" , "Xu, Qian Q" , "yuanhan.liu@linux.intel.com" Thread-Topic: [PATCH v3 1/2] doc: live migration of VM with vhost_user on host Thread-Index: AQHR4QD/HMgvGyDX0kGEgrQi0ZQsVKAf7zEg Date: Tue, 19 Jul 2016 16:15:14 +0000 Message-ID: References: <1468424161-13064-1-git-send-email-bernard.iremonger@intel.com> <1468852227-31905-1-git-send-email-bernard.iremonger@intel.com> <1468852227-31905-2-git-send-email-bernard.iremonger@intel.com> In-Reply-To: <1468852227-31905-2-git-send-email-bernard.iremonger@intel.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOTE0MDg3MGItYjNiZC00NDQ1LTg0NTItYWE3YTdiZjU4Yjk0IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IkNBS3grdklOVEJLTmFmbGJKUlptM3ZWWUwwV05mXC95eWdTQWlOSkpVSFNBPSJ9 x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v3 1/2] doc: live migration of VM with vhost_user on host 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: Tue, 19 Jul 2016 16:15:17 -0000 > -----Original Message----- > From: Iremonger, Bernard > Sent: Monday, July 18, 2016 3:30 PM > To: Mcnamara, John ; dev@dpdk.org > Cc: Liu, Yong ; Xu, Qian Q ; > yuanhan.liu@linux.intel.com; Iremonger, Bernard > > Subject: [PATCH v3 1/2] doc: live migration of VM with vhost_user on host >=20 > This patch describes the procedure to be be followed to perform Live > Migration of a VM with Virtio PMD running on a host which is running the > vhost_user sample application (vhost-switch). >=20 > It includes sample host and VM scripts used in the procedure. >=20 > Signed-off-by: Bernard Iremonger Note: this patch is dependent on: [PATCH v5 1/2] doc: live migration of VM with Virtio and VF Acked-by: John McNamara