[dpdk-dev] [PATCH v2] ethdev: fix multi-process NULL dereference crashes

Remy Horton remy.horton at intel.com
Wed Jan 25 15:38:02 CET 2017


On 25/01/2017 14:31, Thomas Monjalon wrote:
> 2017-01-25 14:02, Remy Horton:
[..]
>> Self-NAK: Condition is now tautology on code path that was causing crashes
>
> What do you mean exactly?

There is an if(rte_eal_process_type() == RTE_PROC_PRIMARY) in a calling 
function, so the one my patch was introducing is now redundant.

..Remy


More information about the dev mailing list