From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next,v3] hv_netvsc: fix vf serial matching with pci slot info Date: Mon, 15 Oct 2018 22:58:34 -0700 (PDT) Message-ID: <20181015.225834.379019312137427646.davem@davemloft.net> References: <20181015190615.30628-1-haiyangz@linuxonhyperv.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, kys@microsoft.com, sthemmin@microsoft.com, olaf@aepfle.de, vkuznets@redhat.com, devel@linuxdriverproject.org, linux-kernel@vger.kernel.org To: haiyangz@microsoft.com, haiyangz@linuxonhyperv.com Return-path: In-Reply-To: <20181015190615.30628-1-haiyangz@linuxonhyperv.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: Haiyang Zhang Date: Mon, 15 Oct 2018 19:06:15 +0000 > 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") > Reported-by: Vitaly Kuznetsov > Signed-off-by: Haiyang Zhang Applied.