Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 171802
b: refs/heads/master
c: 01ed30d
h: refs/heads/master
v: v3
  • Loading branch information
Sathya Perla authored and David S. Miller committed Nov 23, 2009
1 parent 2ec8d69 commit b988a26
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: e7b909a68cfb83e4bafdadac39534969ce260518
refs/heads/master: 01ed30da5d2e718df458f1680fd97751a769c1a2
3 changes: 2 additions & 1 deletion trunk/drivers/net/benet/be_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,8 @@ void netdev_stats_update(struct be_adapter *adapter)
port_stats->rx_udp_checksum_errs;

/* no space in linux buffers: best possible approximation */
dev_stats->rx_dropped = erx_stats->rx_drops_no_fragments[0];
dev_stats->rx_dropped =
erx_stats->rx_drops_no_fragments[adapter->rx_obj.q.id];

/* detailed rx errors */
dev_stats->rx_length_errors = port_stats->rx_in_range_errors +
Expand Down

0 comments on commit b988a26

Please sign in to comment.