From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gregory@weka.io>
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 <dev@dpdk.org>; Wed, 21 Jun 2017 15:52:44 +0200 (CEST)
Received: by mail-wr0-f177.google.com with SMTP id r103so136085901wrb.0
 for <dev@dpdk.org>; Wed, 21 Jun 2017 06:52:44 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=weka.io; s=google;
 h=from:to:cc:subject:date:message-id:organization:mime-version
 :content-transfer-encoding;
 bh=9RJeGajPzhGkvXnH7TNsVGSAoklYxYbdyHWHMfqrmMk=;
 b=4QhyF09huxoyyUxZLPOJsDUyzRJULrB+Y6QPCLdMjtwHNfCoj9SIFRA8SDucONRukq
 m762Atp4lSUhZbNWpelwcps196vf5L9dWXFJIg+/prWS9f4qb2xVeDVB1KCqPifu2W/Y
 KK/DBlhvFPpYiSmktCfjc+OEwuNHJ/qrtMnJ8=
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20161025;
 h=x-gm-message-state:from:to:cc:subject:date:message-id:organization
 :mime-version:content-transfer-encoding;
 bh=9RJeGajPzhGkvXnH7TNsVGSAoklYxYbdyHWHMfqrmMk=;
 b=p9lDmjLIPqWOpKGhdqUynLoQtwvXKLAbzTrZ7L6yX1zmKlIgP88lLeNxHAiPnr6WV7
 LYxCni3hlUM779y6kET99HP8eYB0ztuVx31Jl7g6+brU84pKxYFBsfPP+F9AvPpoGUhX
 habtuZq2kQSTS0Qp0778iJIubb3Qv8Vu1MiU7cDe1igx+60dAtPdYUzDv56RApBMQ0Rj
 ebllKoMMdyQw5lYbAlwP05GYYBX+YZuX+nLU9HilrQrGqM4SJhEvHFC+tHa5FWg4pYdl
 OoFBAs65xgLTbG8KfXofAmmLzUK+tr+oF1eVUh9uPuqs6edO5YAyCdGWp+egDZSsjlWH
 nlIw==
X-Gm-Message-State: AKS2vOzh1Zf/uWeEdGS40HIi6aoAM7lnJJFrqI9q03fJ1Q/UBoPXl9K1
 W0FHjS4U/5skb8WEju8=
X-Received: by 10.28.198.66 with SMTP id w63mr6417019wmf.110.1498053163576;
 Wed, 21 Jun 2017 06:52:43 -0700 (PDT)
Received: from polaris.localnet (bzq-84-109-69-99.cablep.bezeqint.net.
 [84.109.69.99])
 by smtp.gmail.com with ESMTPSA id r142sm13818070wmg.24.2017.06.21.06.52.42
 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Wed, 21 Jun 2017 06:52:42 -0700 (PDT)
From: Gregory Etelson <gregory@weka.io>
To: dev@dpdk.org
Cc: wenzhuo.lu@intel.com
Date: Wed, 21 Jun 2017 16:52:41 +0300
Message-ID: <12590845.fKWSysuKYX@polaris>
Organization: Weka.IO
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7Bit
X-Content-Filtered-By: Mailman/MimeDel 2.1.15
Subject: [dpdk-dev] ixgbevf & i40evf: no Ethernet multicasts on rx
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Wed, 21 Jun 2017 13:52:44 -0000

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