diff options
author | Talat Batheesh <[email protected]> | 2018-01-17 23:13:16 +0200 |
---|---|---|
committer | David S. Miller <[email protected]> | 2018-01-19 14:53:32 -0500 |
commit | 5165674ff5022d8a76f3147d75cab1fecd529497 (patch) | |
tree | 894a3fccfd3ca4555476dcbac1ba2e99485f4049 /net/tipc/net.c | |
parent | 43dd7512b51c0f3dd8170916bd3eeb2eba808ed1 (diff) |
net/dim: Fix fixpoint divide exception in net_dim_stats_compare
Helmut reported a bug about devision by zero while
running traffic and doing physical cable pull test.
When the cable unplugged the ppms become zero, so when
dividing the current ppms by the previous ppms in the
next dim iteration there is devision by zero.
This patch prevent this division for both ppms and epms.
Fixes: c3164d2fc48f ("net/mlx5e: Added BW check for DIM decision mechanism")
Fixes: 4c4dbb4a7363 ("net/mlx5e: Move dynamic interrupt coalescing code to include/linux")
Reported-by: Helmut Grauer <[email protected]>
Signed-off-by: Talat Batheesh <[email protected]>
Signed-off-by: Tal Gilboa <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/tipc/net.c')
0 files changed, 0 insertions, 0 deletions