Re: [PATCH 13/21] drivers/net: use portable variadic macros

2024-12-16 Thread Andrew Rybchenko
On 12/11/24 05:05, Andre Muezerie wrote: 1) Use portable variadic macros Many places are using a GCC extension related to variadic macros, where a name prepends the ellipsis. This results in a warning like the one below when compiling the code with MSVC: app\test-pmd\testpmd.h(1314): error C260

[PATCH 13/21] drivers/net: use portable variadic macros

2024-12-10 Thread Andre Muezerie
1) Use portable variadic macros Many places are using a GCC extension related to variadic macros, where a name prepends the ellipsis. This results in a warning like the one below when compiling the code with MSVC: app\test-pmd\testpmd.h(1314): error C2608: invalid token '...' in macro paramet