eal/arm64: define I/O device memory barriers
CC: Jianbo Liu <jianbo.liu@linaro.org> Signed-off-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>
This commit is contained in:
parent
67ce81bd3d
commit
2cf953cfd8
@ -88,6 +88,12 @@ static inline void rte_rmb(void)
|
||||
|
||||
#define rte_smp_rmb() dmb(ishld)
|
||||
|
||||
#define rte_io_mb() rte_mb()
|
||||
|
||||
#define rte_io_wmb() rte_wmb()
|
||||
|
||||
#define rte_io_rmb() rte_rmb()
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user