From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ob0-f169.google.com (mail-ob0-f169.google.com [209.85.214.169]) by dpdk.org (Postfix) with ESMTP id BCB553237 for ; Sun, 17 May 2015 23:55:24 +0200 (CEST) Received: by obbkp3 with SMTP id kp3so110213565obb.3 for ; Sun, 17 May 2015 14:55:24 -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:content-type; bh=0iX7j9Xyq/8Zrmme7+SqeVVeu+Z1nR+V2qXmtKuFmAE=; b=EhSkaEW+4mb/z+O3piPgHnLRm5J5OIgaIEr1gI3rgT9hTd7RWBzx3KAmLI0nGUxPrl hd7EFLz6K8y6mVDvskwQPp1/bPsgwMXDTnDX6kAdn/TkAtIRq9XUSTeDjUZxM0CIR7ta AcJ3LBq4PON07yZsyEHE11USF6FmvEgxfBfoL8o4w+LKu/CF5Elgkpp/ZIjXbny2Yu57 2rgz4vmhS8VetyzXLtFIEf7suX0WUgsGeowOhFUqRP5Jz3sIKlk0tK/mgUpAox2LZTbp 0daMSu8iEZitiFNbc1WitEa0U4zkB5Rk9LFeEeP7jTiGtWaTr3ylvTzcHvyKg64UmU5O 7DTw== MIME-Version: 1.0 X-Received: by 10.202.18.203 with SMTP id 194mr16391212ois.110.1431899724258; Sun, 17 May 2015 14:55:24 -0700 (PDT) Received: by 10.202.77.77 with HTTP; Sun, 17 May 2015 14:55:24 -0700 (PDT) Date: Sun, 17 May 2015 22:55:24 +0100 Message-ID: From: Stuart Andrews To: dev@dpdk.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-dev] No probed ethernet devices with shared library 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: Sun, 17 May 2015 21:55:25 -0000 Hello, I've been trying to create an app which uses the DPDK shared library and therefore I have CONFIG_RTE_BUILD_SHARED_LIB=y However, when I try to run 'test-pmd' I get EAL: No probed ethernet devices This is strange because when I compile DPDK with CONFIG_RTE_BUILD_SHARED_LIB=n and run 'test-pmd' everything works fine. I'm using the IGB UIO module on a x86_64 Ubuntu OS running on a vm and I set everything up according to the documentation. Any help would be appreciated.