mbuf: get DMA address
[dpdk.git] / config / common_linuxapp
index bf1bb6e..26df137 100644 (file)
@@ -74,14 +74,14 @@ CONFIG_RTE_ARCH_STRICT_ALIGN=n
 CONFIG_RTE_BUILD_SHARED_LIB=n
 
 #
-# Combine to one single library
+# Use newest code breaking previous ABI
 #
-CONFIG_RTE_BUILD_COMBINE_LIBS=n
+CONFIG_RTE_NEXT_ABI=y
 
 #
-# Use newest code breaking previous ABI
+# Machine's cache line size
 #
-CONFIG_RTE_NEXT_ABI=y
+CONFIG_RTE_CACHE_LINE_SIZE=64
 
 #
 # Compile Environment Abstraction Layer
@@ -100,7 +100,6 @@ CONFIG_RTE_EAL_ALWAYS_PANIC_ON_ERROR=n
 CONFIG_RTE_EAL_IGB_UIO=y
 CONFIG_RTE_EAL_VFIO=y
 CONFIG_RTE_MALLOC_DEBUG=n
-
 # Default driver path (or "" to disable)
 CONFIG_RTE_EAL_PMD_PATH=""