From: Thomas Monjalon <thomas@monjalon.net>
To: dev@dpdk.org
Cc: Ciara Power <ciara.power@intel.com>,
Bruce Richardson <bruce.richardson@intel.com>,
"Min Hu (Connor)" <humin29@huawei.com>,
Chengwen Feng <fengchengwen@huawei.com>,
dmitry.kozliuk@gmail.com
Subject: Re: [dpdk-dev] [PATCH] telemetry: fix build on FreeBSD < 12.2
Date: Wed, 21 Apr 2021 20:14:55 +0200 [thread overview]
Message-ID: <2789341.IQfp6hoY7a@thomas> (raw)
In-Reply-To: <20210421181157.1634301-1-thomas@monjalon.net>
21/04/2021 20:11, Thomas Monjalon:
> The function pthread_setname_np() was originally not available on
> FreeBSD. It has been added in FreeBSD 12.2:
> https://svnweb.freebsd.org/base?view=revision&revision=362264
>
> The EAL implementation of rte_thread_setname() is duplicated
> in the telemetry library, which does not depend on EAL,
> so the compilation is safe in all systems.
>
> Fixes: 5da7736f8c53 ("telemetry: set socket listener thread name")
>
> Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Applied quickly.
prev parent reply other threads:[~2021-04-21 18:15 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-21 18:11 [dpdk-dev] [PATCH] telemetry: fix build on FreeBSD < 12.2 Thomas Monjalon
2021-04-21 18:14 ` Thomas Monjalon [this message]
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=2789341.IQfp6hoY7a@thomas \
--to=thomas@monjalon.net \
--cc=bruce.richardson@intel.com \
--cc=ciara.power@intel.com \
--cc=dev@dpdk.org \
--cc=dmitry.kozliuk@gmail.com \
--cc=fengchengwen@huawei.com \
--cc=humin29@huawei.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.