thanks a lot to xiyun!
which kind of scenario you want to pass the pkt from work thread to main
thread. Although the pkt is already processed by work thread and still need to
put it to main thread for further processing?
What’s your real caseJ
//In fact, our use case is that, we wanna
Yes, I realize that, it could be work. Thanks to hongjun.
But vl_api_rpc_call_main_thread will degrade packet handling performance in
worker thread, I don't know if there is a common and high performance way to do
this?
And also I guess vlib_process_signal_event can only be used in main thre