Re: [PATCH] bbdev: enable to be compiled with MSVC

2025-03-12 Thread Maxime Coquelin
On 3/12/25 3:56 PM, Maxime Coquelin wrote: On 3/11/25 8:17 PM, Andre Muezerie wrote: The errors below popped up when compiling with MSVC: ../lib/bbdev/rte_bbdev.c(79): error C2061: syntax error: identifier 'TAILQ_ENTRY' ../lib/bbdev/rte_bbdev.c(85): error C2059: syntax error: '}'

Re: [PATCH] bbdev: enable to be compiled with MSVC

2025-03-12 Thread Maxime Coquelin
On 3/11/25 8:17 PM, Andre Muezerie wrote: The errors below popped up when compiling with MSVC: ../lib/bbdev/rte_bbdev.c(79): error C2061: syntax error: identifier 'TAILQ_ENTRY' ../lib/bbdev/rte_bbdev.c(85): error C2059: syntax error: '}' This was caused by a missing include. Signe