Re: [dpdk-dev] [PATCH v3 17/22] vhost: export APIs for live migration support

2017-03-31 Thread Maxime Coquelin
On 03/28/2017 02:45 PM, Yuanhan Liu wrote: Export few APIs for the vhost-user driver to log the guest memory writes, which is a must for live migration support. This patch basically moves vhost_log_write() and vhost_log_used_vring() into vhost.h and then add an wrapper (the public API) to them

[dpdk-dev] [PATCH v3 17/22] vhost: export APIs for live migration support

2017-03-28 Thread Yuanhan Liu
Export few APIs for the vhost-user driver to log the guest memory writes, which is a must for live migration support. This patch basically moves vhost_log_write() and vhost_log_used_vring() into vhost.h and then add an wrapper (the public API) to them. Signed-off-by: Yuanhan Liu --- lib/librte_