From: David Marchand <david.marchand@redhat.com>
To: Tyler Retzlaff <roretzla@linux.microsoft.com>
Cc: dev <dev@dpdk.org>, Thomas Monjalon <thomas@monjalon.net>,
Dmitry Kozlyuk <dmitry.kozliuk@gmail.com>,
"Burakov, Anatoly" <anatoly.burakov@intel.com>
Subject: Re: [PATCH v3 0/2] add thread priority accessors
Date: Tue, 7 Jun 2022 12:39:10 +0200 [thread overview]
Message-ID: <CAJFAV8xFSPh_zbHFiffwkw=sv9TtCvuKrDYDu0U7Pqfphqs4+w@mail.gmail.com> (raw)
In-Reply-To: <1653390517-4033-1-git-send-email-roretzla@linux.microsoft.com>
On Tue, May 24, 2022 at 1:09 PM Tyler Retzlaff
<roretzla@linux.microsoft.com> wrote:
>
> this series introduces accessors for get and set of thread
> priority based on original patches from Narcisa Vasile.
>
> v3:
> * synchronize exit of thread_main to maintain thread
> life for duration of affinity and priority tests.
> * fix test check of errno return value should be
> non-negative ENOTSUP instead of -ENOTSUP
>
> v2:
> * fix typo in test assert string mistmatch -> mismatch
> * add new experimental exports names to lib/eal/version.map
>
> Tyler Retzlaff (2):
> eal: get/set thread priority per thread identifier
> test/threads: add unit test for get set priority
>
> app/test/test_threads.c | 57 +++++++++++++++++++
> lib/eal/include/rte_thread.h | 50 +++++++++++++++++
> lib/eal/unix/rte_thread.c | 101 +++++++++++++++++++++++++++++++++
> lib/eal/version.map | 2 +
> lib/eal/windows/rte_thread.c | 130 +++++++++++++++++++++++++++++++++++++++++++
> 5 files changed, 340 insertions(+)
Series applied, thanks.
--
David Marchand
prev parent reply other threads:[~2022-06-07 10:39 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-23 10:46 [PATCH " Tyler Retzlaff
2022-05-23 10:46 ` [PATCH 1/2] eal: get/set thread priority per thread identifier Tyler Retzlaff
2022-05-23 10:46 ` [PATCH 2/2] test/threads: add unit test for get set priority Tyler Retzlaff
2022-05-23 10:52 ` Tyler Retzlaff
2022-05-23 13:07 ` [PATCH v2 0/2] add thread priority accessors Tyler Retzlaff
2022-05-23 13:07 ` [PATCH v2 1/2] eal: get/set thread priority per thread identifier Tyler Retzlaff
2022-05-23 13:07 ` [PATCH v2 2/2] test/threads: add unit test for get set priority Tyler Retzlaff
2022-05-24 11:08 ` [PATCH v3 0/2] add thread priority accessors Tyler Retzlaff
2022-05-24 11:08 ` [PATCH v3 1/2] eal: get/set thread priority per thread identifier Tyler Retzlaff
2022-05-24 14:51 ` Stephen Hemminger
2022-05-26 6:29 ` Tyler Retzlaff
2022-05-26 15:21 ` Stephen Hemminger
2022-05-27 11:15 ` Tyler Retzlaff
2022-05-24 11:08 ` [PATCH v3 2/2] test/threads: add unit test for get set priority Tyler Retzlaff
2022-06-07 10:39 ` David Marchand [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='CAJFAV8xFSPh_zbHFiffwkw=sv9TtCvuKrDYDu0U7Pqfphqs4+w@mail.gmail.com' \
--to=david.marchand@redhat.com \
--cc=anatoly.burakov@intel.com \
--cc=dev@dpdk.org \
--cc=dmitry.kozliuk@gmail.com \
--cc=roretzla@linux.microsoft.com \
--cc=thomas@monjalon.net \
/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).