Re: [PATCH v14 01/13] eal/linux: add interrupt vectors support in intr_handle
From: Thomas Monjalon <hidden>
Date: 2015-07-19 23:32:43
From: Thomas Monjalon <hidden>
Date: 2015-07-19 23:32:43
2015-07-17 14:16, Cunming Liang:
+#ifdef RTE_NEXT_ABI + /** + * RTE_NEXT_ABI will be removed from v2.2. + * It's only used to avoid ABI(unannounced) broken in v2.1. + * Make sure being aware of the impact before turning on the feature. + */
We are not going to put this comment each time NEXT_ABI is used with ifdef.