[dpdk-dev] [PATCH v3 0/8] vhost-user live migration support

2016-02-22 Thread Yuanhan Liu
On Mon, Feb 22, 2016 at 10:56:42AM +0100, Thomas Monjalon wrote: > > > Patches 2 and 3 have been merged to avoid a compilation error. > > > Applied, thanks > > > > Actually, there was a ongoing discussion about patch 6, the handling > > of VHOST_USER_SEND_RARP request: > > > > http://dpdk.org/m

[dpdk-dev] [PATCH v3 0/8] vhost-user live migration support

2016-02-22 Thread Yuanhan Liu
On Fri, Feb 19, 2016 at 04:01:25PM +0100, Thomas Monjalon wrote: > 2016-01-29 12:57, 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 >

[dpdk-dev] [PATCH v3 0/8] vhost-user live migration support

2016-02-22 Thread Thomas Monjalon
2016-02-22 15:08, Yuanhan Liu: > On Fri, Feb 19, 2016 at 04:01:25PM +0100, Thomas Monjalon wrote: > > 2016-01-29 12:57, 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, inclu

[dpdk-dev] [PATCH v3 0/8] vhost-user live migration support

2016-02-19 Thread Thomas Monjalon
2016-01-29 12:57, 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. >

[dpdk-dev] [PATCH v3 0/8] vhost-user live migration support

2016-02-02 Thread Yuanhan Liu
On Mon, Feb 01, 2016 at 03:54:05PM +, Iremonger, Bernard wrote: > Hi Yuanhan, > > > > > A simple test guide (on same host) > > == > > > > The following test is based on OVS + DPDK (check [0] for how to setup OVS + > > DPDK): ... > > The above test guide shou

[dpdk-dev] [PATCH v3 0/8] vhost-user live migration support

2016-02-01 Thread Iremonger, Bernard
Hi Yuanhan, > A simple test guide (on same host) > == > > The following test is based on OVS + DPDK (check [0] for how to setup OVS + > DPDK): > > [0]: http://wiki.qemu.org/Features/vhost-user-ovs-dpdk > > Here is the rough test guide: > > 1. start ovs-vsw

[dpdk-dev] [PATCH v3 0/8] vhost-user live migration support

2016-01-29 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. Another important thing is that you need noti