[dpdk-dev] [PATCH v2 1/4] doc: add note on prefixing ESP tail structure

David Marchand david.marchand at redhat.com
Wed Oct 23 15:39:58 CEST 2019


Fixes: 7dde68cf0e13 ("net: add missing rte prefix for ESP tail")

Signed-off-by: David Marchand <david.marchand at redhat.com>
---
 doc/guides/rel_notes/release_19_11.rst | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/doc/guides/rel_notes/release_19_11.rst b/doc/guides/rel_notes/release_19_11.rst
index 40121b9..d63413b 100644
--- a/doc/guides/rel_notes/release_19_11.rst
+++ b/doc/guides/rel_notes/release_19_11.rst
@@ -162,6 +162,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.
 
-- 
1.8.3.1



More information about the dev mailing list