From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-la0-f54.google.com (mail-la0-f54.google.com [209.85.215.54]) by dpdk.org (Postfix) with ESMTP id EB40712A8 for ; Thu, 8 Jan 2015 19:04:27 +0100 (CET) Received: by mail-la0-f54.google.com with SMTP id pv20so10545005lab.13 for ; Thu, 08 Jan 2015 10:04:27 -0800 (PST) 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 :content-type; bh=YTHEYQLZ7yRvynjnojwLktOT8yY76WyjB/2zX+P5mQE=; b=gaylJ8+4l0m3HwyJmUQbj0h2WcXe0WF2R8SG/Wpol/rdAwyPOJAhfQylXjn64oW1nI E5u6lNzJdq8pTNrGeOJHQdg6OWoh0A95vcIJFFj31AHGGGgmLD580IrHxpD/TiowgSiS cya4B4gNtWJvr8WBrVWtRaLundqzUfblYZ1OB0vP2gvRQ8MAGlylAl2Xvnqu9tEJDlq/ 1v6GM5qxEdNtnb5hqss6SA+PRx4UmSancL6k9JqHVWP2Fp81Ou01XqA+WgiISpelLm+x n1zVlrGhK0SP9vhV9qf05YXOSH6mYUNSwic21Jfk0Yig5zP2AceMY8h+xqdlxD56AucB XOzw== X-Gm-Message-State: ALoCoQmr7Dkw5lwS4mJQB0MXMH1cZV1M4UkCy7Vgx+Hz9HGDMLiBGk+QH+EdB0DcwSznrtb7SFsO MIME-Version: 1.0 X-Received: by 10.112.41.234 with SMTP id i10mr16201053lbl.25.1420739835823; Thu, 08 Jan 2015 09:57:15 -0800 (PST) Received: by 10.25.215.208 with HTTP; Thu, 8 Jan 2015 09:57:15 -0800 (PST) Date: Thu, 8 Jan 2015 19:57:15 +0200 Message-ID: From: Alex Markuze To: "dev@dpdk.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-dev] IOMMU and 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: Thu, 08 Jan 2015 18:04:28 -0000 Hi, Guys, I'm trying to run a DPDK(1.7.1) application that has been previously tested on Xen/VMware VM's. I have both iommu=pt and intel_iommu=on. I would expect things to work as usual but unfortunately the VF I'm taking is unable to send or receive any packets (The TXQ gets filled out, and the packets never leave). Looking at the demise I se this: IOMMU: hardware identity mapping for device 0000:83:00.0 IOMMU: hardware identity mapping for device 0000:83:00.1 These are the bus addresses of the physical functions. I don't know If I need to see the VF's listed here as well. Any suggestions?