All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] doc: deprecate Xen dom0 support
@ 2017-08-03 14:49 Thomas Monjalon
  2017-08-03 15:33 ` Tan, Jianfeng
  2017-08-03 20:38 ` [PATCH v2] doc: deprecate Xen support Jianfeng Tan
  0 siblings, 2 replies; 8+ messages in thread
From: Thomas Monjalon @ 2017-08-03 14:49 UTC (permalink / raw)
  To: Jianfeng Tan; +Cc: dev

Following the calls on the mailing list:
	http://dpdk.org/ml/archives/dev/2017-June/068151.html
The Technical Board decided to drop Xen dom0 support from EAL:
	http://dpdk.org/ml/archives/dev/2017-June/068615.html

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
---
 doc/guides/rel_notes/deprecation.rst | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
index 7b1997058..b7fd8049e 100644
--- a/doc/guides/rel_notes/deprecation.rst
+++ b/doc/guides/rel_notes/deprecation.rst
@@ -8,6 +8,8 @@ API and ABI deprecation notices are to be posted here.
 Deprecation Notices
 -------------------
 
+* eal: the support of Xen dom0 will be removed from EAL in 17.11.
+
 * eal: the following functions are deprecated starting from 17.05 and will
   be removed in 17.11:
 
-- 
2.13.2

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

* Re: [PATCH] doc: deprecate Xen dom0 support
  2017-08-03 14:49 [PATCH] doc: deprecate Xen dom0 support Thomas Monjalon
@ 2017-08-03 15:33 ` Tan, Jianfeng
  2017-08-03 16:02   ` Thomas Monjalon
  2017-08-03 20:38 ` [PATCH v2] doc: deprecate Xen support Jianfeng Tan
  1 sibling, 1 reply; 8+ messages in thread
From: Tan, Jianfeng @ 2017-08-03 15:33 UTC (permalink / raw)
  To: Thomas Monjalon; +Cc: dev

Hi Thomas,

On 8/3/2017 7:49 AM, Thomas Monjalon wrote:
> Following the calls on the mailing list:
> 	http://dpdk.org/ml/archives/dev/2017-June/068151.html
> The Technical Board decided to drop Xen dom0 support from EAL:
> 	http://dpdk.org/ml/archives/dev/2017-June/068615.html

As dom0 is removed, drivers/net/xenvirt and examples/vhost_xen/ will not 
work any more. Shall we deprecate them also?

Thanks,
Jianfeng

>
> Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
> ---
>   doc/guides/rel_notes/deprecation.rst | 2 ++
>   1 file changed, 2 insertions(+)
>
> diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
> index 7b1997058..b7fd8049e 100644
> --- a/doc/guides/rel_notes/deprecation.rst
> +++ b/doc/guides/rel_notes/deprecation.rst
> @@ -8,6 +8,8 @@ API and ABI deprecation notices are to be posted here.
>   Deprecation Notices
>   -------------------
>   
> +* eal: the support of Xen dom0 will be removed from EAL in 17.11.
> +
>   * eal: the following functions are deprecated starting from 17.05 and will
>     be removed in 17.11:
>   

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

* Re: [PATCH] doc: deprecate Xen dom0 support
  2017-08-03 15:33 ` Tan, Jianfeng
@ 2017-08-03 16:02   ` Thomas Monjalon
  0 siblings, 0 replies; 8+ messages in thread
From: Thomas Monjalon @ 2017-08-03 16:02 UTC (permalink / raw)
  To: Tan, Jianfeng; +Cc: dev

03/08/2017 17:33, Tan, Jianfeng:
> Hi Thomas,
> 
> On 8/3/2017 7:49 AM, Thomas Monjalon wrote:
> > Following the calls on the mailing list:
> > 	http://dpdk.org/ml/archives/dev/2017-June/068151.html
> > The Technical Board decided to drop Xen dom0 support from EAL:
> > 	http://dpdk.org/ml/archives/dev/2017-June/068615.html
> 
> As dom0 is removed, drivers/net/xenvirt and examples/vhost_xen/ will not 
> work any more. Shall we deprecate them also?

OK, please make the v2

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

* [PATCH v2] doc: deprecate Xen support
  2017-08-03 14:49 [PATCH] doc: deprecate Xen dom0 support Thomas Monjalon
  2017-08-03 15:33 ` Tan, Jianfeng
