[dpdk-dev] [PATCH v7 8/8] rte_ethdev.h: align sign and scope of temp var

Thomas Monjalon thomas at monjalon.net
Tue May 22 16:18:33 CEST 2018


22/05/2018 03:24, Andy Green:
> -			nb_rx = cb->fn.rx(port_id, queue_id, rx_pkts, nb_rx,
> -						nb_pkts, cb->param);
> +			nb_rx = cb->fn.rx(port_id, queue_id,
> +					  rx_pkts, nb_rx,
> +					  nb_pkts, cb->param);

This change seems to be a leftover of previous revision.
I will remove it from the patch.




More information about the dev mailing list