https://bugs.linaro.org/show_bug.cgi?id=3637

--- Comment #2 from bearrail...@gmail.com ---
I create own threads with pthread_create().
Those threads call odp_schedule() in a forever loop inside.
I don't call odp_init_local() from them and don't create any ODP_WORKER
threads.
So I call odp_init_local(format_data->odp_instance, ODP_THREAD_CONTROL)
just once to create ODP_CONTROL_THREAD
Actually the idea was to avoid creating odp worker threads and just call
odp_schedule from own created threads. I took it from the doc:
https://www.opendataplane.org/application-writers/users-guide/index.html#pktio-input-and-output-modes
Is it a wrong assumption and I have to call odp_schedule() only from ODP_WORKER
threads?

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Reply via email to