Re: [PATCH] remove some MSVC conditional compile to empty

2024-02-27 Thread Tyler Retzlaff
On Thu, Feb 15, 2024 at 02:20:17PM -0800, Tyler Retzlaff wrote: > Introduce a new macro __rte_attribute intended for internal use that > may be used when defining other __rte_xxx macros that should expand > empty on MSVC. > > Use the new macro to clean up conditional compile in rte_common.h > > T

[PATCH] remove some MSVC conditional compile to empty

2024-02-15 Thread Tyler Retzlaff
Introduce a new macro __rte_attribute intended for internal use that may be used when defining other __rte_xxx macros that should expand empty on MSVC. Use the new macro to clean up conditional compile in rte_common.h Tyler Retzlaff (1): eal: provide rte attribute macro for GCC attribute lib/