13 #ifndef ALLOW_EXPERIMENTAL_API
15 #define __rte_experimental \
16 __attribute__((deprecated("Symbol is not yet part of stable ABI"), \
17 section(".text.experimental")))
21 #define __rte_experimental \
22 __attribute__((section(".text.experimental")))