eal: introduce architecture specific pause function
authorJerin Jacob <jerin.jacob@caviumnetworks.com>
Mon, 5 Jun 2017 08:58:38 +0000 (14:28 +0530)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 3 Jul 2017 21:57:49 +0000 (23:57 +0200)
commit841e7ae58035395298765e47d1848404ce741ec3
tree18666316612acdb96aca770a6a1582f8222f21a0
parent1fbf4c1feeb43a885208af40f6bd0fba65d11ef7
eal: introduce architecture specific pause function

Each architecture may have different instructions for optimized
and power consumption aware rte_pause() implementation.

Signed-off-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>
doc/api/doxy-api-index.md
lib/librte_eal/common/Makefile
lib/librte_eal/common/include/generic/rte_pause.h [new file with mode: 0644]