[dpdk-dev] doc: add vhost-user live migration features to release notes

Message ID 1518160389-82580-1-git-send-email-jiayu.hu@intel.com (mailing list archive)
State Superseded, archived
Headers

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK

Commit Message

Hu, Jiayu Feb. 9, 2018, 7:13 a.m. UTC
  Signed-off-by: Jiayu Hu <jiayu.hu@intel.com>
---
 doc/guides/rel_notes/release_18_02.rst | 10 ++++++++++
 1 file changed, 10 insertions(+)
  

Comments

John McNamara Feb. 9, 2018, 9:56 a.m. UTC | #1
> -----Original Message-----
> From: Hu, Jiayu
> Sent: Friday, February 9, 2018 7:13 AM
> To: dev@dpdk.org
> Cc: Mcnamara, John <john.mcnamara@intel.com>; thomas@monjalon.net; Hu,
> Jiayu <jiayu.hu@intel.com>
> Subject: [PATCH] doc: add vhost-user live migration features to release
> notes
> 
> Signed-off-by: Jiayu Hu <jiayu.hu@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

The text has been added between the previous section and a note belonging
to the previous section.

However, we can fix this in the final revision of the release notes, so:

Acked-by: John McNamara <john.mcnamara@intel.com>
  

Patch

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