From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net] hv_netvsc: enable multicast if necessary Date: Thu, 29 Mar 2018 11:46:00 -0400 (EDT) Message-ID: <20180329.114600.245445531699457129.davem@davemloft.net> References: <20180327182848.25056-1-sthemmin@microsoft.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, sthemmin@microsoft.com To: stephen@networkplumber.org Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:44872 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752145AbeC2PqC (ORCPT ); Thu, 29 Mar 2018 11:46:02 -0400 In-Reply-To: <20180327182848.25056-1-sthemmin@microsoft.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Stephen Hemminger Date: Tue, 27 Mar 2018 11:28:48 -0700 > My recent change to netvsc drive in how receive flags are handled > broke multicast. The Hyper-v/Azure virtual interface there is not a > multicast filter list, filtering is only all or none. The driver must > enable all multicast if any multicast address is present. > > Fixes: 009f766ca238 ("hv_netvsc: filter multicast/broadcast") > Signed-off-by: Stephen Hemminger Applied, thanks Stephen.