Signed-off-by: Jiayu Hu <jiayu...@intel.com> --- doc/guides/rel_notes/release_18_02.rst | 10 ++++++++++ 1 file changed, 10 insertions(+)
diff --git a/doc/guides/rel_notes/release_18_02.rst b/doc/guides/rel_notes/release_18_02.rst index c42a1d6..116ca2a 100644 --- a/doc/guides/rel_notes/release_18_02.rst +++ b/doc/guides/rel_notes/release_18_02.rst @@ -230,6 +230,16 @@ New Features current build system using ``make``. For instructions on how to do a DPDK build using the new system, see the instructions in ``doc/build-sdk-meson.txt``. +* **Add feature supports for live migration from vhost-net to vhost-user.** + + To make live migration from vhost-net to vhost-user possible, added + feature supports for vhost-user. The features include: + + * VIRTIO_F_EVENT_IDX + * VIRTIO_NET_F_GUEST_ECN, VIRTIO_NET_F_HOST_ECN + * VIRTIO_NET_F_GUEST_UFO, VIRTIO_NET_F_HOST_UFO + * VIRTIO_NET_F_GSO + .. note:: This new build system support is incomplete at this point and is added -- 2.7.4