doc: move dom0 removal notice in removed items
authorThomas Monjalon <thomas@monjalon.net>
Mon, 6 Nov 2017 14:45:29 +0000 (15:45 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 8 Nov 2017 01:46:49 +0000 (02:46 +0100)
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

index 8fd85bc..e6e4407 100644 (file)
@@ -355,8 +355,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.
 
@@ -512,6 +510,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.