]> git.droids-corp.org - dpdk.git/blobdiff - examples/l3fwd-acl/main.c
examples: remove useless check of port count
[dpdk.git] / examples / l3fwd-acl / main.c
index c8347a2e907f3d94399fd53558eedef15db8e4be..16f6110e4bae61ff91f17703efaa113da645fec7 100644 (file)
@@ -1917,8 +1917,6 @@ main(int argc, char **argv)
                rte_exit(EXIT_FAILURE, "init_lcore_rx_queues failed\n");
 
        nb_ports = rte_eth_dev_count();
-       if (nb_ports > RTE_MAX_ETHPORTS)
-               nb_ports = RTE_MAX_ETHPORTS;
 
        if (check_port_config(nb_ports) < 0)
                rte_exit(EXIT_FAILURE, "check_port_config failed\n");