Re: [dpdk-dev] [PATCH] eventdev: reserve space in main structs for extension

2019-11-11 Thread Thomas Monjalon
08/11/2019 17:56, jer...@marvell.com: > From: Jerin Jacob > > The struct rte_eventdev and rte_eventdev_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

[dpdk-dev] [PATCH] eventdev: reserve space in main structs for extension

2019-11-08 Thread jerinj
From: Jerin Jacob The struct rte_eventdev and rte_eventdev_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