From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oi0-f51.google.com (mail-oi0-f51.google.com [209.85.218.51]) by dpdk.org (Postfix) with ESMTP id 185618D3A for ; Sat, 6 Feb 2016 17:58:32 +0100 (CET) Received: by mail-oi0-f51.google.com with SMTP id x21so59003191oix.3 for ; Sat, 06 Feb 2016 08:58:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=6YH+AVfYpUUQC+XISrJMq4hjRdNSxiyuEav7byabD2k=; b=iOCvm3hb9tU39zuRDLUhMxtc7IqeeO1HdO4D0gB/aB2POjMCw8a7r/BPHOkVgYbg0s DP/ShheJQfP/zxJPMAFIn194bCHo51JNZin1E/21KoYsJO+b1k7n190q72XhjYfHpKqf 7DOS9JGAUlJJpScr2HIuMhCXL9wQRyl9IhPCJ31FIRyoCnvV1aXAsf7eZm3EHkKWpOQf 4uNUKsRJOr+RjsTFwtxSdu3Rz6pW0OtP3Drhgw8RuMHZb9TdVBSX++1uyQQByvvAPWLh LIlkwtYdkXqpjrHGpk4cfcN9nP1sLeZB0SwfK68dlOZFnpucu9AYaJboUaetZS5K1ymp A0dQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=6YH+AVfYpUUQC+XISrJMq4hjRdNSxiyuEav7byabD2k=; b=IWzbSxF8nIzzEYkRdh0K1M7nwfPA5gkxu0e64ZlGlCrGQmKniPPtbfvslvMizOebfh fYwplg7qvXfIzejDhrlLRuM40nh+IUb7pfdsvuFcF+00beJNGK9ykJDGUXW284YZbOhl eOV0RjPVpexka1A4vAD1GaGCK2Q2/jegUimsC3nnioiwpkTx0hlAQqgd61pKrVFdjom7 iBw6n9EyQjnbXVX1xfggOfjDe3UNlkYl0xphsmSrxQgrgPMzse/unR9qltGe87ztv0R7 /wvAnnNbhz/fM6b6huWD6c9aCkeA4H/rD2aK7qAc86QRHlZ0rbbT8Swfd6AMfEOiam0X VRLw== X-Gm-Message-State: AG10YORXjNl/WF5n1/F6NWyTA09uf4TNcqR1zQOmBdobsGcS5xBSgh8gm/77XzXzutZDlHOMp7LAg6yXCfoEpg== MIME-Version: 1.0 X-Received: by 10.202.203.67 with SMTP id b64mr12949912oig.113.1454777911544; Sat, 06 Feb 2016 08:58:31 -0800 (PST) Received: by 10.157.47.179 with HTTP; Sat, 6 Feb 2016 08:58:31 -0800 (PST) In-Reply-To: <56B4D0B0.8080208@intel.com> References: <56B4D0B0.8080208@intel.com> Date: Sat, 6 Feb 2016 11:58:31 -0500 Message-ID: From: Sowmini Varadhan To: Sergio Gonzalez Monroy Content-Type: text/plain; charset=UTF-8 Cc: users@dpdk.org Subject: Re: [dpdk-users] VF bound to vfio-pci fails pci_map_device X-BeenThere: users@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: usage discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Feb 2016 16:58:32 -0000 On Fri, Feb 5, 2016 at 11:41 AM, Sergio Gonzalez Monroy wrote: > I don't have that kernel (3.8.13) available to me at the moment, so if you > double check that everything is setup properly and you still have issues, thanks for the reply- I figure out what it was: I was forgetting to do make headers_install INSTALL_HDR_PATH=/usr from my 3.8 kernel build dir, so it was including an older linux/version.h.. After fixing that (plus booting with intel_iommu=on, and buidling kernel with the needed CONFIG_VFIO* options), testpmd comes up correctly with the vf. I'll take a look at the addtional docs around testpmd that you shared, and get back if I run into questions- thanks again for the hint.