bnx2: Save statistics during reset.
authorMichael Chan <mchan@broadcom.com>
Sun, 17 Jan 2010 07:30:44 +0000 (07:30 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 18 Jan 2010 03:16:03 +0000 (19:16 -0800)
commit354fcd7774a00809ebefdba75e747364cb22a940
tree5608a763f03b1af9ba8650c9a1e99f5546eb0797
parenta47430583dab67b23161b0e75226781deed50138
bnx2: Save statistics during reset.

MTU changes, ring size changes, etc cause the chip to be reset and the
statisctics flushed.  To keep track of the accumulated statistics, we
add code to save the whole statistics block before reset.  We also
modify the macros and statistics functions to return the sum of the
saved and current counters.

Based on original patch by Breno Leitao <leitao@linux.vnet.ibm.com>

Signed-off-by: Michael Chan <mchan@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/bnx2.c
drivers/net/bnx2.h