[dpdk-dev] [PATCH v17 00/13] eal: Add EAL API for threading
Thomas Monjalon
thomas at monjalon.net
Wed Nov 10 10:31:36 CET 2021
10/11/2021 04:01, Narcisa Ana Maria Vasile:
> Narcisa Vasile (13):
> eal: add basic threading functions
> eal: add thread attributes
> eal/windows: translate Windows errors to errno-style errors
> eal: implement functions for thread affinity management
> eal: implement thread priority management functions
> eal: add thread lifetime management
> app/test: add unit tests for rte_thread_self
> app/test: add unit tests for thread attributes
> app/test: add unit tests for thread lifetime management
> eal: implement functions for thread barrier management
> app/test: add unit tests for barrier
> eal: implement functions for mutex management
> app/test: add unit tests for mutex
I see there was a misunderstanding in the patch organization.
I was asking for test being done progressively and atomically
when features are introduced. By "atomically" I mean that
the test patches can be squashed with the relevant feature patch.
Example: test mutex patch should be squashed in EAL mutex patch.
Thanks
More information about the dev
mailing list