[PATCH 0/2] remove __typeof__ from expansion of per lcore macros
Bruce Richardson
bruce.richardson at intel.com
Tue Dec 19 18:36:06 CET 2023
On Tue, Dec 19, 2023 at 09:27:42AM -0800, Tyler Retzlaff wrote:
> The design of the macros requires a type to be provided to the macro.
>
> By expanding the type parameter inside of typeof it also inadvertently
> allows an expression to be used which appears not to have been intended
> after evaluating the parameter name and existing macro use.
>
> Technically this is an API break but only for applications that were
> using these macros outside of the original design intent.
>
> Tyler Retzlaff (2):
> eal: provide type instead of expression to per lcore macro
> eal: remove typeof from per lcore macros
>
Series-acked-by: Bruce Richardson <bruce.richardson at intel.com>
More information about the dev
mailing list