Re: [dpdk-dev] [PATCH] lib: remove sched.h from public headers

2021-09-30 Thread Thomas Monjalon
24/09/2021 00:34, William Tu: > On Sat, Aug 28, 2021 at 3:13 PM Dmitry Kozlyuk > wrote: > > > > Public headers including POSIX-specific were unusable > > on Windows. These includes were superfluous, remove them. > > > > Signed-off-by: Dmitry Kozlyuk > > --- > > Write a program, include rte_eal

Re: [dpdk-dev] [PATCH] lib: remove sched.h from public headers

2021-09-23 Thread William Tu
On Sat, Aug 28, 2021 at 3:13 PM Dmitry Kozlyuk wrote: > > Public headers including POSIX-specific were unusable > on Windows. These includes were superfluous, remove them. > > Signed-off-by: Dmitry Kozlyuk > --- Write a program, include rte_eal.h, link with DPDK library, then hit the issue. Ver

[dpdk-dev] [PATCH] lib: remove sched.h from public headers

2021-08-28 Thread Dmitry Kozlyuk
Public headers including POSIX-specific were unusable on Windows. These includes were superfluous, remove them. Signed-off-by: Dmitry Kozlyuk --- lib/eal/include/rte_eal.h | 1 - lib/telemetry/rte_telemetry.h | 1 - 2 files changed, 2 deletions(-) diff --git a/lib/eal/include/rte_eal.h b/l