Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 214335
b: refs/heads/master
c: d61702f
h: refs/heads/master
i:
  214333: 83230d8
  214331: 9688f5e
  214327: 903423e
  214319: 2e5d5d2
  214303: 77b472a
  214271: c037473
v: v3
  • Loading branch information
Yevgeny Petrilin authored and David S. Miller committed Sep 7, 2010
1 parent 37f1e52 commit e17de6d
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: ebc872c7bd7155bcc7db2343155729d13bf4a2ee
refs/heads/master: d61702f1273b71c2809365a7806d7fe84fd77f15
2 changes: 1 addition & 1 deletion trunk/drivers/net/mlx4/en_ethtool.c
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ static const char main_strings[][ETH_GSTRING_LEN] = {
"tx_prio_1", "tx_prio_2", "tx_prio_3", "tx_prio_4", "tx_prio_5",
"tx_prio_6", "tx_prio_7",
};
#define NUM_MAIN_STATS 18
#define NUM_MAIN_STATS 21
#define NUM_ALL_STATS (NUM_MAIN_STATS + NUM_PORT_STATS + NUM_PKT_STATS + NUM_PERF_STATS)

static const char mlx4_en_test_names[][ETH_GSTRING_LEN]= {
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/mlx4/mlx4_en.h
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ struct mlx4_en_port_stats {
unsigned long rx_chksum_good;
unsigned long rx_chksum_none;
unsigned long tx_chksum_offload;
#define NUM_PORT_STATS 11
#define NUM_PORT_STATS 8
};

struct mlx4_en_perf_stats {
Expand Down

0 comments on commit e17de6d

Please sign in to comment.