> -----Original Message-----
> From: Bing Zhao <[email protected]>
> Sent: Thursday, March 7, 2024 8:14 AM
> To: Slava Ovsiienko <[email protected]>; [email protected]; Raslan
> Darawsheh <[email protected]>
> Cc: Ori Kam <[email protected]>; Dariusz Sosnowski
> <[email protected]>; Suanming Mou <[email protected]>; Matan
> Azrad <[email protected]>; Eli Britstein <[email protected]>; Ophir Munk
> <[email protected]>; [email protected]
> Subject: [PATCH] net/mlx5: prevent ioctl failure log from flood
>
> From: Eli Britstein <[email protected]>
>
> The following log is printed in WARNING severity:
>
> mlx5_net: port 1 ioctl(SIOCETHTOOL, ETHTOOL_GPAUSEPARAM) failed:
> Operation not supported
>
> Reduce the severity to DEBUG to prevent this log from flooding when there are
> hundreds of ports probed without supporting this flow ctrl query.
>
> Fixes: 1256805dd54d ("net/mlx5: move Linux-specific functions")
> Cc: [email protected]
> Cc: [email protected]
>
> Signed-off-by: Eli Britstein <[email protected]>
Acked-by: Viacheslav Ovsiienko <[email protected]>