*
I think you can query who stopped the current node's time wheel.
always_inline void *
vlib_process_signal_event_helper (vlib_node_main_t * nm,
vlib_node_t * n,
vlib_process_t * p,
uword t,
uword n_data_elts, uword n_data_elt_bytes)
{
if (add_to_pending)
{
u32 x = vlib_timing_wheel_data_set_suspended_process (n->runtime_index);
p->flags = p_flags | VLIB_PROCESS_RESUME_PENDING;
vec_add1 (nm->data_from_advancing_timing_wheel, x);
if (delete_from_wheel){
TW (tw_timer_stop) ((TWT (tw_timer_wheel) *) nm->timing_wheel,
p->stop_timer_handle);
*vlib_process_t *p1 = vec_elt (nm->processes, vlib_get_node_by_name(vm,
"rtb-vpp-epoll-process”)-> runtime_index);*
*If ((p != p1 && (p-> stop_timer_handle == p1 -> stop_timer_handle))*
*{*
*ASSERT();*
*}*
}
}
}
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#22681): https://lists.fd.io/g/vpp-dev/message/22681
Mute This Topic: https://lists.fd.io/mt/97032803/21656
Group Owner: [email protected]
Unsubscribe: https://lists.fd.io/g/vpp-dev/leave/1480452/21656/631435203/xyzzy
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-