eal/arm: add byte order operations for ARM
authorVlastimil Kosar <kosar@rehivetech.com>
Mon, 2 Nov 2015 23:47:15 +0000 (00:47 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 18 Nov 2015 21:38:05 +0000 (22:38 +0100)
commitde966ccdcd7fc792d0e9b675b001cb5a98a96bdf
treea11d4430c6990eb3b7ed868e1d4187846caae75f
parent2d1232571112059ceabe4c68b83031e77d4b424a
eal/arm: add byte order operations for ARM

This patch adds architecture specific byte order operations
for ARM. The architecture supports both big and little endian.
It requires RTE_FORCE_INTRINSICS=y.

Signed-off-by: Vlastimil Kosar <kosar@rehivetech.com>
Signed-off-by: Jan Viktorin <viktorin@rehivetech.com>
Acked-by: David Marchand <david.marchand@6wind.com>
lib/librte_eal/common/include/arch/arm/rte_byteorder.h [new file with mode: 0644]