eal/ppc64: define coherent I/O memory barriers
authorYongseok Koh <yskoh@mellanox.com>
Thu, 25 Jan 2018 21:02:45 +0000 (13:02 -0800)
committerThomas Monjalon <thomas@monjalon.net>
Sun, 28 Jan 2018 07:30:23 +0000 (08:30 +0100)
Signed-off-by: Yongseok Koh <yskoh@mellanox.com>
lib/librte_eal/common/include/arch/ppc_64/rte_atomic.h

index 150810c..f38618f 100644 (file)
@@ -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 */