From b18ec9a03a570da85c2007f7ae3113abcbb304cc Mon Sep 17 00:00:00 2001 From: Jiayu Hu Date: Fri, 9 Feb 2018 15:47:24 +0800 Subject: [PATCH] doc: add vhost live migration features to release notes Signed-off-by: Jiayu Hu Acked-by: John McNamara --- doc/guides/rel_notes/release_18_02.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/guides/rel_notes/release_18_02.rst b/doc/guides/rel_notes/release_18_02.rst index a778e49080..04202baef9 100644 --- a/doc/guides/rel_notes/release_18_02.rst +++ b/doc/guides/rel_notes/release_18_02.rst @@ -140,6 +140,17 @@ New Features * Rx/Tx descriptor status * Link status update/event +* **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_ANY_LAYOUT + * 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 + * **Updated the AESNI-MB PMD.** The AESNI-MB PMD has been updated with additional support for: -- 2.20.1