git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ceee8e
)
test/memzone: fix copy-paste typo
author
Anatoly Burakov
<anatoly.burakov@intel.com>
Thu, 21 Dec 2017 18:19:43 +0000
(18:19 +0000)
committer
Thomas Monjalon
<thomas@monjalon.net>
Wed, 17 Jan 2018 23:34:29 +0000
(
00:34
+0100)
Fixes:
b77b5639726e
("mem: add huge page sizes for IBM Power")
Cc: stable@dpdk.org
Signed-off-by: Anatoly Burakov <anatoly.burakov@intel.com>
test/test/test_memzone.c
patch
|
blob
|
history
diff --git
a/test/test/test_memzone.c
b/test/test/test_memzone.c
index
68c20dc
..
01bbc4e
100644
(file)
--- a/
test/test/test_memzone.c
+++ b/
test/test/test_memzone.c
@@
-292,7
+292,7
@@
test_memzone_reserve_flags(void)
mz = rte_memzone_reserve("flag_zone_16M_HINT", size,
SOCKET_ID_ANY, RTE_MEMZONE_16MB|RTE_MEMZONE_SIZE_HINT_ONLY);
if (mz == NULL) {
- printf("MEMZONE FLAG
2
MB\n");
+ printf("MEMZONE FLAG
16
MB\n");
return -1;
}
if (mz->hugepage_sz != RTE_PGSIZE_16M) {