From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id EB6197F8C for ; Fri, 19 Dec 2014 17:24:42 +0100 (CET) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga103.jf.intel.com with ESMTP; 19 Dec 2014 08:22:17 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.04,691,1406617200"; d="scan'208";a="501594149" Received: from irsmsx154.ger.corp.intel.com ([163.33.192.96]) by orsmga003.jf.intel.com with ESMTP; 19 Dec 2014 08:20:17 -0800 Received: from irsmsx102.ger.corp.intel.com ([169.254.2.213]) by IRSMSX154.ger.corp.intel.com ([169.254.12.15]) with mapi id 14.03.0195.001; Fri, 19 Dec 2014 16:24:41 +0000 From: "Gray, Mark D" To: "Gray, Mark D" , "dev@dpdk.org" Thread-Topic: vfio bind failing Thread-Index: AdAbcxJ+BJQsNgscQ26EEXaRi3GnqAANRvXw Date: Fri, 19 Dec 2014 16:24:40 +0000 Message-ID: <738D45BC1F695740A983F43CFE1B7EA92D7BAE59@IRSMSX102.ger.corp.intel.com> References: <738D45BC1F695740A983F43CFE1B7EA92D7BAACE@IRSMSX102.ger.corp.intel.com> In-Reply-To: <738D45BC1F695740A983F43CFE1B7EA92D7BAACE@IRSMSX102.ger.corp.intel.com> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] vfio bind failing 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: Fri, 19 Dec 2014 16:24:43 -0000 > Hi, >=20 > I am trying to enable vfio with a DPDK app. However, I cannot bind a NIC = to > the vfio-pci driver >=20 > * I have enabled it in the BIOS and in the kernel. > [root@hostname tools]# cat /proc/cmdline > BOOT_IMAGE=3D/boot/vmlinuz-3.16.7-200.fc20.x86_64 rhgb quiet > default_hugepagesz=3D1G hugepagesz=3D1G hugepages=3D16 iommu=3Don It works now: config issue. Needed to set iommu=3Dpt intel_iommu=3Don Mark