Re: [dpdk-dev] [PATCH 1/5] telemetry: keep telemetry threads separate from data plane

2020-05-18 Thread Laatz, Kevin
On 12/05/2020 16:28, Ciara Power wrote: The threads for listening on the telemetry sockets are control threads and should be separated from those on the data plane. Since telemetry cannot use the rte_ctrl_thread_create() API, as it does not depend on EAL, we pass the ctrl thread cpu_set to teleme

[dpdk-dev] [PATCH 1/5] telemetry: keep telemetry threads separate from data plane

2020-05-12 Thread Ciara Power
The threads for listening on the telemetry sockets are control threads and should be separated from those on the data plane. Since telemetry cannot use the rte_ctrl_thread_create() API, as it does not depend on EAL, we pass the ctrl thread cpu_set to telemetry init and use it directly to ensure tha