eventdev: reserve space in main structs for extension
authorJerin Jacob <jerinj@marvell.com>
Fri, 8 Nov 2019 16:56:03 +0000 (22:26 +0530)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 12 Nov 2019 02:36:32 +0000 (03:36 +0100)
commit6f26f8a0ec4f9f85dd294ae96d38de0cf1d71791
tree1f325fcef474c3bd1475e69ea57fc17211f64f59
parent0d20cda8a935d0df3c6e483422151705200907d0
eventdev: reserve space in main structs for extension

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.

Signed-off-by: Jerin Jacob <jerinj@marvell.com>
lib/librte_eventdev/rte_eventdev.h