From: David Marchand Date: Wed, 23 Oct 2019 13:39:58 +0000 (+0200) Subject: doc: add note on prefixing ESP tail structure X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=1ba862930ad9893de32b6b7c6722b69d109cb7db;p=dpdk.git doc: add note on prefixing ESP tail structure Fixes: 7dde68cf0e13 ("net: add missing rte prefix for ESP tail") Cc: stable@dpdk.org Signed-off-by: David Marchand Reviewed-by: Ferruh Yigit --- diff --git a/doc/guides/rel_notes/release_19_11.rst b/doc/guides/rel_notes/release_19_11.rst index c14a08af4f..007a0c8f87 100644 --- a/doc/guides/rel_notes/release_19_11.rst +++ b/doc/guides/rel_notes/release_19_11.rst @@ -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.