From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qg0-f48.google.com (mail-qg0-f48.google.com [209.85.192.48]) by dpdk.org (Postfix) with ESMTP id 9311A2E89 for ; Thu, 6 Nov 2014 20:30:15 +0100 (CET) Received: by mail-qg0-f48.google.com with SMTP id q108so1310005qgd.35 for ; Thu, 06 Nov 2014 11:39:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to; bh=4Qlm7COpFvfW9ths6OEsFJrZbdGLCeHzHOHgwwaXJqw=; b=fkVbaHTVWKuU5fNWr6yfxdD7I5KzQUhJz++sjv6kIs+5HMiQQzTVz7xI6mzXSHfRBa grrOOJrotO4FexL5FRXvXEymUUEk6Zz6tGfW4R8v4EcJ3X5RI5TQsJk0gXuzz4HSWSrw EN4CQVp+hJJsAuwMAPcb6U2OH4ZaTFOT4ZxHTmO2qIyovC+XiJWVweWgSnVf0Jgt9z2b P7Jpyzm9/IzMyRWnRdq2pWehN1EqEJx+kDNGWdA+VTjg/suu47Risi4drVqZ1xOus99c XSPGAIwaRNZrFlwNouSgxMuXV8d+YegoKFHr964RHiV5pimFgGn6DUWz6yNbac1sedAN NPMw== X-Received: by 10.224.24.131 with SMTP id v3mr10018164qab.81.1415302783771; Thu, 06 Nov 2014 11:39:43 -0800 (PST) Received: from [192.168.234.24] (lawn-gw.rutgers.edu. [128.6.168.245]) by mx.google.com with ESMTPSA id p10sm2272344qab.39.2014.11.06.11.39.42 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 06 Nov 2014 11:39:42 -0800 (PST) Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 (Mac OS X Mail 8.0 \(1990.1\)) From: Eduard Gibert Renart In-Reply-To: <545BBBF4.7010501@bisdn.de> Date: Thu, 6 Nov 2014 14:39:41 -0500 Content-Transfer-Encoding: quoted-printable Message-Id: <236BCFEC-58FD-47D2-9B5E-E892CE8FBF6D@gmail.com> References: <1415146642-24717-1-git-send-email-marc.sune@bisdn.de> <545BBBF4.7010501@bisdn.de> To: "" X-Mailer: Apple Mail (2.1990.1) Subject: [dpdk-dev] Cannot run l3fwd 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, 06 Nov 2014 19:30:15 -0000 Hi Everyone: When I try to run l3fwd inside my VM I get the following error: ubuntu@ubuntu-VirtualBox:~/Desktop/dpdk-1.7.1/examples/l3fwd/build$ sudo = ./l3fwd -c 0x3 -n 2 -- -p 0x3 --config=3D"(0,0,0),(1,0,1)" EAL: Cannot read numa node link for lcore 0 - using physical package id = instead EAL: Detected lcore 0 as core 0 on socket 0 EAL: Cannot read numa node link for lcore 1 - using physical package id = instead EAL: Detected lcore 1 as core 1 on socket 0 EAL: Support maximum 64 logical core(s) by configuration. EAL: Detected 2 lcore(s) EAL: Setting up memory... EAL: cannot open /proc/self/numa_maps, consider that all memory is in = socket_id 0 EAL: Ask a virtual area of 0x400000 bytes EAL: Virtual area found at 0xb6400000 (size =3D 0x400000) EAL: Ask a virtual area of 0x200000 bytes EAL: Virtual area found at 0xb6000000 (size =3D 0x200000) EAL: Ask a virtual area of 0xf000000 bytes EAL: Virtual area found at 0xa6e00000 (size =3D 0xf000000) EAL: Ask a virtual area of 0x1e200000 bytes EAL: Virtual area found at 0x88a00000 (size =3D 0x1e200000) EAL: Ask a virtual area of 0x200000 bytes EAL: Virtual area found at 0x88600000 (size =3D 0x200000) EAL: Ask a virtual area of 0x200000 bytes EAL: Virtual area found at 0x88200000 (size =3D 0x200000) EAL: Ask a virtual area of 0x200000 bytes EAL: Virtual area found at 0x87e00000 (size =3D 0x200000) EAL: Ask a virtual area of 0x200000 bytes EAL: Virtual area found at 0x87a00000 (size =3D 0x200000) EAL: Ask a virtual area of 0xe400000 bytes EAL: Virtual area found at 0x79400000 (size =3D 0xe400000) EAL: Ask a virtual area of 0x2200000 bytes EAL: Virtual area found at 0x77000000 (size =3D 0x2200000) EAL: Ask a virtual area of 0xc00000 bytes EAL: Virtual area found at 0x76200000 (size =3D 0xc00000) EAL: Ask a virtual area of 0xe00000 bytes EAL: Virtual area found at 0x75200000 (size =3D 0xe00000) EAL: Requesting 512 pages of size 2MB from socket 0 EAL: TSC frequency is ~2503668 KHz EAL: WARNING: cpu flags constant_tsc=3Dyes nonstop_tsc=3Dno -> using = unreliable clock cycles ! EAL: Master core 0 is ready (tid=3Db75c2800) EAL: Core 1 is ready (tid=3D751ffb40) EAL: PCI device 0000:00:03.0 on NUMA socket -1 EAL: probe driver: 8086:100e rte_em_pmd EAL: 0000:00:03.0 not managed by UIO driver, skipping EAL: PCI device 0000:00:08.0 on NUMA socket -1 EAL: probe driver: 8086:100e rte_em_pmd EAL: PCI memory mapped at 0xb7572000 EAL: PCI device 0000:00:09.0 on NUMA socket -1 EAL: probe driver: 8086:100e rte_em_pmd EAL: PCI memory mapped at 0xb7552000 EAL: PCI device 0000:00:03.0 on NUMA socket -1 EAL: probe driver: 8086:100e rte_em_pmd EAL: 0000:00:03.0 not managed by UIO driver, skipping Initializing port 0 ... Creating queues: nb_rxq=3D1 nb_txq=3D2... EAL: = Error - exiting with code: 1 Cause: Cannot configure device: err=3D-22, port=3D0 Any ideas on what is causing the error?=20 Thanks, Eduard Gibert Renart=