[dpdk-dev] [PATCH] ethdev: reserve space in main structs for extension
Ferruh Yigit
ferruh.yigit at intel.com
Fri Nov 8 10:57:27 CET 2019
On 11/7/2019 10:15 PM, Thomas Monjalon wrote:
> The struct rte_eth_dev and rte_eth_dev_data are supposed
> to be used internally only, but there is a chance that
> increasing their size would break ABI for some applications.
> In order to allow smooth addition of features without breaking
> ABI compatibility, some space is reserved.
>
> Signed-off-by: Thomas Monjalon <thomas at monjalon.net>
Acked-by: Ferruh Yigit <ferruh.yigit at intel.com>
More information about the dev
mailing list