@ 2017-08-03 20:38 ` Jianfeng Tan
  2017-08-04 13:44   ` Mcnamara, John
  1 sibling, 1 reply; 8+ messages in thread
From: Jianfeng Tan @ 2017-08-03 20:38 UTC (permalink / raw)
  To: dev; +Cc: Jianfeng Tan, Thomas Monjalon

Following the calls on the mailing list:
	http://dpdk.org/ml/archives/dev/2017-June/068151.html
The Technical Board decided to drop Xen dom0 support from EAL:
	http://dpdk.org/ml/archives/dev/2017-June/068615.html

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Signed-off-by: Jianfeng Tan <jianfeng.tan@intel.com>
---
 doc/guides/rel_notes/deprecation.rst | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
index f6bd910..9edd85d 100644
--- a/doc/guides/rel_notes/deprecation.rst
+++ b/doc/guides/rel_notes/deprecation.rst
@@ -8,6 +8,9 @@ API and ABI deprecation notices are to be posted here.
 Deprecation Notices
 -------------------
 
+* eal: the support of Xen dom0 will be removed from EAL in 17.11; and with
+  that, drivers/net/xenvirt and examples/vhost_xen will also be removed.
+
 * eal: the following functions are deprecated starting from 17.05 and will
   be removed in 17.08:
 
-- 
2.7.4

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

* Re: [PATCH v2] doc: deprecate Xen support
  2017-08-03 20:38 ` [PATCH v2] doc: deprecate Xen support Jianfeng Tan
@ 2017-08-04 13:44   ` Mcnamara, John
  2017-08-07 14:34     ` Jerin Jacob
  2017-08-07 15:17     ` Shahaf Shuler
  0 siblings, 2 replies; 8+ messages in thread
From: Mcnamara, John @ 2017-08-04 13:44 UTC (permalink / raw)
  To: Tan, Jianfeng, dev; +Cc: Tan, Jianfeng, Thomas Monjalon



> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Jianfeng Tan
> Sent: Thursday, August 3, 2017 9:38 PM
> To: dev@dpdk.org
> Cc: Tan, Jianfeng <jianfeng.tan@intel.com>; Thomas Monjalon
> <thomas@monjalon.net>
> Subject: [dpdk-dev] [PATCH v2] doc: deprecate Xen support
> 
> Following the calls on the mailing list:
> 	http://dpdk.org/ml/archives/dev/2017-June/068151.html
> The Technical Board decided to drop Xen dom0 support from EAL:
> 	http://dpdk.org/ml/archives/dev/2017-June/068615.html
> 
> Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
> Signed-off-by: Jianfeng Tan <jianfeng.tan@intel.com>

Acked-by: John McNamara <john.mcnamara@intel.com>

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

* Re: [PATCH v2] doc: deprecate Xen support
  2017-08-04 13:44   ` Mcnamara, John
@ 2017-08-07 14:34     ` Jerin Jacob
  2017-08-07 23:56       ` Thomas Monjalon
  2017-08-07 15:17     ` Shahaf Shuler
  1 sibling, 1 reply; 8+ messages in thread
From: Jerin Jacob @ 2017-08-07 14:34 UTC (permalink / raw)
  To: Mcnamara, John; +Cc: Tan, Jianfeng, dev, Thomas Monjalon

-----Original Message-----
> Date: Fri, 4 Aug 2017 13:44:02 +0000
> From: "Mcnamara, John" <john.mcnamara@intel.com>
> To: "Tan, Jianfeng" <jianfeng.tan@intel.com>, "dev@dpdk.org" <dev@dpdk.org>
> CC: "Tan, Jianfeng" <jianfeng.tan@intel.com>, Thomas Monjalon
>  <thomas@monjalon.net>
> Subject: Re: [dpdk-dev] [PATCH v2] doc: deprecate Xen support
> 
> 
> 
> > -----Original Message-----
> > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Jianfeng Tan
> > Sent: Thursday, August 3, 2017 9:38 PM
> > To: dev@dpdk.org
> > Cc: Tan, Jianfeng <jianfeng.tan@intel.com>; Thomas Monjalon
> > <thomas@monjalon.net>
> > Subject: [dpdk-dev] [PATCH v2] doc: deprecate Xen support
> > 
> > Following the calls on the mailing list:
> > 	http://dpdk.org/ml/archives/dev/2017-June/068151.html
> > The Technical Board decided to drop Xen dom0 support from EAL:
> > 	http://dpdk.org/ml/archives/dev/2017-June/068615.html
> > 
> > Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
> > Signed-off-by: Jianfeng Tan <jianfeng.tan@intel.com>
> 
> Acked-by: John McNamara <john.mcnamara@intel.com>

