> -----Original Message-----
> From: Stephen Hemminger <[email protected]>
> Sent: Thursday, January 18, 2024 6:51 PM
> To: [email protected]
> Cc: Stephen Hemminger <[email protected]>; Konstantin Ananyev
> <[email protected]>; Andrew Rybchenko
> <[email protected]>; Dariusz Sosnowski
> <[email protected]>; Slava Ovsiienko <[email protected]>; Ori
> Kam <[email protected]>; Suanming Mou <[email protected]>; Matan
> Azrad <[email protected]>; Morten Brørup <[email protected]>
> Subject: [PATCH v5 5/6] mempool: avoid floating point expression in static
> assertion
> 
> 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]>
Acked-by: Viacheslav Ovsiienko <[email protected]>

Reply via email to