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

Reply via email to