[dpdk-dev] [PATCH 1/2] ethdev: make flow API primary/secondary process safe

Stephen Hemminger stephen at networkplumber.org
Mon Apr 19 19:45:06 CEST 2021


On Mon, 19 Apr 2021 19:14:08 +0200
Thomas Monjalon <thomas at monjalon.net> wrote:

> About the title, better to say "multi-process" and do not
> commit on being completely safe for the whole API.
> It is just fixing the mutex for multi-process,
> and this mutex is for driver not being natively multi-thread.
> 
> The compilation fails on MinGW:
> error: implicit declaration of function ‘pthread_mutexattr_init’


Sorry, don't have all the variants. How do you handle the lack of
compatibility on Windows.


More information about the dev mailing list