summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorYaroslav Brustinov <ybrustin@cisco.com>2016-05-01 09:54:02 +0300
committerYaroslav Brustinov <ybrustin@cisco.com>2016-05-01 09:54:02 +0300
commitfcd61b1c9b39cec1ac40eddec24c1d206780d38d (patch)
tree5bb0c045028ac17e2d0456ff207c51a9b1a8ba40 /src
parent61eb38e669bdec0f4d6c927ea42ccdbf0f24ea0d (diff)
typo
Diffstat (limited to 'src')
-rw-r--r--src/main_dpdk.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main_dpdk.cpp b/src/main_dpdk.cpp
index 9a66db51..6eca5775 100644
--- a/src/main_dpdk.cpp
+++ b/src/main_dpdk.cpp
@@ -2448,7 +2448,6 @@ void CGlobalStats::DumpAllPorts(FILE *fd){
fprintf (fd," Cpu Utilization : %2.1f %% %2.1f Gb/core \n",m_cpu_util,(2*(m_tx_bps/1e9)*100.0/(m_cpu_util*m_threads)));
- fprintf (fd,"tx_bps: %2.1f, m_cpu_util: %2.5f, m_threads: %2.1f", (double) m_tx_bps, (double) m_cpu_util, (double) m_threads);
fprintf (fd," Platform_factor : %2.1f \n",m_platform_factor);
fprintf (fd," Total-Tx : %s ",double_to_human_str(m_tx_bps,"bps",KBYE_1000).c_str());
if ( CGlobalInfo::is_learn_mode() ) {