doc: add note on prefixing ESP tail structure
authorDavid Marchand <david.marchand@redhat.com>
Wed, 23 Oct 2019 13:39:58 +0000 (15:39 +0200)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 25 Oct 2019 17:00:22 +0000 (19:00 +0200)
Fixes: 7dde68cf0e13 ("net: add missing rte prefix for ESP tail")
Cc: stable@dpdk.org
Signed-off-by: David Marchand <david.marchand@redhat.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
doc/guides/rel_notes/release_19_11.rst

index c14a08a..007a0c8 100644 (file)
@@ -274,6 +274,8 @@ API Changes
    Also, make sure to start the actual text at the margin.
    =========================================================
 
+* The network structure ``esp_tail`` has been prefixed by ``rte_``.
+
 * ethdev: changed ``rte_eth_dev_infos_get`` return value from ``void`` to
   ``int`` to provide a way to report various error conditions.