test/memzone: fix copy-paste typo
authorAnatoly Burakov <anatoly.burakov@intel.com>
Thu, 21 Dec 2017 18:19:43 +0000 (18:19 +0000)
committerThomas 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

index 68c20dc..01bbc4e 100644 (file)
@@ -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 2MB\n");
+                       printf("MEMZONE FLAG 16MB\n");
                        return -1;
                }
                if (mz->hugepage_sz != RTE_PGSIZE_16M) {