aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-dpdk/odp_thread.c
diff options
context:
space:
mode:
Diffstat (limited to 'platform/linux-dpdk/odp_thread.c')
-rw-r--r--platform/linux-dpdk/odp_thread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/linux-dpdk/odp_thread.c b/platform/linux-dpdk/odp_thread.c
index 59394b3e4..7ab41cf72 100644
--- a/platform/linux-dpdk/odp_thread.c
+++ b/platform/linux-dpdk/odp_thread.c
@@ -76,7 +76,7 @@ int _odp_thread_init_global(void)
if (num_max > ODP_THREAD_COUNT_MAX)
num_max = ODP_THREAD_COUNT_MAX;
- shm = odp_shm_reserve("_odp_thread_globals",
+ shm = odp_shm_reserve("_odp_thread_global",
sizeof(thread_globals_t),
ODP_CACHE_LINE_SIZE, 0);