hv_netvsc: fix vf serial matching with pci slot info
authorHaiyang Zhang <haiyangz@microsoft.com>
Mon, 15 Oct 2018 19:06:15 +0000 (19:06 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 16 Oct 2018 05:58:11 +0000 (22:58 -0700)
commit005479556197f80139771960dda0dfdcd2d2aad5
tree40cd822e5ac3a70bc6125258985ccc312fd9bb91
parentb13949678b0abd374214dfd1472b4087a0898562
hv_netvsc: fix vf serial matching with pci slot info

The VF device's serial number is saved as a string in PCI slot's
kobj name, not the slot->number. This patch corrects the netvsc
driver, so the VF device can be successfully paired with synthetic
NIC.

Fixes: 00d7ddba1143 ("hv_netvsc: pair VF based on serial number")
Reported-by: Vitaly Kuznetsov <vkuznets@redhat.com>
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
Reviewed-by: Stephen Hemminger <sthemmin@microsoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/hyperv/netvsc_drv.c