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.po...@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.la...@intel.com>

Reply via email to