]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_eal/linuxapp/eal/include/exec-env/rte_kni_common.h
kni: fix kernel FIFO synchronization
[dpdk.git] / lib / librte_eal / linuxapp / eal / include / exec-env / rte_kni_common.h
index cfa9448bd0817037685a92bf074be79f43899f95..58e8533bec66abddb05198835f51c2b08dcd2dad 100644 (file)
@@ -8,6 +8,7 @@
 
 #ifdef __KERNEL__
 #include <linux/if.h>
+#include <asm/barrier.h>
 #define RTE_STD_C11
 #else
 #include <rte_common.h>