Re: [PATCH] windows: install sched.h header

2024-03-12 Thread Tyler Retzlaff
On Tue, Jan 30, 2024 at 05:52:54PM +0100, Thomas Monjalon wrote: > 20/12/2023 10:11, Bruce Richardson: > > On Tue, Dec 19, 2023 at 12:17:37PM -0800, Tyler Retzlaff wrote: > > > rte_os.h includes sched.h so install sched.h to allow DPDK installed to > > > DESTDIR to be usable. > > Why other files d

Re: [PATCH] windows: install sched.h header

2024-01-30 Thread Thomas Monjalon
20/12/2023 10:11, Bruce Richardson: > On Tue, Dec 19, 2023 at 12:17:37PM -0800, Tyler Retzlaff wrote: > > rte_os.h includes sched.h so install sched.h to allow DPDK installed to > > DESTDIR to be usable. Why other files don't need to be exported as well? > > Signed-off-by: Tyler Retzlaff > > ---

Re: [PATCH] windows: install sched.h header

2023-12-20 Thread Bruce Richardson
On Tue, Dec 19, 2023 at 12:17:37PM -0800, Tyler Retzlaff wrote: > rte_os.h includes sched.h so install sched.h to allow DPDK installed to > DESTDIR to be usable. > > Signed-off-by: Tyler Retzlaff > --- Acked-by: Bruce Richardson

[PATCH] windows: install sched.h header

2023-12-19 Thread Tyler Retzlaff
rte_os.h includes sched.h so install sched.h to allow DPDK installed to DESTDIR to be usable. Signed-off-by: Tyler Retzlaff --- lib/eal/windows/include/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/eal/windows/include/meson.build b/lib/eal/windows/include/meson.build index