From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 52A772C18; Fri, 5 May 2017 17:03:38 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id F13F6206D1; Fri, 5 May 2017 11:03:37 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Fri, 05 May 2017 11:03:37 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=iSHq8f+FQ0y6JBW D0q7ib9LxD29q6y6cNOiqHgS34/0=; b=ogVXTgKe1qVBsBVTo40hssUdMYKcMXR RTmtnrDjZeuj11WSzBDyUiVv50wocl4sjINYXzhW90ZR7J7Fat2ZGJlyrxlLmvoc eP+YPz1+3N/Fb1bUjhjOEPLfNJ6kKzwuV7tT730AmpT9ctN3lQ5ZeAktWgkIXkHU nc2/WKVGaBA8= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc:x-sasl-enc; s= fm1; bh=iSHq8f+FQ0y6JBWD0q7ib9LxD29q6y6cNOiqHgS34/0=; b=r6HfN30T pQ7icNmby6szLavVeG1VDI/YzqXQLskAZGhqZH/6e6ZKpNgTi+oyOh+gI/ftYluU CfvGr2AVvWW1iL630P2PfD34Bi5pCgbl20s0oIukNjWcJi3JjhA+7Mk60lmbBZlu MeTT8Ycs5sqL1Dl+wxwbmINoRLEwqbqieWciDftW2wyTgqdHi7KSJhQE21koDLsS iX9QiDw+BTfCfVpnnNWipRFmmDR8wMdJ5bHuBFuaA48pK2DvDY3VYINMOvGhj3e3 wiC0NEkrgYhkI3FV2hF+YtaT+Wk8MOVfXktxayfwFNZk1gJQ40BjCES19FTuagNg PprkAEUJv7+h1A== X-ME-Sender: X-Sasl-enc: tq6hFs766q7OJnTDC19WVtJuK5J4fqTLzsKuoovXNVLz 1493996617 Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id B0EBB7E3A4; Fri, 5 May 2017 11:03:37 -0400 (EDT) From: Thomas Monjalon To: "Dai, Wei" Cc: dev@dpdk.org, "Lu, Wenzhuo" , "Zhang, Helin" , "Ananyev, Konstantin" , stable@dpdk.org Date: Fri, 05 May 2017 17:03:36 +0200 Message-ID: <5818183.pfRzQTiKH5@xps> In-Reply-To: <6A0DE07E22DDAD4C9103DF62FEBC09093B5A09F9@shsmsx102.ccr.corp.intel.com> References: <1493891680-39384-1-git-send-email-wei.dai@intel.com> <6A0DE07E22DDAD4C9103DF62FEBC09093B5A09F9@shsmsx102.ccr.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] net/ixgbe: fix VF Rx mode if allmulticast is disabled X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 May 2017 15:03:38 -0000 > > 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