[dpdk-dev] [PATCH] testpmd: fix typo when closing port

Thomas Monjalon thomas.monjalon at 6wind.com
Wed Jun 8 18:28:46 CEST 2016


2016-06-08 16:20, Pablo de Lara:
>  		if (rte_atomic16_cmpset(&(port->port_status),
>  			RTE_PORT_HANDLING, RTE_PORT_CLOSED) == 0)
> -			printf("Port %d can not be set into stopped\n", pi);
> +			printf("Port %d can not be set into closed\n", pi);

My english would say "Port cannot be closed".
Am I wrong?


More information about the dev mailing list