From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Tan, Jianfeng" Subject: Re: [PATCH] doc: deprecate Xen dom0 support Date: Thu, 3 Aug 2017 08:33:30 -0700 Message-ID: <9bc57c1c-445f-587e-028e-52368d83e678@intel.com> References: <20170803144950.14827-1-thomas@monjalon.net> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Thomas Monjalon Return-path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 86262324B for ; Thu, 3 Aug 2017 17:33:32 +0200 (CEST) In-Reply-To: <20170803144950.14827-1-thomas@monjalon.net> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "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 > --- > 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: >