Hi Madhi,
have a read of;
vlib/vlib/vlib_process_doc.h
that might be what you want.
regards,
neale
On 19/10/16 09:52, mahdi akrami wrote:
Hi all,
I studied multi-threading in VPP. As I understood we can define and use threads
just for handling NICs (queues). How can I define a thread for d
Hi all,
I studied multi-threading in VPP. As I understood we can define and use
threads just for handling NICs (queues). How can I define a thread for
doing other jobs periodically on shared memory created by other typical VPP
threads?
Please reply!
Thanks
Mahdi
__