diff options
Diffstat (limited to 'app/test/test_pmd_perf.c')
-rw-r--r-- | app/test/test_pmd_perf.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/app/test/test_pmd_perf.c b/app/test/test_pmd_perf.c index 59803f7c..3d56cd29 100644 --- a/app/test/test_pmd_perf.c +++ b/app/test/test_pmd_perf.c @@ -709,9 +709,6 @@ test_pmd_perf(void) return -1; } - if (nb_ports > RTE_MAX_ETHPORTS) - nb_ports = RTE_MAX_ETHPORTS; - nb_lcores = rte_lcore_count(); memset(lcore_conf, 0, sizeof(lcore_conf)); |