I think you can assert in this function:,

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);

** *P2 = vlib_get_node_by_name(vm, "rtb-vpp-epoll-process”)-> 
stop_timer_handle);*

*If ((p != p1 && (p-> stop_timer_handle == p2 -> stop_timer_handle))*

*{*

*ASSERT();*

*}*

}

....

}
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#22680): https://lists.fd.io/g/vpp-dev/message/22680
Mute This Topic: https://lists.fd.io/mt/97032803/21656
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/leave/1480452/21656/631435203/xyzzy 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to