From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas@monjalon.net>
Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com
 [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 1FB9D1B2D2
 for <dev@dpdk.org>; Mon,  6 Nov 2017 15:45:33 +0100 (CET)
Received: from compute1.internal (compute1.nyi.internal [10.202.2.41])
 by mailout.nyi.internal (Postfix) with ESMTP id BD01F20B4F;
 Mon,  6 Nov 2017 09:45:32 -0500 (EST)
Received: from frontend1 ([10.202.2.160])
 by compute1.internal (MEProxy); Mon, 06 Nov 2017 09:45:32 -0500
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h=
 cc:date:from:message-id:subject:to:x-me-sender:x-me-sender
 :x-sasl-enc; s=mesmtp; bh=wuIyrTuJ7prIUjLvQ+OizBWyw8iIuR+JDmUCFm
 fzQwg=; b=sGCuxV/EYtlXyTmziUS7bUaN9YyiKeEldBK+APjJtbqbZAgb8Mv7a1
 8klv5hyhXkbF+pxtx8UQGwIScAELrhib5RGHwPhp34YuMKXDQIff41cRpPQFD6PZ
 oy1hzH10RGsit9NpX5nCpOMeqGuJGuU/JZAd78kfVPLf12oGLI5u0=
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=
 messagingengine.com; h=cc:date:from:message-id:subject:to
 :x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=wuIyrTuJ7prIUjLvQ
 +OizBWyw8iIuR+JDmUCFmfzQwg=; b=WRsxU85ArY9Kog+z6H1SCKPu+TTeaS5Xv
 SkCYmv7dYeicEcFTM6hcDKmPGTaDREsVpawKPq/itZlvp752EjINDK2n5Mmajtfc
 nKSBGHi8H4I+/8/fe6oy5wcFRKsAJm7EssKEmuFEdPpiBq6oIoFddG9eatzeE3ft
 wIED2tVDQHQh8xOGj4pCP9hCzyaeS4Sam5fwm0VN2rz70tM6rwZM5j+8Ho/tnCzd
 c0lL6Y6GUytrROeldBRFRTrJ9upGPviVZO57PbG3EYCec1KHvRIJq91pEli5LrLD
 Vv4LO66R39jAj89vaFxPpIuELVwKZJg/5GDLjBlOa/RcX32G4sRHw==
X-ME-Sender: <xms:jHUAWlziKMjj89bXcwN78DDXw-cccDJFvN6gvJHOy3cJOWuTmcE0AQ>
Received: from xps.monjalon.net (184.203.134.77.rev.sfr.net [77.134.203.184])
 by mail.messagingengine.com (Postfix) with ESMTPA id 33AA57FACE;
 Mon,  6 Nov 2017 09:45:32 -0500 (EST)
From: Thomas Monjalon <thomas@monjalon.net>
To: john.mcnamara@intel.com
Cc: dev@dpdk.org
Date: Mon,  6 Nov 2017 15:45:29 +0100
Message-Id: <20171106144529.29623-1-thomas@monjalon.net>
X-Mailer: git-send-email 2.14.2
Subject: [dpdk-dev] [PATCH] doc: move dom0 removal notice in removed items
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Mon, 06 Nov 2017 14:45:33 -0000

Since the release notes has a new section for removed items,
the dom0 removal notice can be moved there.

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

diff --git a/doc/guides/rel_notes/release_17_11.rst b/doc/guides/rel_notes/release_17_11.rst
index b7546e605..7c6cec836 100644
--- a/doc/guides/rel_notes/release_17_11.rst
+++ b/doc/guides/rel_notes/release_17_11.rst
@@ -316,8 +316,6 @@ API Changes
   * Added ``flags`` param in ``rte_mempool_xmem_size`` and
     ``rte_mempool_xmem_usage``.
 
-* Xen dom0 in EAL was removed, as well as xenvirt PMD and vhost_xen.
-
 * ``rte_mem_phy2mch`` was used in Xen dom0 to obtain the physical address;
   remove this API as Xen dom0 support was removed.
 
@@ -452,6 +450,8 @@ Removed Items
    Also, make sure to start the actual text at the margin.
    =========================================================
 
+* Xen dom0 in EAL was removed, as well as xenvirt PMD and vhost_xen.
+
 * The crypto performance unit tests have been removed,
   replaced by the dpdk-test-crypto-perf application.
 
-- 
2.14.2