aboutsummaryrefslogtreecommitdiffstats
path: root/examples/l4fwd/lcore.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/l4fwd/lcore.h')
-rw-r--r--examples/l4fwd/lcore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/l4fwd/lcore.h b/examples/l4fwd/lcore.h
index 8d69c4f..7ae1943 100644
--- a/examples/l4fwd/lcore.h
+++ b/examples/l4fwd/lcore.h
@@ -478,7 +478,7 @@ netfe_lcore_fill(struct lcore_prm prm[RTE_MAX_LCORE],
return -EINVAL;
}
- if (rte_get_master_lcore() != lc &&
+ if (rte_get_main_lcore() != lc &&
rte_eal_get_lcore_state(lc) == RUNNING) {
RTE_LOG(ERR, USER1,
"%s(line=%u): lcore %u already in use\n",