eal: switch to architecture specific pause function
authorJerin Jacob <jerin.jacob@caviumnetworks.com>
Mon, 5 Jun 2017 08:58:43 +0000 (14:28 +0530)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 3 Jul 2017 21:58:51 +0000 (23:58 +0200)
commit577329e66b9f1e1c227c0f6cb76fe47bb8f8c38c
treef49cd63700c2efd452580c1f7c162695c79a3010
parentad0c2413866c058370294188751f26016ff64bc9
eal: switch to architecture specific pause function

Remove rte_pause() definition from rte_common.h and
switchover to architecture specific rte_pause.h

Signed-off-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>
29 files changed:
examples/distributor/main.c
examples/l2fwd-jobstats/main.c
examples/performance-thread/l3fwd-thread/main.c
examples/tep_termination/main.c
examples/vhost/main.c
examples/vhost_xen/main.c
lib/librte_distributor/rte_distributor.c
lib/librte_distributor/rte_distributor_v20.c
lib/librte_eal/common/eal_common_launch.c
lib/librte_eal/common/eal_common_timer.c
lib/librte_eal/common/include/arch/ppc_64/rte_spinlock.h
lib/librte_eal/common/include/arch/x86/rte_spinlock.h
lib/librte_eal/common/include/generic/rte_rwlock.h
lib/librte_eal/common/include/generic/rte_spinlock.h
lib/librte_eal/common/include/rte_common.h
lib/librte_eal/common/include/rte_eal_memconfig.h
lib/librte_eal/linuxapp/eal/eal_interrupts.c
lib/librte_hash/rte_cuckoo_hash.c
lib/librte_ring/rte_ring.h
lib/librte_timer/rte_timer.c
test/test/test_common.c
test/test/test_cryptodev.c
test/test/test_cryptodev_blockcipher.c
test/test/test_distributor_perf.c
test/test/test_eventdev_sw.c
test/test/test_ring_perf.c
test/test/test_timer.c
test/test/test_timer_perf.c
test/test/test_timer_racecond.c