> > 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