From: Stephen Hemminger <step...@networkplumber.org> Date: Fri, 4 Aug 2017 12:14:00 -0700
> With new transparent VF support, it is possible to get a deadlock > when some of the deferred work is running and the unregister_vf > is trying to cancel the work element. The solution is to use > trylock and reschedule (similar to bonding and team device). > > Reported-by: Vitaly Kuznetsov <vkuzn...@redhat.com> > Fixes: 0c195567a8f6 ("netvsc: transparent VF management") > Signed-off-by: Stephen Hemminger <sthem...@microsoft.com> Applied, thanks.