[dpdk-dev] [PATCH v2 2/5] eal: move CPU flag functions out of headers

2016-02-08 Thread Jerin Jacob
On Sat, Feb 06, 2016 at 11:17:10PM +0100, Thomas Monjalon wrote: > The patch c344eab3ee has moved the hardware definition of CPU flags. > Now the functions checking these hardware flags are also moved. > The function rte_cpu_get_flag_enabled() is no more inline. > > The benefits are: > - remove rt

[dpdk-dev] [PATCH v2 2/5] eal: move CPU flag functions out of headers

2016-02-06 Thread Thomas Monjalon
The patch c344eab3ee has moved the hardware definition of CPU flags. Now the functions checking these hardware flags are also moved. The function rte_cpu_get_flag_enabled() is no more inline. The benefits are: - remove rte_cpu_feature_table from the ABI (recently added) - hide hardware details fro