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 man
From: Narcisa Vasile
EAL thread API
**Problem Statement**
DPDK currently uses the pthread interface to create and manage threads.
Windows does not support the POSIX thread programming model,
so it currently
relies on a header file that hides the Windows calls under
pthread matched interfaces. Gi
2 matches
Mail list logo