doc: announce Vhost dequeue zero-copy removal

Message ID 20200803145538.117096-1-maxime.coquelin@redhat.com (mailing list archive)
State Accepted, archived
Delegated to: Thomas Monjalon
Headers
Series doc: announce Vhost dequeue zero-copy removal |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK
ci/travis-robot success Travis build: passed

Commit Message

Maxime Coquelin Aug. 3, 2020, 2:55 p.m. UTC
  Vhost-user dequeue zero-copy support will be removed in
20.11. The only known user is OVS where the feature is
still experimental, and has not received any update for
several years. This feature faces reliability issues and
is often conflicting with new features being implemented.

Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com>
---

Hi, the topic was discussed during OVS-DPDK public meeting
on July 22nd. Ian, if you had time to discuss the topic with
your team and agree with the removal, please ack the patch.
If, not please let me know.

 doc/guides/rel_notes/deprecation.rst | 5 +++++
 1 file changed, 5 insertions(+)
  

Comments

Chenbo Xia Aug. 4, 2020, 1:36 a.m. UTC | #1
> -----Original Message-----
> From: Maxime Coquelin <maxime.coquelin@redhat.com>
> Sent: Monday, August 3, 2020 10:56 PM
> To: dev@dpdk.org; ktraynor@redhat.com; Stokes, Ian <ian.stokes@intel.com>;
> Xia, Chenbo <chenbo.xia@intel.com>; Wang, Zhihong
> <zhihong.wang@intel.com>
> Cc: Loftus, Ciara <ciara.loftus@intel.com>; Maxime Coquelin
> <maxime.coquelin@redhat.com>
> Subject: [PATCH] doc: announce Vhost dequeue zero-copy removal
> 
> Vhost-user dequeue zero-copy support will be removed in 20.11. The only
> known user is OVS where the feature is still experimental, and has not received
> any update for several years. This feature faces reliability issues and is often
> conflicting with new features being implemented.
> 
> Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com>
> ---
> 
> Hi, the topic was discussed during OVS-DPDK public meeting on July 22nd. Ian, if
> you had time to discuss the topic with your team and agree with the removal,
> please ack the patch.
> If, not please let me know.
> 
>  doc/guides/rel_notes/deprecation.rst | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/doc/guides/rel_notes/deprecation.rst
> b/doc/guides/rel_notes/deprecation.rst
> index ea4cfa7a48..a923849419 100644
> --- a/doc/guides/rel_notes/deprecation.rst
> +++ b/doc/guides/rel_notes/deprecation.rst
> @@ -151,3 +151,8 @@ Deprecation Notices
>    Python 2 support will be completely removed in 20.11.
>    In 20.08, explicit deprecation warnings will be displayed when running
>    scripts with Python 2.
> +
> +* vhost: Vhost-user dequeue zero-copy support will be removed in 20.11.
> +The
> +  only known user is OVS where the feature is still experimental, and
> +has not
> +  received any update for 2.5 years. This feature faces reliability
> +issues and
> +  is often conflicting with new features being implemented.
> --
> 2.26.2

Acked-by: Chenbo Xia <chenbo.xia@intel.com>
  
Ian Stokes Aug. 6, 2020, 12:12 p.m. UTC | #2
> Vhost-user dequeue zero-copy support will be removed in 20.11. The only
> known user is OVS where the feature is still experimental, and has not received
> any update for several years. This feature faces reliability issues and is often
> conflicting with new features being implemented.
> 
> Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com>
> ---
> 
> Hi, the topic was discussed during OVS-DPDK public meeting on July 22nd. Ian, if
> you had time to discuss the topic with your team and agree with the removal,
> please ack the patch.
> If, not please let me know.
> 
>  doc/guides/rel_notes/deprecation.rst | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/doc/guides/rel_notes/deprecation.rst
> b/doc/guides/rel_notes/deprecation.rst
> index ea4cfa7a48..a923849419 100644
> --- a/doc/guides/rel_notes/deprecation.rst
> +++ b/doc/guides/rel_notes/deprecation.rst
> @@ -151,3 +151,8 @@ Deprecation Notices
>    Python 2 support will be completely removed in 20.11.
>    In 20.08, explicit deprecation warnings will be displayed when running
>    scripts with Python 2.
> +
> +* vhost: Vhost-user dequeue zero-copy support will be removed in 20.11.
> +The
> +  only known user is OVS where the feature is still experimental, and
> +has not
> +  received any update for 2.5 years. This feature faces reliability
> +issues and
> +  is often conflicting with new features being implemented.
> --

