Re: [PATCH] mbuf: remove use of now unnecessary extension keyword

2023-11-07 Thread Tyler Retzlaff
this series will be withdrawn since the keyword was also applied to the bitfields. sorry for the noise On Tue, Nov 07, 2023 at 02:14:44PM -0800, Tyler Retzlaff wrote: > Remove the use of __extension__ on nameless struct and union members > they are no longer necessary as they are standard in C11

[PATCH] mbuf: remove use of now unnecessary extension keyword

2023-11-07 Thread Tyler Retzlaff
Remove the use of __extension__ on nameless struct and union members they are no longer necessary as they are standard in C11 Signed-off-by: Tyler Retzlaff --- lib/mbuf/rte_mbuf_core.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/mbuf/rte_mbuf_core.h b/lib/mbuf/rte_mbuf_core.h index