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

2018-02-13 Thread Thomas Monjalon
> > Signed-off-by: Jiayu Hu 
> 
> 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 

Applied, thanks



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

2018-02-09 Thread Mcnamara, John


> -Original Message-
> From: Hu, Jiayu
> Sent: Friday, February 9, 2018 7:47 AM
> To: dev@dpdk.org
> Cc: Mcnamara, John ; tho...@monjalon.net; Wang,
> Zhihong ; Hu, Jiayu 
> Subject: [PATCH v2] doc: add vhost-user live migration features to release
> notes
> 
> Signed-off-by: Jiayu Hu 
> ---
> 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