Re: [PATCH] IPoIB: Convert to netdevice internal stats

2007-09-28 Thread Roland Dreier
> How is that ibm_emac NAPI conversion coming along? :-) Sorry, trying to reduce my backlog first, but it is still on my list of things to work on :) - R. - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at ht

Re: [PATCH] IPoIB: Convert to netdevice internal stats

2007-09-28 Thread David Miller
From: Roland Dreier <[EMAIL PROTECTED]> Date: Fri, 28 Sep 2007 15:18:01 -0700 > 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 <[EMAIL

[PATCH] IPoIB: Convert to netdevice internal stats

2007-09-28 Thread Roland Dreier
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 <[EMAIL PROTECTED]> --- Dave, can you queue this in net-2.6.24 please? I would ordinarily merge