eal/x86: define coherent I/O memory barriers
Signed-off-by: Yongseok Koh <yskoh@mellanox.com>
This commit is contained in:
parent
cd36cc49e5
commit
0079e4fb69
@ -39,6 +39,10 @@ extern "C" {
|
||||
|
||||
#define rte_io_rmb() rte_compiler_barrier()
|
||||
|
||||
#define rte_cio_wmb() rte_compiler_barrier()
|
||||
|
||||
#define rte_cio_rmb() rte_compiler_barrier()
|
||||
|
||||
/*------------------------- 16 bit atomic operations -------------------------*/
|
||||
|
||||
#ifndef RTE_FORCE_INTRINSICS
|
||||
|
Loading…
Reference in New Issue
Block a user