From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: ixgbevf & i40evf: no Ethernet multicasts on rx Date: Wed, 21 Jun 2017 08:39:52 -0700 Message-ID: <20170621083952.7cb53f92@xeon-e3> References: <12590845.fKWSysuKYX@polaris> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, wenzhuo.lu@intel.com To: Gregory Etelson Return-path: Received: from mail-pg0-f54.google.com (mail-pg0-f54.google.com [74.125.83.54]) by dpdk.org (Postfix) with ESMTP id 5C3CD58EC for ; Wed, 21 Jun 2017 17:40:00 +0200 (CEST) Received: by mail-pg0-f54.google.com with SMTP id 132so44929618pgb.2 for ; Wed, 21 Jun 2017 08:40:00 -0700 (PDT) In-Reply-To: <12590845.fKWSysuKYX@polaris> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Wed, 21 Jun 2017 16:52:41 +0300 Gregory Etelson wrote: > Hello, > > Ethernet frames sent to multicast destination address 01:ff:ff:ff:ff:01 > not visible on ixgbe & i40e VF PMDs. > > PF PMDs receive multicast frames normally. > > Tested with DPDK v17.05.0 and > 3566af6be7f968c678a867399ddc644fb762873b (current master) > > Regards, > Gregory By default Intel VF's block multicast. To allow multicast you have to do some configuration on the PF.