Poll statistics more frequently in mlx5en(4).
This makes traffic steering algorithms more accurate. MFC after: 1 week Submitted by: gallatin @ Sponsored by: Mellanox Technologies // NVIDIA Networking
This commit is contained in:
parent
2ccf8a827c
commit
39b0f9c389
@ -1073,7 +1073,7 @@ mlx5e_update_stats(void *arg)
|
||||
|
||||
queue_work(priv->wq, &priv->update_stats_work);
|
||||
|
||||
callout_reset(&priv->watchdog, hz, &mlx5e_update_stats, priv);
|
||||
callout_reset(&priv->watchdog, hz / 4, &mlx5e_update_stats, priv);
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
x
Reference in New Issue
Block a user