From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 0FB3A922E for ; Thu, 12 Nov 2015 17:13:19 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga103.fm.intel.com with ESMTP; 12 Nov 2015 08:13:14 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,282,1444719600"; d="scan'208";a="835734712" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by fmsmga001.fm.intel.com with ESMTP; 12 Nov 2015 08:13:14 -0800 Received: from fmsmsx114.amr.corp.intel.com (10.18.116.8) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 12 Nov 2015 08:13:13 -0800 Received: from fmsmsx107.amr.corp.intel.com ([169.254.6.71]) by FMSMSX114.amr.corp.intel.com ([10.18.116.8]) with mapi id 14.03.0248.002; Thu, 12 Nov 2015 08:13:13 -0800 From: "Arevalo, Mario Alfredo C" To: "users@dpdk.org" Thread-Topic: error running l3fwd on kvm Thread-Index: AdEdYnALUYRSCgR/TLaehSeOYnRUGQAAomTi Date: Thu, 12 Nov 2015 16:13:12 +0000 Message-ID: <6594B51DBE477C48AAE23675314E6C460F7809C8@fmsmsx107.amr.corp.intel.com> References: <6594B51DBE477C48AAE23675314E6C460F77F91B@fmsmsx107.amr.corp.intel.com> In-Reply-To: <6594B51DBE477C48AAE23675314E6C460F77F91B@fmsmsx107.amr.corp.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.3.86.139] Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [dpdk-users] error running l3fwd on kvm 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: Thu, 12 Nov 2015 16:13:20 -0000 From: Arevalo, Mario Alfredo C Sent: Thursday, November 12, 2015 7:54 AM To: users@dpdk.org Subject: error running l3fwd on kvm Hello guys, I'm trying to run l3fwd, it works very well when I run it i= n bare-metal, however when I try to run in a Virtual Machine I get the next error: EAL: Detected lcore 0 as core 0 on socket 0 EAL: Detected lcore 1 as core 0 on socket 0 EAL: Detected lcore 2 as core 1 on socket 0 EAL: Detected lcore 3 as core 1 on socket 0 EAL: Detected lcore 4 as core 2 on socket 0 EAL: Detected lcore 5 as core 2 on socket 0 EAL: Detected lcore 6 as core 3 on socket 0 EAL: Detected lcore 7 as core 3 on socket 0 EAL: Support maximum 128 logical core(s) by configuration. EAL: Detected 8 lcore(s) EAL: VFIO modules not all loaded, skip VFIO support... EAL: Setting up physically contiguous memory... EAL: Ask a virtual area of 0x600000 bytes EAL: Virtual area found at 0x7f9905000000 (size =3D 0x600000) EAL: Ask a virtual area of 0x200000 bytes EAL: Virtual area found at 0x7f9904c00000 (size =3D 0x200000) EAL: Ask a virtual area of 0x35400000 bytes EAL: Virtual area found at 0x7f98cf600000 (size =3D 0x35400000) EAL: Requesting 430 pages of size 2MB from socket 0 EAL: TSC frequency is ~2294687 KHz EAL: WARNING: cpu flags constant_tsc=3Dyes nonstop_tsc=3Dno -> using unreli= able clock cycles ! EAL: open shared lib librte_pmd_virtio.so EAL: Master lcore 0 is ready (tid=3D634d1c0;cpuset=3D[0]) EAL: lcore 1 is ready (tid=3Dcf3f6700;cpuset=3D[1]) EAL: PCI device 0000:00:02.0 on NUMA socket -1 EAL: probe driver: 1af4:1000 rte_virtio_pmd EAL: PCI device 0000:00:03.0 on NUMA socket -1 EAL: probe driver: 1af4:1000 rte_virtio_pmd EAL: PCI device 0000:00:04.0 on NUMA socket -1 EAL: probe driver: 1af4:1000 rte_virtio_pmd EAL: PCI device 0000:00:05.0 on NUMA socket -1 EAL: probe driver: 1af4:1000 rte_virtio_pmd Initializing port 0 ... Creating queues: nb_rxq=3D1 nb_txq=3D2... EAL: Erro= r - exiting with code: 1 Cause: Cannot configure device: err=3D-22, port=3D0 has someone seen this error before? Thank you. Mario.