From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mailout1.radware.com (mailout1.radware.com [192.115.180.130]) by dpdk.org (Postfix) with ESMTP id C313C37AF for ; Wed, 28 Oct 2015 15:30:06 +0100 (CET) Received: from ILMB2.corp.radware.com ([169.254.2.82]) by ILCAS2.corp.radware.com ([176.200.120.122]) with mapi id 14.03.0210.002; Wed, 28 Oct 2015 16:30:05 +0200 From: Shaham Fridenberg To: "dev@dpdk.org" Thread-Topic: SR-IOV - VF: allowing unicast & multicast MAC addresses Thread-Index: AdERjP2K9TeX8+kCQhu0QTiQa1bfLw== Date: Wed, 28 Oct 2015 14:30:05 +0000 Message-ID: <2E654B490240B7449C846A96A8D8FE0CC43A33F1@ILMB2.corp.radware.com> Accept-Language: he-IL, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [176.200.121.206] MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-dev] SR-IOV - VF: allowing unicast & multicast MAC addresses X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Oct 2015 14:30:07 -0000 Hey all, I upgraded from dpdk 1.8.0 to 2.1.0, and have a VM to which I attach severa= l VFs in SR-IOV mode. I managed to use set_mc_addr_list API to allow a specific multicast address= via the VF, RX side. I wonder is it possible to allow a range of multicast addresses? Allow by p= refix? Couldn't find anything like that. Also, is there some API to allow any MAC address via the VF itself (assumin= g PF is not accessible, VF is directly attached to the VM)? I found filter_ctrl API but it seems to be implemented & used in PF only.. Thanks, Shaham