[v2,1/4] doc: add note on prefixing ESP tail structure

Message ID 1571838001-591-2-git-send-email-david.marchand@redhat.com (mailing list archive)
State Accepted, archived
Delegated to: Ferruh Yigit
Headers
Series net definitions fixes |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/iol-intel-Performance success Performance Testing PASS
ci/iol-compilation success Compile Testing PASS
ci/iol-mellanox-Performance fail Performance Testing issues

Commit Message

David Marchand Oct. 23, 2019, 1:39 p.m. UTC
  Fixes: 7dde68cf0e13 ("net: add missing rte prefix for ESP tail")

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

Patch

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.