RE: [PATCH] test_bbdev: enable to be compiled on Windows

2025-06-13 Thread Chautru, Nicolas
> -Original Message- > From: Andre Muezerie > Sent: Thursday, June 12, 2025 8:25 AM > To: Chautru, Nicolas ; Dmitry Kozlyuk > ; Tyler Retzlaff > Cc: dev@dpdk.org; Andre Muezerie > Subject: [PATCH] test_bbdev: enable to be compiled on Windows > > This pat

[PATCH] test_bbdev: enable to be compiled on Windows

2025-06-12 Thread Andre Muezerie
This patch fixes a few issues which were preventing this test from getting compiled on Windows: 1) VLAs were removed: Variable Length Arrays are not supported by MSVC. Where possible constant C arrays were used. Where that approach was not possible alloca() was called instead. 2) rte_os_shim is i