mk: define cache size for IBM Power
authorChao Zhu <chaozhu@linux.vnet.ibm.com>
Tue, 25 Nov 2014 22:17:13 +0000 (17:17 -0500)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 26 Nov 2014 20:50:10 +0000 (21:50 +0100)
IBM Power architecture has different cache line size (128 bytes) than
x86 (64 bytes). This patch defines CACHE_LINE_SIZE to 128 bytes to
override the default value 64 bytes to support IBM Power Architecture.

Signed-off-by: Chao Zhu <chaozhu@linux.vnet.ibm.com>
Acked-by: David Marchand <david.marchand@6wind.com>
app/test/test_malloc.c
mk/arch/ppc_64/rte.vars.mk

index ee34ca3..63e6b32 100644 (file)
@@ -300,9 +300,9 @@ test_big_alloc(void)
        size_t size =rte_str_to_size(MALLOC_MEMZONE_SIZE)*2;
        int align = 0;
 #ifndef RTE_LIBRTE_MALLOC_DEBUG
-       int overhead = 64 + 64;
+       int overhead = CACHE_LINE_SIZE + CACHE_LINE_SIZE;
 #else
-       int overhead = 64 + 64 + 64;
+       int overhead = CACHE_LINE_SIZE + CACHE_LINE_SIZE + CACHE_LINE_SIZE;
 #endif
 
        rte_malloc_get_socket_stats(socket, &pre_stats);
@@ -356,9 +356,9 @@ test_multi_alloc_statistics(void)
 #ifndef RTE_LIBRTE_MALLOC_DEBUG
        int trailer_size = 0;
 #else
-       int trailer_size = 64;
+       int trailer_size = CACHE_LINE_SIZE;
 #endif
-       int overhead = 64 + trailer_size;
+       int overhead = CACHE_LINE_SIZE + trailer_size;
 
        rte_malloc_get_socket_stats(socket, &pre_stats);
 
index 363fcd1..dfdeaea 100644 (file)
@@ -32,7 +32,7 @@
 ARCH  ?= powerpc
 CROSS ?=
 
-CPU_CFLAGS  ?= -m64
+CPU_CFLAGS  ?= -m64 -DCACHE_LINE_SIZE=128
 CPU_LDFLAGS ?=
 CPU_ASFLAGS ?= -felf64