From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=ROLRaaZNVBk7YGa6WWp+f0jWFpnmHYkPDA3QXoR3oOE=; b=I9HxCRTGY7rRngS3YSBYZdg5Z4ahSQOSyFLezC2XGfwIbZA88Gc9kcxigzworfXg5h hReFtD0NODX3ryzh9VWQivIehHnQoia4R4C3GNn3U6rPweATvSS+7CN0Pt8E0Dc3VjZK z0NqAZ2stgn+6FAxoHY3Qnk0NBrVe94m9uX5h4mg9VeHdw1iWEpaPyzyB2iTQGZj8p05 LEYOrki2YNe7ZHlcv3VzuKXZ9A/x1PQVQ/A6EHL5Uf7W9BT9tOqmUJ4mFi+eUOpYI4HU G9t3MRzJ1W8XkPtjM7z+4mj0XoP8geOSIMfxVgNKcgtTpCriEZoSxDhbF2fpdpHv81Uj L+4Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=ROLRaaZNVBk7YGa6WWp+f0jWFpnmHYkPDA3QXoR3oOE=; b=TAkG90RViiy2cioVriF0bl+a5/4XwcXLxO7gfueWe/zB5Jjw6s3he3dHK97707qL+k FpIudzoZDKF2VnU7UKwPNrCLS6QVKhxlUwJD70HQSiuWoTKHFVaDTT+iUzz1auRcIzEh aLuMlOKYFNVLmI1MlE+NL9NQ+7jEVDRTBJEcO34LK3KwJyIyyYhpqJcGr1fgr9e2T/mT d0mm3vnj38N75uYkIrZJCeklKbTXr3b0JuG8TdcjQBbgfLpOrGRZG2bpLvlsEOd3yVnA SpHydsURDWWLlyKQs1v+CDinEGLyv0g068VasHDjwSd028uZaCoaO/W1KN8WLxe2c1/C C1Dg== X-Gm-Message-State: AKS2vOz5VAUMWmHsrr5LANLa/QfMOCVE6vAJQhWoldnf5l/JylwfiRAI CKnLCu65me309jt8HN9Ecw== X-Received: by 10.98.106.66 with SMTP id f63mr37503783pfc.169.1498059599535; Wed, 21 Jun 2017 08:39:59 -0700 (PDT) Received: from xeon-e3 (76-14-207-240.or.wavecable.com. [76.14.207.240]) by smtp.gmail.com with ESMTPSA id k73sm38144349pge.13.2017.06.21.08.39.59 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 21 Jun 2017 08:39:59 -0700 (PDT) Date: Wed, 21 Jun 2017 08:39:52 -0700 From: Stephen Hemminger To: Gregory Etelson Cc: dev@dpdk.org, wenzhuo.lu@intel.com Message-ID: <20170621083952.7cb53f92@xeon-e3> In-Reply-To: <12590845.fKWSysuKYX@polaris> References: <12590845.fKWSysuKYX@polaris> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jun 2017 15:40:00 -0000 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.