From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Aug 2017 08:33:30 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,316,1498546800"; d="scan'208";a="115234409" Received: from tanjianf-mobl.ccr.corp.intel.com (HELO [10.24.12.61]) ([10.24.12.61]) by orsmga004.jf.intel.com with ESMTP; 03 Aug 2017 08:33:30 -0700 To: Thomas Monjalon References: <20170803144950.14827-1-thomas@monjalon.net> Cc: dev@dpdk.org From: "Tan, Jianfeng" Message-ID: <9bc57c1c-445f-587e-028e-52368d83e678@intel.com> Date: Thu, 3 Aug 2017 08:33:30 -0700 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <20170803144950.14827-1-thomas@monjalon.net> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] doc: deprecate Xen dom0 support X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Aug 2017 15:33:33 -0000 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: >