|
@@ -372,7 +372,7 @@ static void mlx4_en_set_default_moderation(struct mlx4_en_priv *priv)
|
|
|
* satisfy our coelsing target.
|
|
|
* - moder_time is set to a fixed value.
|
|
|
*/
|
|
|
- priv->rx_frames = MLX4_EN_RX_COAL_TARGET / priv->dev->mtu + 1;
|
|
|
+ priv->rx_frames = MLX4_EN_RX_COAL_TARGET;
|
|
|
priv->rx_usecs = MLX4_EN_RX_COAL_TIME;
|
|
|
en_dbg(INTR, priv, "Default coalesing params for mtu:%d - "
|
|
|
"rx_frames:%d rx_usecs:%d\n",
|