summaryrefslogtreecommitdiffstats
path: root/drivers/s390/net/qeth_core.h
diff options
context:
space:
mode:
authorFrank Blaschka <frank.blaschka@de.ibm.com>2009-03-24 20:57:15 +0000
committerDavid S. Miller <davem@davemloft.net>2009-03-25 00:06:19 -0700
commitf61a0d0538ca62547a127fd270d9f3c6e713027f (patch)
tree7432b86645c7a53071bf023670bc8f99f3ce2b64 /drivers/s390/net/qeth_core.h
parent7f6d95e7bd82b38e669a43a2d2d410d0b5318684 (diff)
downloadop-kernel-dev-f61a0d0538ca62547a127fd270d9f3c6e713027f.zip
op-kernel-dev-f61a0d0538ca62547a127fd270d9f3c6e713027f.tar.gz
qeth: add statistics for tx csum
Add statistics counter for software tx checksumming. Signed-off-by: Frank Blaschka <frank.blaschka@de.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/s390/net/qeth_core.h')
-rw-r--r--drivers/s390/net/qeth_core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/s390/net/qeth_core.h b/drivers/s390/net/qeth_core.h
index e0c4557..fd34f63 100644
--- a/drivers/s390/net/qeth_core.h
+++ b/drivers/s390/net/qeth_core.h
@@ -134,6 +134,7 @@ struct qeth_perf_stats {
unsigned int sg_skbs_rx;
unsigned int sg_frags_rx;
unsigned int sg_alloc_page_rx;
+ unsigned int tx_csum;
};
/* Routing stuff */
OpenPOWER on IntegriCloud