From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jakub Kicinski Subject: Re: [PATCH net 8/9] hv_netvsc: propagate rx filters to VF Date: Thu, 1 Mar 2018 13:56:57 -0800 Message-ID: <20180301135657.5ab70082@cakuba.netronome.com> References: <20180301182756.23027-1-sthemmin@microsoft.com> <20180301182756.23027-9-sthemmin@microsoft.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: devel@linuxdriverproject.org, haiyangz@microsoft.com, sthemmin@microsoft.com, netdev@vger.kernel.org To: Stephen Hemminger Return-path: In-Reply-To: <20180301182756.23027-9-sthemmin@microsoft.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: driverdev-devel-bounces@linuxdriverproject.org Sender: "devel" List-Id: netdev.vger.kernel.org On Thu, 1 Mar 2018 10:27:55 -0800, Stephen Hemminger wrote: > The netvsc device should propagate filters to the SR-IOV VF > device (if present). The flags also need to be propagated to the > VF device as well. This only really matters on local Hyper-V > since Azure does not support multiple addresses. > > The rx filter management in netvsc device does not need to be done > in a work queue since it is called with RTNL held. > > Signed-off-by: Stephen Hemminger Do you also propagate them when VF gets unplugged and plugged back in?