From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 68D425A8A for ; Fri, 20 Mar 2015 15:02:53 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP; 20 Mar 2015 07:02:38 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.11,437,1422950400"; d="scan'208";a="701676519" Received: from bricha3-mobl3.ger.corp.intel.com ([10.243.20.26]) by orsmga002.jf.intel.com with SMTP; 20 Mar 2015 07:02:36 -0700 Received: by (sSMTP sendmail emulation); Fri, 20 Mar 2015 14:02:35 +0025 Date: Fri, 20 Mar 2015 14:02:35 +0000 From: Bruce Richardson To: "Rapelly, Varun" Message-ID: <20150320140234.GA5316@bricha3-MOBL3> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: Intel Shannon Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Cc: "dev@dpdk.org" 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 14:02:53 -0000 On Fri, Mar 20, 2015 at 07:09:00AM +0000, Rapelly, Varun wrote: > > 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. After you load the uio driver, you still need to bind some NIC devices to use it, otherwise DPDK will ignore those devices as being used by the kernel. The script "dpdk_nic_bind.py" in the tools directory can help with the binding and unbinding to the different drivers. /Bruce > > Regards, > Varun >