From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH net 2/3] hv_netvsc: fix network namespace issues with VF support Date: Tue, 12 Jun 2018 08:10:24 -0700 Message-ID: <20180612081024.140aa5bd@xeon-e3> References: <20180611194456.8268-1-sthemmin@microsoft.com> <20180611194456.8268-3-sthemmin@microsoft.com> <20180612095128.kslkt6ban6otanbs@mwanda> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: kys@microsoft.com, haiyangz@microsoft.com, sthemmin@microsoft.com, devel@linuxdriverproject.org, netdev@vger.kernel.org To: Dan Carpenter Return-path: Received: from mail-pf0-f194.google.com ([209.85.192.194]:44233 "EHLO mail-pf0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754056AbeFLPK2 (ORCPT ); Tue, 12 Jun 2018 11:10:28 -0400 Received: by mail-pf0-f194.google.com with SMTP id h12-v6so12275649pfk.11 for ; Tue, 12 Jun 2018 08:10:27 -0700 (PDT) In-Reply-To: <20180612095128.kslkt6ban6otanbs@mwanda> Sender: netdev-owner@vger.kernel.org List-ID: On Tue, 12 Jun 2018 12:51:28 +0300 Dan Carpenter wrote: > On Mon, Jun 11, 2018 at 12:44:55PM -0700, Stephen Hemminger wrote: > > When finding the parent netvsc device, the search needs to be across > > all netvsc device instances (independent of network namespace). > > > > Find parent device of VF using upper_dev_get routine which > > searches only adjacent list. > > > > Fixes: e8ff40d4bff1 ("hv_netvsc: improve VF device matching") > > Signed-off-by: Stephen Hemminger > > > > netns aware byref > > What? Presumably that wasn't supposed to be part of the commit message. That was leftover from earlier commit message