Hi,

The function, vl_api_rpc_call_main_thread, is useful to do message
transfer from worker thread to the main thread.

Is there any mechanism where I can call a function in worker thread
from the main thread ? That is, just the reverse of the above.

I can use interrupts (vlib_node_set_interrupt_pending) but I can't
send any data with the interrupt I suppose.

So basically I want to find out if there is any infra available where
I can send some data to my worker thread from the main thread instead
of creating a frame of data and enqueueing it the normal way to the
worker towards a node.

Regards
-Prashant
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#11194): https://lists.fd.io/g/vpp-dev/message/11194
Mute This Topic: https://lists.fd.io/mt/28079125/21656
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