Re: [PATCH] app/test-fib: enable test-fib on Windows

2025-06-03 Thread David Marchand
On Sat, Jan 4, 2025 at 11:10 PM Andre Muezerie wrote: > > Removed a few includes which were not needed and included > rte_os_shim.h to handle strtok_r which does not exist on > Windows with that exact name. > > Signed-off-by: Andre Muezerie Applied, thanks. -- David Marchand

Re: [PATCH] app/test-fib: enable test-fib on Windows

2025-03-05 Thread Medvedkin, Vladimir
Acked-by: Vladimir Medvedkin On 04/01/2025 22:09, Andre Muezerie wrote: Removed a few includes which were not needed and included rte_os_shim.h to handle strtok_r which does not exist on Windows with that exact name. Signed-off-by: Andre Muezerie --- app/test-fib/main.c | 8 ++--

[PATCH] app/test-fib: enable test-fib on Windows

2025-01-04 Thread Andre Muezerie
Removed a few includes which were not needed and included rte_os_shim.h to handle strtok_r which does not exist on Windows with that exact name. Signed-off-by: Andre Muezerie --- app/test-fib/main.c | 8 ++-- app/test-fib/meson.build | 6 -- 2 files changed, 6 insertions(+), 8 delet