summaryrefslogtreecommitdiff
path: root/service/src/node.c
diff options
context:
space:
mode:
Diffstat (limited to 'service/src/node.c')
-rw-r--r--service/src/node.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/service/src/node.c b/service/src/node.c
index dba70be..a38a1fa 100644
--- a/service/src/node.c
+++ b/service/src/node.c
@@ -168,6 +168,8 @@ int32_t node_manager_pkt_graph_service_entry(void * args)
rte_graph_walk(graph_object);
}
+ /* mark the lcore is alive */
+ rte_keepalive_mark_alive(sc->keepalive);
return 0;
}