Re: [dpdk-dev] [PATCH] net/ifc: add live migration support

2018-10-07 Thread Wang, Xiao W
Hi Ferruh, > -Original Message- > From: Yigit, Ferruh > Sent: Tuesday, October 2, 2018 10:46 PM > To: Wang, Xiao W ; Bie, Tiwei > Cc: dev@dpdk.org; Ye, Xiaolong ; Wang, Zhihong > ; Chao Zhu ; > Thomas Monjalon ; Xu, Qian Q > Subject: Re: [dpdk-dev] [PATCH] net

Re: [dpdk-dev] [PATCH] net/ifc: add live migration support

2018-10-02 Thread Ferruh Yigit
On 9/21/2018 12:55 AM, Ferruh Yigit wrote: > On 9/10/2018 12:01 PM, 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 >

Re: [dpdk-dev] [PATCH] net/ifc: add live migration support

2018-09-20 Thread Ferruh Yigit
On 9/10/2018 12:01 PM, 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 <...> > +static void > +ifcvf_used_ring_log(stru

Re: [dpdk-dev] [PATCH] net/ifc: add live migration support

2018-09-19 Thread Zhang, Qi Z
> -Original Message- > From: dev [mailto:dev-boun...@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

Re: [dpdk-dev] [PATCH] net/ifc: add live migration support

2018-09-13 Thread Ye Xiaolong
Reviewed-and-Tested-by: Ye Xiaolong Thanks, Xiaolong 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 >--- > drive

[dpdk-dev] [PATCH] net/ifc: add live migration support

2018-09-10 Thread Xiao Wang
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 --- drivers/net/ifc/base/ifcvf.c | 33 +++- drivers/net/ifc/base/ifcvf.h | 7 +