From: Tal Gilboa <ta...@mellanox.com> Date: Thu, 29 Mar 2018 13:53:52 +0300
> When calculating difference between samples, the values > are multiplied by 100. Large values may cause int overflow > when multiplied (usually on first iteration). > Fixed by forcing 100 to be of type unsigned long. > > Fixes: 4c4dbb4a7363 ("net/mlx5e: Move dynamic interrupt coalescing code to > include/linux") > Signed-off-by: Tal Gilboa <ta...@mellanox.com> Applied, thank you.