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

Reply via email to