Acked-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>

> 
> 

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

* Re: [PATCH v2] doc: deprecate Xen support
  2017-08-04 13:44   ` Mcnamara, John
  2017-08-07 14:34     ` Jerin Jacob
@ 2017-08-07 15:17     ` Shahaf Shuler
  1 sibling, 0 replies; 8+ messages in thread
From: Shahaf Shuler @ 2017-08-07 15:17 UTC (permalink / raw)
  To: Mcnamara, John, Tan, Jianfeng, dev; +Cc: Tan, Jianfeng, Thomas Monjalon

> > -----Original Message-----
> > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Jianfeng Tan
> > Sent: Thursday, August 3, 2017 9:38 PM
> > To: dev@dpdk.org
> > Cc: Tan, Jianfeng <jianfeng.tan@intel.com>; Thomas Monjalon
> > <thomas@monjalon.net>
> > Subject: [dpdk-dev] [PATCH v2] doc: deprecate Xen support
> >
> > Following the calls on the mailing list:
> >
> >
> https://emea01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fdpd
> k
> > .org%2Fml%2Farchives%2Fdev%2F2017-
> June%2F068151.html&data=02%7C01%7Csh
> >
> ahafs%40mellanox.com%7C729c7cd1d758403fa09708d4db3ee222%7Ca65297
> 1c7d2e
> >
> 4d9ba6a4d149256f461b%7C0%7C0%7C636374510531999709&sdata=YJNGX5G
> 5XIUjci
> > RlDDaqtTAZh3%2FwsKdfaxfdrAi0N78%3D&reserved=0
> > The Technical Board decided to drop Xen dom0 support from EAL:
> >
> >
> https://emea01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fdpd
> k
> > .org%2Fml%2Farchives%2Fdev%2F2017-
> June%2F068615.html&data=02%7C01%7Csh
> >
> ahafs%40mellanox.com%7C729c7cd1d758403fa09708d4db3ee222%7Ca65297
> 1c7d2e
> >
> 4d9ba6a4d149256f461b%7C0%7C0%7C636374510531999709&sdata=7c31%2Ft
> Cfn6cF
> > uBJsLyoIBwiWznmr3rMkzUdN5d87UhI%3D&reserved=0
> >
> > Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
> > Signed-off-by: Jianfeng Tan <jianfeng.tan@intel.com>
> 
> Acked-by: John McNamara <john.mcnamara@intel.com>
> 

Acked-by: Shahaf Shuler <shahafs@mellanox.com>

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

* Re: [PATCH v2] doc: deprecate Xen support
  2017-08-07 14:34     ` Jerin Jacob
@ 2017-08-07 23:56       ` Thomas Monjalon
  0 siblings, 0 replies; 8+ messages in thread
From: Thomas Monjalon @ 2017-08-07 23:56 UTC (permalink / raw)
  To: Tan, Jianfeng; +Cc: dev, Jerin Jacob, Mcnamara, John

> > > Following the calls on the mailing list:
> > > 	http://dpdk.org/ml/archives/dev/2017-June/068151.html
> > > The Technical Board decided to drop Xen dom0 support from EAL:
> > > 	http://dpdk.org/ml/archives/dev/2017-June/068615.html
> > > 
> > > Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
> > > Signed-off-by: Jianfeng Tan <jianfeng.tan@intel.com>
> > 
> > Acked-by: John McNamara <john.mcnamara@intel.com>
> 
> Acked-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>

Applied, thanks

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

end of thread, other threads:[~2017-08-07 23:56 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-03 14:49 [PATCH] doc: deprecate Xen dom0 support Thomas Monjalon
2017-08-03 15:33 ` Tan, Jianfeng
2017-08-03 16:02   ` Thomas Monjalon
2017-08-03 20:38 ` [PATCH v2] doc: deprecate Xen support Jianfeng Tan
2017-08-04 13:44   ` Mcnamara, John
2017-08-07 14:34     ` Jerin Jacob
2017-08-07 23:56       ` Thomas Monjalon
2017-08-07 15:17     ` Shahaf Shuler

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.