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

2019-10-27 Thread Thomas Monjalon
07/10/2019 17:45, 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 [...] > lib/librte_eal/common/include/rte_compat.h| 70 --

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

2019-10-07 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