> From: Stephen Hemminger [mailto:[email protected]] > Sent: Friday, 19 January 2024 23.14 > > The sfc base code had its own definition of static assertions > using the out of bound array access hack. Replace it with a > static_assert like rte_common.h. > > Fixes: f67e4719147d ("net/sfc/base: fix coding style") > Signed-off-by: Stephen Hemminger <[email protected]> > Acked-by: Morten Brørup <[email protected]> > ---
Reviewed-by: Morten Brørup <[email protected]>

