[dpdk-dev] [PATCH] eal: arm64: introduce RTE_CPUFLAG_ATOMICS

2016-03-05 Thread Thomas Monjalon
2016-03-02 15:06, Jan Viktorin: > On Wed, 2 Mar 2016 18:50:59 +0530 > Jerin Jacob wrote: > > > armv8.1 adds support for new atomic instructions. > > Linux kernel v4.3 onwards, the presence of atomic instruction > > support can detect through HWCAP_ATOMICS > > > > Signed-off-by: Jerin Jacob > Re

[dpdk-dev] [PATCH] eal: arm64: introduce RTE_CPUFLAG_ATOMICS

2016-03-02 Thread Jerin Jacob
armv8.1 adds support for new atomic instructions. Linux kernel v4.3 onwards, the presence of atomic instruction support can detect through HWCAP_ATOMICS Signed-off-by: Jerin Jacob --- app/test/test_cpuflags.c | 3 +++ lib/librte_eal/common/arch/arm/rte_cpuflags.c

[dpdk-dev] [PATCH] eal: arm64: introduce RTE_CPUFLAG_ATOMICS

2016-03-02 Thread Jan Viktorin
On Wed, 2 Mar 2016 18:50:59 +0530 Jerin Jacob wrote: > armv8.1 adds support for new atomic instructions. > Linux kernel v4.3 onwards, the presence of atomic instruction > support can detect through HWCAP_ATOMICS > > Signed-off-by: Jerin Jacob Reviewed-by: Jan Viktorin