From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gregory Etelson Subject: ixgbevf & i40evf: no Ethernet multicasts on rx Date: Wed, 21 Jun 2017 16:52:41 +0300 Message-ID: <12590845.fKWSysuKYX@polaris> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: wenzhuo.lu@intel.com To: dev@dpdk.org Return-path: Received: from mail-wr0-f177.google.com (mail-wr0-f177.google.com [209.85.128.177]) by dpdk.org (Postfix) with ESMTP id 1C1D537B7 for ; Wed, 21 Jun 2017 15:52:44 +0200 (CEST) Received: by mail-wr0-f177.google.com with SMTP id r103so136085901wrb.0 for ; Wed, 21 Jun 2017 06:52:44 -0700 (PDT) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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