From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id DD632A3160 for ; Thu, 10 Oct 2019 10:04:16 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D11A41C2F1; Thu, 10 Oct 2019 10:04:16 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 48E711C2F5 for ; Thu, 10 Oct 2019 10:04:15 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Oct 2019 01:04:14 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.67,279,1566889200"; d="scan'208";a="193926979" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by fmsmga007.fm.intel.com with ESMTP; 10 Oct 2019 01:04:14 -0700 Received: from fmsmsx161.amr.corp.intel.com (10.18.125.9) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 10 Oct 2019 01:04:14 -0700 Received: from shsmsx107.ccr.corp.intel.com (10.239.4.96) by FMSMSX161.amr.corp.intel.com (10.18.125.9) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 10 Oct 2019 01:04:13 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.166]) by SHSMSX107.ccr.corp.intel.com ([169.254.9.33]) with mapi id 14.03.0439.000; Thu, 10 Oct 2019 16:04:12 +0800 From: "Wang, Yinan" To: "Ma, LihongX" , "dts@dpdk.org" Thread-Topic: [dts][PATCH V1 1/3][migration] conf: add config file of vhost_user_live_migration Thread-Index: AQHVfz6JdNyEf1D5bEmSA3SMnKdD3KdThBWA Date: Thu, 10 Oct 2019 08:04:11 +0000 Message-ID: References: <1570666746-12853-1-git-send-email-lihongx.ma@intel.com> In-Reply-To: <1570666746-12853-1-git-send-email-lihongx.ma@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYjRkODJiYjEtOWRiZi00ZWViLWIyOGEtYWUzOGQyZDg4M2Y3IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoibW8rOHdvNWhqenV0TzgrVVVHXC81RkszY0JcL1lmeFhaUDV2XC8zVVpOc0h1Ymw2YW9US2FwXC9oVWdqRXcybnhDZ1QifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH V1 1/3][migration] conf: add config file of vhost_user_live_migration X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dts-bounces@dpdk.org Sender: "dts" Acked-by: Wang, Yinan > -----Original Message----- > From: Ma, LihongX > Sent: 2019=1B$BG/=1B(B10=1B$B7n=1B(B10=1B$BF|=1B(B 8:19 > To: dts@dpdk.org > Cc: Wang, Yinan ; Ma, LihongX > Subject: [dts][PATCH V1 1/3][migration] conf: add config file of > vhost_user_live_migration >=20 > Signed-off-by: lihong > --- > conf/vhost_user_live_migration.cfg | 9 +++++---- > 1 file changed, 5 insertions(+), 4 deletions(-) >=20 > diff --git a/conf/vhost_user_live_migration.cfg > b/conf/vhost_user_live_migration.cfg > index c687acd..f8b192d 100644 > --- a/conf/vhost_user_live_migration.cfg > +++ b/conf/vhost_user_live_migration.cfg > @@ -90,6 +90,11 @@ > # listending tcp port >=20 > # vm configuration for vhost user live migration case > +# host_share_dir config the dir of vm img on host # backup_mount_path > +config the mount dir on backup [mount_info] > +host_share_dir=3D/home/vm-image backup_mount_path=3D/mnt/nfs > [host] > cpu =3D > model=3Dhost,number=3D4,cpupin=3D5 6 7 8; @@ -101,8 +106,6 @@ login = =3D > user=3Droot,password=3Dtester; > daemon =3D > enable=3Dyes; > -serial_port =3D > - enable=3Dyes; > [backup] > cpu =3D > model=3Dhost,number=3D4,cpupin=3D5 6 7 8; @@ -116,5 +119,3 @@ daemon= =3D > enable=3Dyes; > migration =3D > enable=3Dyes,port=3D4444; > -serial_port =3D > - enable=3Dyes; > -- > 2.7.4