[PATCH v2] net/af_xdp: allow operation when multiprocess is disabled

Ferruh Yigit ferruh.yigit at intel.com
Thu Feb 17 18:29:16 CET 2022


On 2/17/2022 1:29 PM, Loftus, Ciara wrote:
>> Subject: [PATCH v2] net/af_xdp: allow operation when multiprocess is
>> disabled
>>
>> If EAL multiprocess feature has been disabled via rte_mp_disable()
>> function, AF_XDP driver may not be able to register its IPC callback.
>> Previously this leads to probe failure.
>> This commit adds a check for this condition so that AF_XDP can still be
>> used even if multiprocess is disabled.
>>
>> Fixes: 9876cf8316b3 ("net/af_xdp: re-enable secondary process support")
>>
>> Signed-off-by: Junxiao Shi <git at mail1.yoursunny.com>
> 
> Thanks for the patch!
> 
> Acked-by: Ciara Loftus <ciara.loftus at intel.com>
> 

Applied to dpdk-next-net/main, thanks.


More information about the dev mailing list