[dpdk-dev] [PATCH] ethdev: claim device reset as async

Stephen Hemminger stephen at networkplumber.org
Wed Mar 20 16:32:04 CET 2019


On Wed, 20 Mar 2019 12:54:03 +0800
Qi Zhang <qi.z.zhang at intel.com> wrote:

> +	ret = rte_ctrl_thread_create(&tid, pthread_name, NULL,
> +					do_dev_reset, args);
> +
> +	return ret;

combine the ret = and return (ie make it a tail call)


More information about the dev mailing list