DPDK patches and discussions
 help / color / mirror / Atom feed
From: "Laatz, Kevin" <kevin.laatz@intel.com>
To: Ciara Power <ciara.power@intel.com>, bruce.richardson@intel.com
Cc: dev@dpdk.org
Subject: Re: [dpdk-dev] [PATCH 1/5] telemetry: keep telemetry threads separate from data plane
Date: Mon, 18 May 2020 15:52:22 +0100	[thread overview]
Message-ID: <dd6c5ea7-5cb6-b5e1-8f3d-cc7ec2a4403d@intel.com> (raw)
In-Reply-To: <20200512152902.70211-2-ciara.power@intel.com>

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

  reply	other threads:[~2020-05-18 14:52 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-12 15:28 [dpdk-dev] [PATCH 0/5] small fixes for telemetry rework Ciara Power
2020-05-12 15:28 ` [dpdk-dev] [PATCH 1/5] telemetry: keep telemetry threads separate from data plane Ciara Power
2020-05-18 14:52   ` Laatz, Kevin [this message]
2020-05-12 15:28 ` [dpdk-dev] [PATCH 2/5] telemetry: fix error checking for strchr function Ciara Power
2020-05-18 14:52   ` Laatz, Kevin
2020-05-12 15:29 ` [dpdk-dev] [PATCH 3/5] telemetry: fix closing socket fd on error Ciara Power
2020-05-18 14:52   ` Laatz, Kevin
2020-05-12 15:29 ` [dpdk-dev] [PATCH 4/5] telemetry: fix checking error return for socket creation Ciara Power
2020-05-18 14:53   ` Laatz, Kevin
2020-05-12 15:29 ` [dpdk-dev] [PATCH 5/5] telemetry: fix buffer overrun if max bytes read Ciara Power
2020-05-18 14:53   ` Laatz, Kevin
2020-05-19 12:31 ` [dpdk-dev] [PATCH 0/5] small fixes for telemetry rework Thomas Monjalon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=dd6c5ea7-5cb6-b5e1-8f3d-cc7ec2a4403d@intel.com \
    --to=kevin.laatz@intel.com \
    --cc=bruce.richardson@intel.com \
    --cc=ciara.power@intel.com \
    --cc=dev@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).