On 03/10/2018 11:01 AM, Zhihong Wang wrote:
This patch adds APIs to enable live migration for non-builtin data paths.

At src side, last_avail/used_idx from the device need to be set into the
virtio_net structure, and the log_base and log_size from the virtio_net
structure need to be set into the device.

At dst side, last_avail/used_idx need to be read from the virtio_net
structure and set into the device.

Signed-off-by: Zhihong Wang <zhihong.w...@intel.com>
---
  lib/librte_vhost/rte_vhost.h           | 51 +++++++++++++++++++++++++++
  lib/librte_vhost/rte_vhost_version.map |  3 ++
  lib/librte_vhost/vhost.c               | 63 ++++++++++++++++++++++++++++++++++
  3 files changed, 117 insertions(+)

Reviewed-by: Maxime Coquelin <maxime.coque...@redhat.com>

Thanks,
Maxime

Reply via email to