aboutsummaryrefslogtreecommitdiffstats
path: root/examples/ethtool/ethtool-app/ethapp.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/ethtool/ethtool-app/ethapp.c')
-rw-r--r--examples/ethtool/ethtool-app/ethapp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/ethtool/ethtool-app/ethapp.c b/examples/ethtool/ethtool-app/ethapp.c
index 2ed4796d..38e466c0 100644
--- a/examples/ethtool/ethtool-app/ethapp.c
+++ b/examples/ethtool/ethtool-app/ethapp.c
@@ -535,7 +535,6 @@ static void pcmd_portstats_callback(__rte_unused void *ptr_params,
}
stat = rte_ethtool_net_get_stats64(params->port, &stat_info);
if (stat == 0) {
- /* Most of rte_eth_stats is deprecated.. */
printf("Port %i stats\n", params->port);
printf(" In: %" PRIu64 " (%" PRIu64 " bytes)\n"
" Out: %"PRIu64" (%"PRIu64 " bytes)\n"