commit | 10708f37ae729baba9b67bd134c3720709d4ae62 | [log] [tgz] |
---|---|---|
author | Jan Engelhardt <jengelh@medozas.de> | Thu Mar 11 09:57:29 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Mar 16 21:23:22 2010 -0700 |
tree | fa3e20c31e7d6907668d45eee702d02d646cae8f | |
parent | 6ce1a6df6efbbeaa262a225a1a439ebc30a75d2e [diff] |
net: core: add IFLA_STATS64 support `ip -s link` shows interface counters truncated to 32 bit. This is because interface statistics are transported only in 32-bit quantity to userspace. This commit adds a new IFLA_STATS64 attribute that exports them in full 64 bit. References: http://lkml.indiana.edu/hypermail/linux/kernel/0307.3/0215.html Signed-off-by: Jan Engelhardt <jengelh@medozas.de> Signed-off-by: David S. Miller <davem@davemloft.net>