On 11/11/2019 7:26 AM, Thomas Monjalon wrote: > In order to allow smooth addition of features without breaking > ABI compatibility, some space is reserved in several core structs > of ethdev API. > > 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. > > Signed-off-by: Thomas Monjalon <tho...@monjalon.net>
Acked-by: Ferruh Yigit <ferruh.yi...@intel.com>