[dpdk-dev] [PATCH v2 0/6] vhost-user live migration support

2015-12-21 Thread Pavel Fedin
Works fine. Tested-by: Pavel Fedin Kind regards, Pavel Fedin Expert Engineer Samsung Electronics Research center Russia > -Original Message- > From: Yuanhan Liu [mailto:yuanhan.liu at linux.intel.com] > Sent: Thursday, December 17, 2015 6:12 AM > To: dev at dpdk.org > Cc: huawei.xie a

[dpdk-dev] [PATCH v2 0/6] vhost-user live migration support

2015-12-17 Thread Yuanhan Liu
On Thu, Dec 17, 2015 at 12:08:13PM +, Iremonger, Bernard wrote: > Hi Yuanhan, > > > -Original Message- > > From: Yuanhan Liu [mailto:yuanhan.liu at linux.intel.com] > > Sent: Thursday, December 17, 2015 3:12 AM > > To: dev at dpdk.org > > Cc: Xie, Huawei ; Michael S. Tsirkin > > ; Vict

[dpdk-dev] [PATCH v2 0/6] vhost-user live migration support

2015-12-17 Thread Iremonger, Bernard
Hi Yuanhan, > -Original Message- > From: Yuanhan Liu [mailto:yuanhan.liu at linux.intel.com] > Sent: Thursday, December 17, 2015 3:12 AM > To: dev at dpdk.org > Cc: Xie, Huawei ; Michael S. Tsirkin > ; Victor Kaplansky ; Iremonger, > Bernard ; Pavel Fedin > ; Peter Xu ; Yuanhan Liu > ; Che

[dpdk-dev] [PATCH v2 0/6] vhost-user live migration support

2015-12-17 Thread Yuanhan Liu
This patch set adds the vhost-user live migration support. The major task behind that is to log pages we touched during live migration, including used vring and desc buffer. So, this patch set is basically about adding vhost log support, and using it. Patchset - Patch 1 handles VHOST_USE