DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] doc: add vhost-user live migration features to release notes
@ 2018-02-09  7:13 Jiayu Hu
  2018-02-09  7:47 ` [dpdk-dev] [PATCH v2] " Jiayu Hu
  2018-02-09  9:56 ` [dpdk-dev] [PATCH] " Mcnamara, John
  0 siblings, 2 replies; 5+ messages in thread
From: Jiayu Hu @ 2018-02-09  7:13 UTC (permalink / raw)
  To: dev; +Cc: john.mcnamara, thomas, Jiayu Hu

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
-- 
2.7.4

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [dpdk-dev] [PATCH v2] doc: add vhost-user live migration features to release notes
  2018-02-09  7:13 [dpdk-dev] [PATCH] doc: add vhost-user live migration features to release notes Jiayu Hu
@ 2018-02-09  7:47 ` Jiayu Hu
  2018-02-09  9:57   ` Mcnamara, John
  2018-02-09  9:56 ` [dpdk-dev] [PATCH] " Mcnamara, John
  1 sibling, 1 reply; 5+ messages in thread
From: Jiayu Hu @ 2018-02-09  7:47 UTC (permalink / raw)
  To: dev; +Cc: john.mcnamara, thomas, zhihong.wang, Jiayu Hu

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
-- 
2.7.4

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [dpdk-dev] [PATCH] doc: add vhost-user live migration features to release notes
  2018-02-09  7:13 [dpdk-dev] [PATCH] doc: add vhost-user live migration features to release notes Jiayu Hu
  2018-02-09  7:47 ` [dpdk-dev] [PATCH v2] " Jiayu Hu
@ 2018-02-09  9:56 ` Mcnamara, John
  1 sibling, 0 replies; 5+ messages in thread
From: Mcnamara, John @ 2018-02-09  9:56 UTC (permalink / raw)
  To: Hu, Jiayu, dev; +Cc: thomas



> -----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>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [dpdk-dev] [PATCH v2] doc: add vhost-user live migration features to release notes
  2018-02-09  7:47 ` [dpdk-dev] [PATCH v2] " Jiayu Hu
@ 2018-02-09  9:57   ` Mcnamara, John
  2018-02-13 23:12     ` Thomas Monjalon
  0 siblings, 1 reply; 5+ messages in thread
From: Mcnamara, John @ 2018-02-09  9:57 UTC (permalink / raw)
  To: Hu, Jiayu, dev; +Cc: thomas, Wang, Zhihong



> -----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>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [dpdk-dev] [PATCH v2] doc: add vhost-user live migration features to release notes
  2018-02-09  9:57   ` Mcnamara, John
@ 2018-02-13 23:12     ` Thomas Monjalon
  0 siblings, 0 replies; 5+ messages in thread
From: Thomas Monjalon @ 2018-02-13 23:12 UTC (permalink / raw)
  To: Hu, Jiayu; +Cc: dev, Mcnamara, John, Wang, Zhihong

> > 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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-02-13 23:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-09  7:13 [dpdk-dev] [PATCH] doc: add vhost-user live migration features to release notes Jiayu Hu
2018-02-09  7:47 ` [dpdk-dev] [PATCH v2] " Jiayu Hu
2018-02-09  9:57   ` Mcnamara, John
2018-02-13 23:12     ` Thomas Monjalon
2018-02-09  9:56 ` [dpdk-dev] [PATCH] " Mcnamara, John

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).