[dpdk-dev] [PATCH v2 3/5] eal/arm: adapt CPU flags check to the arch

2016-02-08 Thread Jerin Jacob
On Sat, Feb 06, 2016 at 11:17:11PM +0100, Thomas Monjalon wrote: > The structure feature_entry does not need leaf/subleaf > which were copied from x86 CPUID implementation. > > On x86, a valid flag is detected with the non-zero leaf value. > This check is replaced by a check with a dummy "none" re

[dpdk-dev] [PATCH v2 3/5] eal/arm: adapt CPU flags check to the arch

2016-02-06 Thread Thomas Monjalon
The structure feature_entry does not need leaf/subleaf which were copied from x86 CPUID implementation. On x86, a valid flag is detected with the non-zero leaf value. This check is replaced by a check with a dummy "none" register. Signed-off-by: Thomas Monjalon --- lib/librte_eal/common/arch/ar