commit | b93c1b5ac8643cc08bb74fa8ae21d6c63dfcb23d | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <stephen@networkplumber.org> | Tue Aug 21 10:40:38 2018 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Aug 21 12:02:11 2018 -0700 |
tree | 317682929cb7d2307b473cc0b864d63fa8b91517 | |
parent | c27f1e2e9f29563cb093e96261e87c1ef83aeb98 [diff] |
hv_netvsc: ignore devices that are not PCI Registering another device with same MAC address (such as TAP, VPN or DPDK KNI) will confuse the VF autobinding logic. Restrict the search to only run if the device is known to be a PCI attached VF. Fixes: e8ff40d4bff1 ("hv_netvsc: improve VF device matching") Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com> Signed-off-by: David S. Miller <davem@davemloft.net>