From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] net/ixgbe: fix VF Rx mode if allmulticast is disabled Date: Fri, 05 May 2017 17:03:36 +0200 Message-ID: <5818183.pfRzQTiKH5@xps> References: <1493891680-39384-1-git-send-email-wei.dai@intel.com> <6A0DE07E22DDAD4C9103DF62FEBC09093B5A09F9@shsmsx102.ccr.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Lu, Wenzhuo" , "Zhang, Helin" , "Ananyev, Konstantin" , stable@dpdk.org To: "Dai, Wei" Return-path: In-Reply-To: <6A0DE07E22DDAD4C9103DF62FEBC09093B5A09F9@shsmsx102.ccr.corp.intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > Some customers find that 82599 NIC DPDK VF PMD can't receive any > > broadcast packets when it is bound to igb_uio in the first time to run a DPDK > > application like testpmd. But when the application is quited and run again, > > the DPDK VF PMD can receive broadcast packets again. The associated PF is > > run by kernel driver when the VF is driven by DPDK PMD. > > > > When patch fixes this issue. > > > > Fixes: 260e2e22e26f ("net/ixgbe/base: move multicast mode update") > > Fixes: 72dec9e37a84 ("ixgbe: support multicast promiscuous mode on VF") > > Cc: stable@dpdk.org > > > > Signed-off-by: Wei Dai > Acked-by: Wenzhuo Lu Applied, thanks