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

Laatz, Kevin kevin.laatz at intel.com
Mon May 18 16:52:22 CEST 2020


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 telemetry init and use it
> directly to ensure that telemetry cannot interfere with the data plane
> threads.
>
> Signed-off-by: Ciara Power <ciara.power at intel.com>
> ---
>   lib/librte_eal/freebsd/eal.c         |  3 ++-
>   lib/librte_eal/linux/eal.c           |  3 ++-
>   lib/librte_telemetry/rte_telemetry.h |  3 ++-
>   lib/librte_telemetry/telemetry.c     | 13 ++++++++-----
>   4 files changed, 14 insertions(+), 8 deletions(-)
>
Acked-by: Kevin Laatz <kevin.laatz at intel.com>


More information about the dev mailing list