commit | de90351219a1f1fd3cb45cf6fcc4e9d6407fd2c9 | [log] [tgz] |
---|---|---|
author | Roland Dreier <rolandd@cisco.com> | Fri Sep 28 15:33:51 2007 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Wed Oct 10 16:53:41 2007 -0700 |
tree | 5fd6193eb233e900452f719fd56d7065b2fb939e | |
parent | 587117414909e9c52f50e3c9d1f85b3dc1815d75 [diff] |
[IPoIB]: Convert to netdevice internal stats Use the stats member of struct netdevice in IPoIB, so we can save memory by deleting the stats member of struct ipoib_dev_priv, and save code by deleting ipoib_get_stats(). Signed-off-by: Roland Dreier <rolandd@cisco.com> Signed-off-by: David S. Miller <davem@davemloft.net>