commit | ec158f77def2df084d9f62565357e3037b04bd3f | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <stephen@networkplumber.org> | Thu Aug 31 16:16:13 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri Sep 01 20:31:19 2017 -0700 |
tree | 801b50f67b0133295a6730a5685dd88b36721871 | |
parent | 9a0c48df0d77602da3958a4c8fc2abb9521b0ade [diff] |
netvsc: allow driver to be removed even if VF is present If VF is attached then can still allow netvsc driver module to be removed. Just have to make sure and do the cleanup. Also, avoid extra rtnl round trip when calling unregister. Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com> Signed-off-by: David S. Miller <davem@davemloft.net>