RE: [PATCH net-next] hv_netvsc: fix vf serial matching with pci slot info

2018-10-12 Thread Haiyang Zhang
Subject: Re: [PATCH net-next] hv_netvsc: fix vf serial matching with pci slot > info > > On Thu, Oct 11, 2018 at 08:14:34PM +, Haiyang Zhang wrote: > > From: Haiyang Zhang > > > > The VF device's serial number is saved as a string in PCI slot's kobj > > n

Re: [PATCH net-next] hv_netvsc: fix vf serial matching with pci slot info

2018-10-12 Thread Greg KH
On Thu, Oct 11, 2018 at 08:14:34PM +, Haiyang Zhang wrote: > From: Haiyang Zhang > > 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.

RE: [PATCH net-next] hv_netvsc: fix vf serial matching with pci slot info

2018-10-12 Thread Vitaly Kuznetsov
vkuznets ; >> de...@linuxdriverproject.org; linux-ker...@vger.kernel.org >> Subject: [PATCH net-next] hv_netvsc: fix vf serial matching with pci slot >> info >> >> From: Haiyang Zhang >> >> The VF device's serial number is saved as a string in PCI slot

RE: [PATCH net-next] hv_netvsc: fix vf serial matching with pci slot info

2018-10-11 Thread Haiyang Zhang
x-ker...@vger.kernel.org > Subject: [PATCH net-next] hv_netvsc: fix vf serial matching with pci slot info > > From: Haiyang Zhang > > 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 d

[PATCH net-next] hv_netvsc: fix vf serial matching with pci slot info

2018-10-11 Thread Haiyang Zhang
From: Haiyang Zhang 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")