[PATCH v2 0/2] add thread priority accessors
Tyler Retzlaff
roretzla at linux.microsoft.com
Mon May 23 15:07:12 CEST 2022
this series introduces accessors for get and set of thread
priority based on original patches from Narcisa Vasile.
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 | 52 +++++++++++++++++
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, 335 insertions(+)
--
1.8.3.1
More information about the dev
mailing list