diff options
author | Eric Dumazet <[email protected]> | 2010-10-10 19:55:52 +0000 |
---|---|---|
committer | David S. Miller <[email protected]> | 2010-10-11 16:06:24 -0700 |
commit | b0057c51db66c5f0f38059f242c57d61c4741d89 (patch) | |
tree | 5b5de8a159129f0655f4ccae5fb9bef8a9f910cc /lib/string_helpers.c | |
parent | bcf64aa379fcadd074449cbf0c049da70071b06f (diff) |
tg3: restore rx_dropped accounting
commit 511d22247be7 (tg3: 64 bit stats on all arches), overlooked the
rx_dropped accounting.
We use a full "struct rtnl_link_stats64" to hold rx_dropped value, but
forgot to report it in tg3_get_stats64().
Use an "unsigned long" instead to shrink "struct tg3" by 176 bytes, and
report this value to stats readers.
Increment rx_dropped counter for oversized frames.
Signed-off-by: Eric Dumazet <[email protected]>
CC: Michael Chan <[email protected]>
CC: Matt Carlson <[email protected]>
Acked-by: Matt Carlson <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'lib/string_helpers.c')
0 files changed, 0 insertions, 0 deletions