Re: [dpdk-dev] [PATCH 1/2] eal: split compat header file

2019-09-27 Thread Bruce Richardson
On Fri, Sep 27, 2019 at 08:49:31PM +0100, Bruce Richardson wrote: > The compat.h header file provided macros for two purposes: > 1. it provided the macros for marking functions as rte_experimental > 2. it provided the macros for doing function versioning > > Although these were in the same file, #

[dpdk-dev] [PATCH 1/2] eal: split compat header file

2019-09-27 Thread Bruce Richardson
The compat.h header file provided macros for two purposes: 1. it provided the macros for marking functions as rte_experimental 2. it provided the macros for doing function versioning Although these were in the same file, #1 is something that is for use by public header files, which #2 is for inter