[PATCH 0/3] add eal functions for thread affinity
David Marchand
david.marchand at redhat.com
Fri Apr 8 10:57:55 CEST 2022
Hello Tyler,
On Fri, Apr 1, 2022 at 3:30 PM Tyler Retzlaff
<roretzla at linux.microsoft.com> wrote:
>
> this series provides basic dependencies for additional eal thread api
> additions. series includes basic error handling, initial get/set thread
> affinity functions and minimal unit test.
>
> Tyler Retzlaff (3):
> eal/windows: translate Windows errors to errno-style errors
> eal: implement functions for get/set thread affinity
> test/threads: add unit test for thread API
>
> app/test/meson.build | 2 +
> app/test/test_threads.c | 86 +++++++++++++++++++
> lib/eal/include/rte_thread.h | 45 ++++++++++
> lib/eal/unix/rte_thread.c | 16 ++++
> lib/eal/version.map | 4 +
> lib/eal/windows/eal_lcore.c | 173 +++++++++++++++++++++++++++----------
> lib/eal/windows/eal_windows.h | 10 +++
> lib/eal/windows/include/rte_os.h | 2 +
> lib/eal/windows/rte_thread.c | 179 ++++++++++++++++++++++++++++++++++++++-
> 9 files changed, 472 insertions(+), 45 deletions(-)
> create mode 100644 app/test/test_threads.c
We have two concurrent series, can you clarify what are the intentions
on this work?
Is this series superseding Narcisa series?
Thanks!
--
David Marchand
More information about the dev
mailing list