eal/ppc64: define coherent I/O memory barriers
Signed-off-by: Yongseok Koh <yskoh@mellanox.com>
This commit is contained in:
parent
0079e4fb69
commit
cbb3c41628
@ -93,6 +93,10 @@ extern "C" {
|
||||
|
||||
#define rte_io_rmb() rte_rmb()
|
||||
|
||||
#define rte_cio_wmb() rte_wmb()
|
||||
|
||||
#define rte_cio_rmb() rte_rmb()
|
||||
|
||||
/*------------------------- 16 bit atomic operations -------------------------*/
|
||||
/* To be compatible with Power7, use GCC built-in functions for 16 bit
|
||||
* operations */
|
||||
|
Loading…
Reference in New Issue
Block a user