Re: [dpdk-dev] [PATCH v7 15/17] event/dlb: fix header includes for musl

2021-03-19 Thread McDaniel, Timothy
> -Original Message- > From: Thomas Monjalon > Sent: Friday, March 19, 2021 9:57 AM > To: dev@dpdk.org > Cc: nc...@alpinelinux.org; sta...@dpdk.org; Andrew Rybchenko > ; David Marchand > ; McDaniel, Timothy > ; Gage Eads > Subject: [PATCH v7 15/17] event/dlb: fix header includes for mu

[dpdk-dev] [PATCH v7 15/17] event/dlb: fix header includes for musl

2021-03-19 Thread Thomas Monjalon
The header file fcntl.h should not be included from sys/ directory as done in dlb drivers, it is an error with musl libc. Fixes: 19980083fd57 ("event/dlb: add eventdev probe") Fixes: 5433956d5185 ("event/dlb2: add eventdev probe") Cc: sta...@dpdk.org Signed-off-by: Thomas Monjalon Acked-by: Andr