From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 02B3F1B53 for ; Wed, 19 Sep 2018 16:40:01 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Sep 2018 07:40:01 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.53,394,1531810800"; d="scan'208";a="91464928" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga001.fm.intel.com with ESMTP; 19 Sep 2018 07:36:53 -0700 Received: from fmsmsx114.amr.corp.intel.com (10.18.116.8) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 19 Sep 2018 07:36:53 -0700 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by FMSMSX114.amr.corp.intel.com (10.18.116.8) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 19 Sep 2018 07:36:52 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.70]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.226]) with mapi id 14.03.0319.002; Wed, 19 Sep 2018 22:36:40 +0800 From: "Zhang, Qi Z" To: "Ye, Xiaolong" , "Wang, Xiao W" CC: "Bie, Tiwei" , "dev@dpdk.org" , "Wang, Zhihong" Thread-Topic: [dpdk-dev] [PATCH] net/ifc: add live migration support Thread-Index: AQHUS2kOektSXsRuzUuR7EtwcGsNBaT3tWXg Date: Wed, 19 Sep 2018 14:36:40 +0000 Message-ID: <039ED4275CED7440929022BC67E70611532901E7@shsmsx102.ccr.corp.intel.com> References: <20180910110123.138273-1-xiao.w.wang@intel.com> <20180913203931.GB20985@intel.com> In-Reply-To: <20180913203931.GB20985@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNzIzOWRlMmEtYTYxZi00YTlmLWJjOTYtMmJmOTJhOGIzMDIzIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiN0dZS1RRRE1rWU40ejM4VVZtanlWT3FsQjRjSlduZEdFTXJXRFJuOTIyZVV1UkQydWUrM1FmZG9zeHI3Z20rayJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action 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: [dpdk-dev] [PATCH] net/ifc: add live migration support X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Sep 2018 14:40:02 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Ye Xiaolong > Sent: Friday, September 14, 2018 4:40 AM > To: Wang, Xiao W > Cc: Bie, Tiwei ; dev@dpdk.org; Wang, Zhihong > > Subject: Re: [dpdk-dev] [PATCH] net/ifc: add live migration support >=20 > Reviewed-and-Tested-by: Ye Xiaolong >=20 > Thanks, > Xiaolong >=20 > On 09/10, Xiao Wang wrote: > >IFCVF can help to log dirty page in live migration stage, each queue's > >index can be read and configured to support VHOST_USER_GET_VRING_BASE > >and VHOST_USER_SET_VRING_BASE. > > > >Signed-off-by: Xiao Wang Applied to dpdk-next-net-intel. Thanks Qi