On Thu, 19 Jan 2023 19:23:12 +0200 Gregory Etelson <getel...@nvidia.com> wrote:
> + if (!no_device_start && start_port(RTE_PORT_ALL) != 0) { > + fprintf(stderr, "Start ports failed\n"); > + if (!interactive) { > + rte_eal_cleanup(); > + rte_exit(EXIT_FAILURE, "Start ports failed\n"); > + } > + } Ok, but you are printing message twice now.