Re: [dpdk-dev] [PATCH 2/2] eal: fix side effects in ptr align macros

2021-05-09 Thread Stephen Hemminger
On Sun, 9 May 2021 22:48:02 +0530 wrote: > From: Pavan Nikhilesh > > Avoid expanding parameters inside RTE_*_ALIGN macros. > Update common_autotest to detect macro side effects. > Workaround static arrays relying on RTE_ALIGN macros. > > Fixes: af75078fece3 ("first public release") > Cc: sta..

[dpdk-dev] [PATCH 2/2] eal: fix side effects in ptr align macros

2021-05-09 Thread pbhagavatula
From: Pavan Nikhilesh Avoid expanding parameters inside RTE_*_ALIGN macros. Update common_autotest to detect macro side effects. Workaround static arrays relying on RTE_ALIGN macros. Fixes: af75078fece3 ("first public release") Cc: sta...@dpdk.org Signed-off-by: Pavan Nikhilesh Signed-off-by: