Re: [PATCH 0/5] use portable macro for weak linking

2025-02-07 Thread Andre Muezerie
On Fri, Feb 07, 2025 at 09:47:19AM +0100, David Marchand wrote: > On Tue, Dec 24, 2024 at 4:06 AM Andre Muezerie > wrote: > > > > MSVC uses pragmas to indicate weak linking, so the old __rte_weak > > attribute needs to made into a macro so that the same syntax can > > be used for MSVC and other co

Re: [PATCH 0/5] use portable macro for weak linking

2025-02-07 Thread David Marchand
On Tue, Dec 24, 2024 at 4:06 AM Andre Muezerie wrote: > > MSVC uses pragmas to indicate weak linking, so the old __rte_weak > attribute needs to made into a macro so that the same syntax can > be used for MSVC and other compilers like gcc. > > Andre Muezerie (5): > lib/eal: add portable macro fo

[PATCH 0/5] use portable macro for weak linking

2024-12-23 Thread Andre Muezerie
MSVC uses pragmas to indicate weak linking, so the old __rte_weak attribute needs to made into a macro so that the same syntax can be used for MSVC and other compilers like gcc. Andre Muezerie (5): lib/eal: add portable macro for weak linking app/test-compress-perf: use portable macro for weak