summaryrefslogtreecommitdiffstats
path: root/src/main_dpdk.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main_dpdk.cpp')
-rw-r--r--src/main_dpdk.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main_dpdk.cpp b/src/main_dpdk.cpp
index d132df51..2ef06157 100644
--- a/src/main_dpdk.cpp
+++ b/src/main_dpdk.cpp
@@ -5505,7 +5505,7 @@ void CTRexExtendedDriverBase40G::get_extended_stats(CPhyEthIF * _if,CPhyEthIFSta
stats->ipackets = stats1.ipackets;
- stats->ibytes = stats1.ibytes + (stats1.ipackets<<2);
+ stats->ibytes = stats1.ibytes ;
stats->opackets = stats1.opackets;
stats->obytes = stats1.obytes + (stats1.opackets<<2);