Hello,

I am seeing vlib_node_add_next is getting used in two different ways.

vlib_node_add_next(vm, node_index, next_node_index);

And

foreach_vlib_main (({
next_index = vlib_node_add_next (this_vlib_main, node_index, next_node_index);
}));

The first one (without foreach_vlib_main) calls vlib_node_add_next only for the 
current vm.
Does it mean that the other workers will not have the node_index to 
next_node_index edge in the node graph?

regards!!
_RD
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#14101): https://lists.fd.io/g/vpp-dev/message/14101
Mute This Topic: https://lists.fd.io/mt/34376308/21656
Mute #vpp: https://lists.fd.io/mk?hashtag=vpp&subid=1480452
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to