> -----Original Message-----
> From: Zeng, ZhichaoX <[email protected]>
> Sent: 2023年6月9日 17:03
> To: [email protected]
> Cc: Zhang, Qi Z <[email protected]>; Gao, DaxueX
> <[email protected]>; Zeng, ZhichaoX <[email protected]>;
> Richardson, Bruce <[email protected]>; Konstantin Ananyev
> <[email protected]>; Wu, Jingjing <[email protected]>; Xing,
> Beilei <[email protected]>; Wu, Wenjun1 <[email protected]>
> Subject: [PATCH v2] net/iavf: fix compilation warnings
>
> Use fallthrough comments to ignore compilation warnings instead of diagnostic
> pragmas, which are not recognized by old GCC(below GCC7).
>
> Fixes: 95a1b0b23140 ("net/iavf: support Rx timestamp offload on SSE")
> Fixes: 4f58266da4d3 ("net/iavf: support Rx timestamp offload on AVX2")
> Fixes: d65eadb9e178 ("net/iavf: support Rx timestamp offload on AVX512")
> Signed-off-by: Zhichao Zeng <[email protected]>
Tested-by: Daxue Gao <[email protected]>