Skip to content
Snippets Groups Projects
Commit 14cb165a authored by Lucas A. M. Magalhaes's avatar Lucas A. M. Magalhaes
Browse files

test: fix pmempool_sync for ppc64le

parent d7a349a9
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@ POOLSET=$DIR/pool0.set
M=$(( 1024 * 1024 ))
M20=$(( 20 * $M ))
M40=$(( 40 * $M ))
POOL_HEADER_OFFSET=4096
POOL_HEADER_OFFSET=$(getconf PAGE_SIZE)
ADDR_MASK=0xFFFFF000
# Create poolset file
......
......@@ -33,7 +33,8 @@ Pool set UUID : $(nW)
PMEM OBJ Header:
Layout : OBJ_LAYOUT$(nW)
Lanes offset : 0x2000
$(OPT)Lanes offset : 0x2000
$(OPX)Lanes offset : 0x20000
Number of lanes : 1024
Heap offset : $(nW)
Heap size : $(nW)
......
......@@ -34,7 +34,8 @@ Pool set UUID : $(nW)
PMEM OBJ Header:
Layout : OBJ_LAYOUT$(nW)
Lanes offset : 0x2000
$(OPT)Lanes offset : 0x2000
$(OPX)Lanes offset : 0x20000
Number of lanes : 1024
Heap offset : $(nW)
Heap size : $(nW)
......
......@@ -32,7 +32,8 @@ Pool set UUID : $(nW)
PMEM OBJ Header:
Layout : OBJ_LAYOUT$(nW)
Lanes offset : 0x2000
$(OPT)Lanes offset : 0x2000
$(OPX)Lanes offset : 0x20000
Number of lanes : 1024
Heap offset : $(nW)
Heap size : $(nW)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment