19/12/2019 12:25, jer...@marvell.com: > From: Jerin Jacob <jer...@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 <jer...@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.