From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id C1BF93253 for ; Thu, 3 Aug 2017 22:36:49 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga105.fm.intel.com with ESMTP; 03 Aug 2017 13:36:47 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,317,1498546800"; d="scan'208";a="295476644" Received: from dpdk06.sh.intel.com ([10.67.111.82]) by fmsmga004.fm.intel.com with ESMTP; 03 Aug 2017 13:36:46 -0700 From: Jianfeng Tan To: dev@dpdk.org Cc: Jianfeng Tan , Thomas Monjalon Date: Thu, 3 Aug 2017 20:38:10 +0000 Message-Id: <1501792690-9398-1-git-send-email-jianfeng.tan@intel.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <20170803144950.14827-1-thomas@monjalon.net> References: <20170803144950.14827-1-thomas@monjalon.net> Subject: [dpdk-dev] [PATCH v2] doc: deprecate Xen 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 20:36:50 -0000 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 Signed-off-by: Jianfeng Tan --- 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