[dpdk-dev] [PATCH v2 1/3] eal: introduce structure marker typedefs

Thomas Monjalon thomas at monjalon.net
Mon Jan 20 21:11:51 CET 2020


19/12/2019 12:25, jerinj at marvell.com:
> From: Jerin Jacob <jerinj at marvell.com>
> 
> Introduce EAL typedef for structure 1B, 2B, 4B, 8B alignment marking and
> a generic marker for a point in a structure.
> 
> Signed-off-by: Jerin Jacob <jerinj at marvell.com>
> ---
> 
> v2:
> - Changed __extension__  to  RTE_STD_C11 (Thomas)

Actually I was just asking a question to know if zero-size arrays
are part of C11 or not. It seems not, so better to keep as __extension__.
Or it could be a new macro.





More information about the dev mailing list