From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-vk0-f51.google.com (mail-vk0-f51.google.com [209.85.213.51]) by dpdk.org (Postfix) with ESMTP id 2D9152C6B for ; Tue, 15 Mar 2016 10:00:30 +0100 (CET) Received: by mail-vk0-f51.google.com with SMTP id e6so12253873vkh.2 for ; Tue, 15 Mar 2016 02:00:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to; bh=uJhQ1cT8EquHLTKKoacqK8XEPTnoeWkSPKIYvRA2jFQ=; b=UxQHyh/ei+284Nfb7cq+iuNb0Dor8Mh/wZ6dik3+sKxjJ3wPBs7IsAfvwS2C+D8Zjf K1TjOg1ePhsoVJllMWdDQnGJ2GAk031LcmQp2dAGZdRbM6/QtEvrLTbOB/fao/Mb8U0p Kg3zap3ogjcitW5tQZl+gGOwY67ntlVDuLhcLDtJp961Jldt50uiAQX72zsksmvycoKr qbVCX4O6bF9dPJrNfXGByR5EsPCTadqGOmba6FvmP2neaJTRnJ40Ob6kPYjfD3vL8+jX EvIOkQW2Z3KmUkXKJn1WZHm36Kg0GihI1Tq89eOLhenXFl07qiFj8v584NV/EuWiwyUb c2lw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to; bh=uJhQ1cT8EquHLTKKoacqK8XEPTnoeWkSPKIYvRA2jFQ=; b=ajUQDc1GwU7nPxfH3S2jtMCyoGlJf0AjSgvkqN+6bvl+3+RSzDQbvizlLLUV8wjuS/ ofxWGkTknAX5o6PaqyBE80Z12gBVF5BrABGncr/cSVmbAErucXHopz24iUywnmS3NVmJ UudQi5e3lpSf3GsCzzEAuw2OMSCyhDVINewVdZ+S/h20rFXkabd0x96QtObZxyzcqZTJ xFUUvfbTNWM/4CB5aVAFhFOMKeRJAwEIin/3mlt+RxLvXJnnDvN35Y89EXwi49qz35ov oDCY85JRsx86x/doWqWet0PQrVLirCk2wHvnocrOoD17pfLgMylbhNp3X/lICbWAvlKe 54tA== X-Gm-Message-State: AD7BkJKwZoKuL8HPRtFuzVH315lhKsoh1Gj3qAZA7zO156DOXkR579aTtwdKeUs06gK2mBUUTBosO/O/KGTnBw== MIME-Version: 1.0 X-Received: by 10.31.107.146 with SMTP id k18mr30257680vki.8.1458032429592; Tue, 15 Mar 2016 02:00:29 -0700 (PDT) Received: by 10.176.1.8 with HTTP; Tue, 15 Mar 2016 02:00:29 -0700 (PDT) Date: Tue, 15 Mar 2016 14:30:29 +0530 Message-ID: From: bharath paulraj To: dev@dpdk.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-dev] Reg: promiscuous mode on VF 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: Tue, 15 Mar 2016 09:00:30 -0000 Hi Team, We are facing an issue when we are trying to implement Layer 2 bridging functionality over the Virtual function. *Requirement:* We need to create four VMs and each VM should run in promiscuous mode for a specific VLAN, so that it can receive packets for that VLAN and all the unicast MAC address irrespective of its (VF) mac address. In other words, the packet classification should be based on VLAN only. Each VM has to use SRIOV enabled with VF interface (NIC Controller used here is Intel 82599) *Problem Description:* Facing issues while enabling promiscuous mode in virtual function. We have seen many mail threads about promiscuous mode not working on VF. *Questions:* 1) Is it possible to enable promiscuous mode on virtual function? 2) Is the above supported for 82599 controller? If it is supported in the NIC, please provide the steps to enable. 3) If it is enabled, then VLAN should be the only classifier to determine the packets fate to reach the VM. Is it possible to do the classification based on the VLAN alone? Thanks, Bharath Paulraj