[dpdk-dev] [PATCH] net/i40e: fix crash when calling i40e_vsi_delete_mac

wangyunjian wangyunjian at huawei.com
Tue Apr 16 04:05:14 CEST 2019


> 
> That is not specific to i40e or macvlan filter.
> If inside your app several threads concurrently access/modify NIC config,
> then you need to provide some synchronization mechanism for them.
> DPDK ethdev API (as most others) on itself doesn't provide any
> synchronization, leaving it up to the upper layer to choose the most
> appropriate one.
> Konstantin

Thanks. Now the lsc thread isn't controled by the upper layer.
Do you have any idea to fix it?

Thanks,
Yunjian


More information about the dev mailing list