Re: [PATCH 0/2] enable dmadev lib to be compiled with MSVC

2024-12-08 Thread fengchengwen
Series-acked-by: Chengwen Feng Thanks On 2024/12/7 3:27, Andre Muezerie wrote: > The first patch eliminates undefined behavior in the dmadev lib: > > lib\dmadev\rte_dmadev_trace_fp.h(36): > warning C5101: use of preprocessor directive in > function-like macro argument list is undefined

[PATCH 0/2] enable dmadev lib to be compiled with MSVC

2024-12-06 Thread Andre Muezerie
The first patch eliminates undefined behavior in the dmadev lib: lib\dmadev\rte_dmadev_trace_fp.h(36): warning C5101: use of preprocessor directive in function-like macro argument list is undefined behavior The second patch enables the dmadev library to be compiled with MSVC. Andre Mueze