On 10/23/2019 1:14 PM, Raslan Darawsheh wrote: > gcc 4.8 is considering bit filed as extention rather than > c11 std with pedantic, which cause compilation failure. > > This adds extention keyword exceplicitly to the struct > to avoid compilation issue on gcc 4.8 > > Fixes: a7658a86 ("ethdev: add HIGIG2 key field to flow API") > > Signed-off-by: Raslan Darawsheh <rasl...@mellanox.com>
Squashed into relevant commit in next-net, thanks. Unfortunately lost the context that why it has been marked with '__extension__' instead of 'RTE_STD_C11', hopefully someone won't try to "fix" it in the future.