> -----Original Message----- > From: Zhang, Yuying <[email protected]> > Sent: Monday, October 19, 2020 10:20 AM > To: [email protected]; Zhang, Qi Z <[email protected]>; Xing, Beilei > <[email protected]> > Cc: Zhang, Yuying <[email protected]>; [email protected] > Subject: [PATCH v2] net/i40e: fix virtual channel confiliction issue > > i40evf_execute_vf_cmd() uses _atomic_set_cmd() to execute virtual channel > commands safely in multi-process mode and multi-thread mode. > However, it returns -1 when one process or thread is pending. Add > rte_spinlock_trylock() to handle this issue in concurrent scenarios. > > Fixes: 4861cde46116 ("i40e: new poll mode driver") > Cc: [email protected] > > Signed-off-by: Yuying Zhang <[email protected]> Acked-by: Qi Zhang <[email protected]> Applied to dpdk-next-net-intel. Thanks Qi

