numam-dpdk/drivers/mempool
Pavan Nikhilesh 29893042c2 mempool/octeontx2: fix clang build for arm64
The ARMv8.1 CASP instruction works with even register pairs and since
there no register constraint in older versions of GCC/Clang, use
explicit register allocation to satisfy CASP requirements.
Remove function level optimization specification as Clang doesn't have
support for it and explicit register allocation removes the need for it.

Fixes build issue with arm64-armv8a-linux-clang.

Fixes: ee338015e7 ("mempool/octeontx2: add optimized dequeue operation for arm64")

Reported-by: Gavin Hu <gavin.hu@arm.com>
Signed-off-by: Pavan Nikhilesh <pbhagavatula@marvell.com>
Acked-by: Jerin Jacob <jerinj@marvell.com>
2019-07-05 10:55:46 +02:00
..
bucket mempool/bucket: do not allow one lcore to grab all buckets 2018-04-26 23:34:07 +02:00
dpaa mempool/dpaa: fix leak in pool creation failure 2019-07-04 17:20:33 +02:00
dpaa2 drivers: add reasons for components being disabled 2019-07-02 23:21:11 +02:00
octeontx use registered name for OCTEON TX references 2018-10-26 14:16:05 +02:00
octeontx2 mempool/octeontx2: fix clang build for arm64 2019-07-05 10:55:46 +02:00
ring build: replace license text with SPDX tag 2018-01-30 21:58:59 +01:00
stack mempool/stack: add lock-free stack mempool handler 2019-04-04 22:06:16 +02:00
Makefile mempool/octeontx2: add build infra and device probe 2019-06-25 23:35:57 +02:00
meson.build mempool/octeontx2: add build infra and device probe 2019-06-25 23:35:57 +02:00