> From: Stephen Hemminger [mailto:[email protected]] > Sent: Thursday, 18 January 2024 17.51 > > Clang does not handle casts in static_assert() expressions. > It doesn't like use of floating point to calculate threshold. > Use a different expression with same effect. > > Modify comment in mlx5 so that developers don't go searching > for old value. > > Signed-off-by: Stephen Hemminger <[email protected]> > Acked-by: Konstantin Ananyev <[email protected]> > Reviewed-by: Andrew Rybchenko <[email protected]> > ---
Reviewed-by: Morten Brørup <[email protected]>

