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 A3C8CA3201 for ; Mon, 21 Oct 2019 04:34:31 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 9601B29AC; Mon, 21 Oct 2019 04:34:31 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 7CB5CA69 for ; Mon, 21 Oct 2019 04:34:30 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Oct 2019 19:34:29 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.67,321,1566889200"; d="scan'208";a="222322808" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by fmsmga004.fm.intel.com with ESMTP; 20 Oct 2019 19:34:29 -0700 Received: from fmsmsx112.amr.corp.intel.com (10.18.116.6) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.439.0; Sun, 20 Oct 2019 19:34:29 -0700 Received: from shsmsx105.ccr.corp.intel.com (10.239.4.158) by FMSMSX112.amr.corp.intel.com (10.18.116.6) with Microsoft SMTP Server (TLS) id 14.3.439.0; Sun, 20 Oct 2019 19:34:28 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.96]) by SHSMSX105.ccr.corp.intel.com ([169.254.11.96]) with mapi id 14.03.0439.000; Mon, 21 Oct 2019 10:34:27 +0800 From: "Tu, Lijuan" To: "Ma, LihongX" , "dts@dpdk.org" CC: "Wang, Yinan" , "Ma, LihongX" Thread-Topic: [dts] [PATCH V2 1/3][migration] conf/vhost_user_live_migration: update cfg file Thread-Index: AQHVgwT64BhUvIKjbEuXOxmKrdic7qdkagXg Date: Mon, 21 Oct 2019 02:34:26 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BB42F62@SHSMSX101.ccr.corp.intel.com> References: <1571081822-5323-1-git-send-email-lihongx.ma@intel.com> In-Reply-To: <1571081822-5323-1-git-send-email-lihongx.ma@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNzBjMjZmM2YtNmVkYy00ZTk4LWEzN2ItMjRkNDU2OWFjZjJkIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiOUZxTDJ4RFlzUmhOSWMwcWJLN3I0SXVBNWlnMlEzZkZzVVwvQTg5eHMzeXRWNXBrcFZMMkJOUnpRTHExNDkyd1MifQ== x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH V2 1/3][migration] conf/vhost_user_live_migration: update cfg file 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" Applied the series, thanks > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of lihong > Sent: Tuesday, October 15, 2019 3:37 AM > To: dts@dpdk.org > Cc: Wang, Yinan ; Ma, LihongX > > Subject: [dts] [PATCH V2 1/3][migration] conf/vhost_user_live_migration: > update cfg file >=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