Acked-by: Ian Stokes <ian.stokes@intel.com>
  
Loftus, Ciara Aug. 7, 2020, 11:56 a.m. UTC | #3
> 
> Vhost-user dequeue zero-copy support will be removed in
> 20.11. The only known user is OVS where the feature is
> still experimental, and has not received any update for
> several years. This feature faces reliability issues and
> is often conflicting with new features being implemented.
> 
> Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com>
> ---
> 
> Hi, the topic was discussed during OVS-DPDK public meeting
> on July 22nd. Ian, if you had time to discuss the topic with
> your team and agree with the removal, please ack the patch.
> If, not please let me know.
> 
>  doc/guides/rel_notes/deprecation.rst | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/doc/guides/rel_notes/deprecation.rst
> b/doc/guides/rel_notes/deprecation.rst
> index ea4cfa7a48..a923849419 100644
> --- a/doc/guides/rel_notes/deprecation.rst
> +++ b/doc/guides/rel_notes/deprecation.rst
> @@ -151,3 +151,8 @@ Deprecation Notices
>    Python 2 support will be completely removed in 20.11.
>    In 20.08, explicit deprecation warnings will be displayed when running
>    scripts with Python 2.
> +
> +* vhost: Vhost-user dequeue zero-copy support will be removed in 20.11.
> The
> +  only known user is OVS where the feature is still experimental, and has not
> +  received any update for 2.5 years. This feature faces reliability issues and
> +  is often conflicting with new features being implemented.
> --
> 2.26.2

Acked-by: Ciara Loftus <ciara.loftus@intel.com>
  
Aaron Conole Aug. 7, 2020, 1 p.m. UTC | #4
Maxime Coquelin <maxime.coquelin@redhat.com> writes:

> Vhost-user dequeue zero-copy support will be removed in
> 20.11. The only known user is OVS where the feature is
> still experimental, and has not received any update for
> several years. This feature faces reliability issues and
> is often conflicting with new features being implemented.
>
> Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com>
> ---

Acked-by: Aaron Conole <aconole@redhat.com>
  
Thomas Monjalon Aug. 7, 2020, 1:56 p.m. UTC | #5
03/08/2020 16:55, Maxime Coquelin:
> Vhost-user dequeue zero-copy support will be removed in
> 20.11. The only known user is OVS where the feature is
> still experimental, and has not received any update for
> several years. This feature faces reliability issues and
> is often conflicting with new features being implemented.
> 
> Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com>
Acked-by: Chenbo Xia <chenbo.xia@intel.com>
Acked-by: Ian Stokes <ian.stokes@intel.com>
Acked-by: Ciara Loftus <ciara.loftus@intel.com>
Acked-by: Aaron Conole <aconole@redhat.com>

Applied
  

Patch

diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
index ea4cfa7a48..a923849419 100644
--- a/doc/guides/rel_notes/deprecation.rst
+++ b/doc/guides/rel_notes/deprecation.rst
@@ -151,3 +151,8 @@  Deprecation Notices
   Python 2 support will be completely removed in 20.11.
   In 20.08, explicit deprecation warnings will be displayed when running
   scripts with Python 2.
+
+* vhost: Vhost-user dequeue zero-copy support will be removed in 20.11. The
+  only known user is OVS where the feature is still experimental, and has not
+  received any update for 2.5 years. This feature faces reliability issues and
+  is often conflicting with new features being implemented.