summaryrefslogtreecommitdiff
path: root/dev/ns_gige.hh
diff options
context:
space:
mode:
authorLisa Hsu <hsul@eecs.umich.edu>2004-07-04 16:47:07 -0400
committerLisa Hsu <hsul@eecs.umich.edu>2004-07-04 16:47:07 -0400
commit7ca7b343ff9949293a005aab9aec06cc7fb98093 (patch)
treec7f3378898e6013ec8a0730445cccbc08473c630 /dev/ns_gige.hh
parenta55cb1d28bf4a5c629ae92d9dc938fac7a4caedb (diff)
downloadgem5-7ca7b343ff9949293a005aab9aec06cc7fb98093.tar.xz
almost forgot to do this - hope it doesn't mess up schedule.
dev/ns_gige.cc: dev/ns_gige.hh: add the stats nate wanted --HG-- extra : convert_revision : b59d586def7df31741b53cdb59cf3b19253caf26
Diffstat (limited to 'dev/ns_gige.hh')
-rw-r--r--dev/ns_gige.hh8
1 files changed, 8 insertions, 0 deletions
diff --git a/dev/ns_gige.hh b/dev/ns_gige.hh
index 191c867ce..a8d8d1f18 100644
--- a/dev/ns_gige.hh
+++ b/dev/ns_gige.hh
@@ -366,6 +366,14 @@ class NSGigE : public PciDev
Stats::Scalar<> rxBytes;
Stats::Scalar<> txPackets;
Stats::Scalar<> rxPackets;
+ Stats::Scalar<> txIPChecksums;
+ Stats::Scalar<> rxIPChecksums;
+ Stats::Scalar<> txTCPChecksums;
+ Stats::Scalar<> rxTCPChecksums;
+ Stats::Scalar<> descDmaReads;
+ Stats::Scalar<> descDmaWrites;
+ Stats::Scalar<> descDmaRdBytes;
+ Stats::Scalar<> descDmaWrBytes;
Stats::Formula txBandwidth;
Stats::Formula rxBandwidth;
Stats::Formula txPacketRate;