Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 340671
b: refs/heads/master
c: ecfd2ce
h: refs/heads/master
i:
  340669: 7873ca5
  340667: 8a75a46
  340663: 03b4288
  340655: 0e441ab
  340639: 7ed4986
  340607: ff2778f
v: v3
  • Loading branch information
Eric Dumazet authored and David S. Miller committed Nov 7, 2012
1 parent ea77e09 commit 408b7b5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6f0a0986e328dd61610d898a09c9f4aa960ae64a
refs/heads/master: ecfd2ce1a9d5e6376ff5c00b366345160abdbbb7
2 changes: 1 addition & 1 deletion trunk/drivers/net/ethernet/mellanox/mlx4/en_netdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -870,7 +870,7 @@ static void mlx4_en_set_default_moderation(struct mlx4_en_priv *priv)
/* If we haven't received a specific coalescing setting
* (module param), we set the moderation parameters as follows:
* - moder_cnt is set to the number of mtu sized packets to
* satisfy our coelsing target.
* satisfy our coalescing target.
* - moder_time is set to a fixed value.
*/
priv->rx_frames = MLX4_EN_RX_COAL_TARGET;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/ethernet/mellanox/mlx4/mlx4_en.h
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ enum {
#define MLX4_EN_RX_COAL_TIME 0x10

#define MLX4_EN_TX_COAL_PKTS 16
#define MLX4_EN_TX_COAL_TIME 0x80
#define MLX4_EN_TX_COAL_TIME 0x10

#define MLX4_EN_RX_RATE_LOW 400000
#define MLX4_EN_RX_COAL_TIME_LOW 0
Expand Down

0 comments on commit 408b7b5

Please sign in to comment.