[dpdk-dev] [PATCH] fm10k: add debug info for actual Rx/Tx func

Thomas Monjalon thomas.monjalon at 6wind.com
Tue Nov 24 11:32:46 CET 2015


2015-11-24 14:00, Chen Jing D:
> This patch adds debug info to notify user what actual Rx/Tx
> func are used.
[...]
> +	if (rx_using_sse)
> +		PMD_INIT_LOG(ERR, "Use vector Rx func");
> +	else
> +		PMD_INIT_LOG(ERR, "Use regular Rx func");

debug info != LOG(ERR


More information about the dev mailing list