All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] add thread priority accessors
@ 2022-05-23 10:46 Tyler Retzlaff
  2022-05-23 10:46 ` [PATCH 1/2] eal: get/set thread priority per thread identifier Tyler Retzlaff
                   ` (3 more replies)
  0 siblings, 4 replies; 15+ messages in thread
From: Tyler Retzlaff @ 2022-05-23 10:46 UTC (permalink / raw)
  To: dev; +Cc: thomas, dmitry.kozliuk, anatoly.burakov, Tyler Retzlaff

this series introduces accessors for get and set of thread
priority based on original patches from Narcisa Vasile.

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      |  52 +++++++++++++++++
 lib/eal/include/rte_thread.h |  50 +++++++++++++++++
 lib/eal/unix/rte_thread.c    | 101 +++++++++++++++++++++++++++++++++
 lib/eal/windows/rte_thread.c | 130 +++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 333 insertions(+)

-- 
1.8.3.1


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2022-06-07 10:39 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-23 10:46 [PATCH 0/2] add thread priority accessors 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   ` [PATCH v3 0/2] add thread priority accessors David Marchand

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.