Hello guys I have a question regarding thread context.
I have a node that uses the function “vlib_put_frame_to_node()” to “move” the frame forward to the next node. My problem is that I want it to run in a context of worker thread instead of the main_vpp thread. Can I run the whole node in a context of worker thread or can I dispatch the frame next To the worker thread to handle?
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14920): https://lists.fd.io/g/vpp-dev/message/14920 Mute This Topic: https://lists.fd.io/mt/68797792/21656 Group Owner: [email protected] Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
