doc: add note on prefixing ESP tail structure

Fixes: 7dde68cf0e ("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>
This commit is contained in:
David Marchand 2019-10-23 15:39:58 +02:00 committed by Ferruh Yigit
parent 22a0763673
commit 1ba862930a

View 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.