From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan Carpenter Subject: Re: [PATCH net 2/3] hv_netvsc: fix network namespace issues with VF support Date: Tue, 12 Jun 2018 12:51:28 +0300 Message-ID: <20180612095128.kslkt6ban6otanbs@mwanda> References: <20180611194456.8268-1-sthemmin@microsoft.com> <20180611194456.8268-3-sthemmin@microsoft.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kys@microsoft.com, haiyangz@microsoft.com, sthemmin@microsoft.com, devel@linuxdriverproject.org, netdev@vger.kernel.org To: Stephen Hemminger Return-path: Received: from aserp2120.oracle.com ([141.146.126.78]:46498 "EHLO aserp2120.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932639AbeFLJvs (ORCPT ); Tue, 12 Jun 2018 05:51:48 -0400 Content-Disposition: inline In-Reply-To: <20180611194456.8268-3-sthemmin@microsoft.com> Sender: netdev-owner@vger.kernel.org List-ID: 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. > --- regards, dan carpenter