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

Message ID 1518162444-99915-1-git-send-email-jiayu.hu@intel.com (mailing list archive)
State Accepted, 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:47 a.m. UTC
  Signed-off-by: Jiayu Hu <jiayu.hu@intel.com>
---
change in v2:
- add VIRTIO_F_ANY_LAYOUT feature

 doc/guides/rel_notes/release_18_02.rst | 11 +++++++++++
 1 file changed, 11 insertions(+)
  

Comments

John McNamara Feb. 9, 2018, 9:57 a.m. UTC | #1
> -----Original Message-----
> From: Hu, Jiayu
> Sent: Friday, February 9, 2018 7:47 AM
> To: dev@dpdk.org
> Cc: Mcnamara, John <john.mcnamara@intel.com>; thomas@monjalon.net; Wang,
> Zhihong <zhihong.wang@intel.com>; Hu, Jiayu <jiayu.hu@intel.com>
> Subject: [PATCH v2] doc: add vhost-user live migration features to release
> notes
> 
> Signed-off-by: Jiayu Hu <jiayu.hu@intel.com>
> ---
> change in v2:
> - add VIRTIO_F_ANY_LAYOUT feature
> 
>  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 c42a1d6..1d31329 100644
> --- a/doc/guides/rel_notes/release_18_02.rst
> +++ b/doc/guides/rel_notes/release_18_02.rst
> @@ -230,6 +230,17 @@ 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_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
> +
>  .. 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>
  
Thomas Monjalon Feb. 13, 2018, 11:12 p.m. UTC | #2
> > Signed-off-by: Jiayu Hu <jiayu.hu@intel.com>
> 
> 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>

Applied, thanks
  

Patch

diff --git a/doc/guides/rel_notes/release_18_02.rst b/doc/guides/rel_notes/release_18_02.rst
index c42a1d6..1d31329 100644
--- a/doc/guides/rel_notes/release_18_02.rst
+++ b/doc/guides/rel_notes/release_18_02.rst
@@ -230,6 +230,17 @@  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_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
+
 .. note::
 
     This new build system support is incomplete at this point and is added