* Re: [dpdk-dev] [PATCH] doc: announce Vhost dequeue zero-copy removal
2020-08-03 14:55 [dpdk-dev] [PATCH] doc: announce Vhost dequeue zero-copy removal Maxime Coquelin
@ 2020-08-04 1:36 ` Xia, Chenbo
2020-08-06 12:12 ` Stokes, Ian
` (3 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: Xia, Chenbo @ 2020-08-04 1:36 UTC (permalink / raw)
To: Maxime Coquelin, dev, ktraynor, Stokes, Ian, Wang, Zhihong; +Cc: Loftus, Ciara
> -----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>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: announce Vhost dequeue zero-copy removal
2020-08-03 14:55 [dpdk-dev] [PATCH] doc: announce Vhost dequeue zero-copy removal Maxime Coquelin
2020-08-04 1:36 ` Xia, Chenbo
@ 2020-08-06 12:12 ` Stokes, Ian
2020-08-07 11:56 ` Loftus, Ciara
` (2 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: Stokes, Ian @ 2020-08-06 12:12 UTC (permalink / raw)
To: Maxime Coquelin, dev, ktraynor, Xia, Chenbo, Wang, Zhihong; +Cc: Loftus, Ciara
> 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>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: announce Vhost dequeue zero-copy removal
2020-08-03 14:55 [dpdk-dev] [PATCH] doc: announce Vhost dequeue zero-copy removal Maxime Coquelin
2020-08-04 1:36 ` Xia, Chenbo
2020-08-06 12:12 ` Stokes, Ian
@ 2020-08-07 11:56 ` Loftus, Ciara
2020-08-07 13:00 ` Aaron Conole
2020-08-07 13:56 ` Thomas Monjalon
4 siblings, 0 replies; 6+ messages in thread
From: Loftus, Ciara @ 2020-08-07 11:56 UTC (permalink / raw)
To: Maxime Coquelin, dev, ktraynor, Stokes, Ian, Xia, Chenbo, Wang, Zhihong
>
> 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>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: announce Vhost dequeue zero-copy removal
2020-08-03 14:55 [dpdk-dev] [PATCH] doc: announce Vhost dequeue zero-copy removal Maxime Coquelin
` (2 preceding siblings ...)
2020-08-07 11:56 ` Loftus, Ciara
@ 2020-08-07 13:00 ` Aaron Conole
2020-08-07 13:56 ` Thomas Monjalon
4 siblings, 0 replies; 6+ messages in thread
From: Aaron Conole @ 2020-08-07 13:00 UTC (permalink / raw)
To: Maxime Coquelin
Cc: dev, ktraynor, ian.stokes, chenbo.xia, zhihong.wang, ciara.loftus
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>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: announce Vhost dequeue zero-copy removal
2020-08-03 14:55 [dpdk-dev] [PATCH] doc: announce Vhost dequeue zero-copy removal Maxime Coquelin
` (3 preceding siblings ...)
2020-08-07 13:00 ` Aaron Conole
@ 2020-08-07 13:56 ` Thomas Monjalon
4 siblings, 0 replies; 6+ messages in thread
From: Thomas Monjalon @ 2020-08-07 13:56 UTC (permalink / raw)
To: Maxime Coquelin
Cc: dev, ktraynor, ian.stokes, chenbo.xia, zhihong.wang, ciara.loftus
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
^ permalink raw reply [flat|nested] 6+ messages in thread