]> git.droids-corp.org - dpdk.git/blobdiff - examples/qos_sched/main.c
mempool: rename functions with confusing names
[dpdk.git] / examples / qos_sched / main.c
index 7732273d11450d11624bf7322c9d36a8d2fcc090..e10cfd448d29eb552f3b2b141f5512c0f9df7eab 100644 (file)
@@ -201,8 +201,6 @@ app_stat(void)
                                stats.oerrors - tx_stats[i].oerrors);
                memcpy(&tx_stats[i], &stats, sizeof(stats));
 
-               //printf("MP = %d\n", rte_mempool_count(conf->app_pktmbuf_pool));
-
 #if APP_COLLECT_STAT
                printf("-------+------------+------------+\n");
                printf("       |  received  |   dropped  |\n");
@@ -252,4 +250,3 @@ main(int argc, char **argv)
 
        return 0;
 }
-