summaryrefslogtreecommitdiffstats
path: root/src/main_dpdk.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main_dpdk.cpp')
-rwxr-xr-xsrc/main_dpdk.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main_dpdk.cpp b/src/main_dpdk.cpp
index e3d13f2b..36d5052e 100755
--- a/src/main_dpdk.cpp
+++ b/src/main_dpdk.cpp
@@ -4215,7 +4215,7 @@ static int stateless_entry(__attribute__((unused)) void *dummy) {
if (lpsock->thread_phy_is_master( phy_id )) {
TrexStateless::get_instance().launch_control_plane();
} else {
- TrexStateless::get_instance().launch_on_dp_core();
+ TrexStateless::get_instance().launch_on_dp_core(phy_id);
}
return (0);