From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from na01-bn1-obe.outbound.protection.outlook.com (mail-bn1bon0056.outbound.protection.outlook.com [157.56.111.56]) by dpdk.org (Postfix) with ESMTP id CF209106B for ; Fri, 20 Mar 2015 08:09:04 +0100 (CET) Received: from BLUPR03MB264.namprd03.prod.outlook.com (10.255.213.27) by BLUPR03MB263.namprd03.prod.outlook.com (10.255.213.23) with Microsoft SMTP Server (TLS) id 15.1.118.15; Fri, 20 Mar 2015 07:09:01 +0000 Received: from BLUPR03MB264.namprd03.prod.outlook.com ([169.254.16.100]) by BLUPR03MB264.namprd03.prod.outlook.com ([169.254.16.100]) with mapi id 15.01.0125.002; Fri, 20 Mar 2015 07:09:01 +0000 From: "Rapelly, Varun" To: "dev@dpdk.org" Thread-Topic: Testpmd application failing with Cause: No probed ethernet device with DPDK-1.8.0 Thread-Index: AdBi3Lu0EA7jMF/WTnerRaGOCs1Ipw== Date: Fri, 20 Mar 2015 07:09:00 +0000 Message-ID: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [121.242.142.135] authentication-results: dpdk.org; dkim=none (message not signed) header.d=none; x-microsoft-antispam: UriScan:;BCL:0;PCL:0;RULEID:;SRVR:BLUPR03MB263; x-microsoft-antispam-prvs: x-forefront-antispam-report: BMV:1; SFV:NSPM; SFS:(10009020)(6009001)(53754006)(69234005)(110136001)(77156002)(54356999)(2900100001)(50986999)(92566002)(87936001)(107886001)(74316001)(46102003)(86362001)(19580395003)(450100001)(62966003)(19625215002)(16236675004)(2351001)(33656002)(19300405004)(15975445007)(102836002)(66066001)(2501003)(40100003)(76576001)(2656002)(122556002)(99286002); DIR:OUT; SFP:1101; SCL:1; SRVR:BLUPR03MB263; H:BLUPR03MB264.namprd03.prod.outlook.com; FPR:; SPF:None; MLV:sfv; LANG:en; x-exchange-antispam-report-test: UriScan:; x-exchange-antispam-report-cfa-test: BCL:0; PCL:0; RULEID:(601004)(5005006)(5002010); SRVR:BLUPR03MB263; BCL:0; PCL:0; RULEID:; SRVR:BLUPR03MB263; x-forefront-prvs: 05214FD68E MIME-Version: 1.0 X-OriginatorOrg: sonusnet.com X-MS-Exchange-CrossTenant-originalarrivaltime: 20 Mar 2015 07:09:00.8611 (UTC) X-MS-Exchange-CrossTenant-fromentityheader: Hosted X-MS-Exchange-CrossTenant-id: 29a671dc-ed7e-4a54-b1e5-8da1eb495dc3 X-MS-Exchange-Transport-CrossTenantHeadersStamped: BLUPR03MB263 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dpdk-dev] Testpmd application failing with Cause: No probed ethernet device with DPDK-1.8.0 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, 20 Mar 2015 07:09:05 -0000 Hi All, I'm facing the following issue when testing testpmd application with DPDK-1= .8.0. EAL: PCI device 0000:03:00.0 on NUMA socket -1 EAL: probe driver: 15ad:7b0 rte_vmxnet3_pmd EAL: 0000:03:00.0 not managed by UIO driver, skipping EAL: PCI device 0000:0b:00.0 on NUMA socket -1 EAL: probe driver: 15ad:7b0 rte_vmxnet3_pmd EAL: 0000:0b:00.0 not managed by UIO driver, skipping EAL: PCI device 0000:13:00.0 on NUMA socket -1 EAL: probe driver: 15ad:7b0 rte_vmxnet3_pmd EAL: 0000:13:00.0 not managed by UIO driver, skipping EAL: PCI device 0000:1b:00.0 on NUMA socket -1 EAL: probe driver: 15ad:7b0 rte_vmxnet3_pmd EAL: 0000:1b:00.0 not managed by UIO driver, skipping EAL: Error - exiting with code: 1 Cause: No probed ethernet device Please let me know, what could be the issue. FYI: Igb_uio and rte_kni ko modules are inserted successfully. Regards, Varun