From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from p3plsmtpa08-05.prod.phx3.secureserver.net (p3plsmtpa08-05.prod.phx3.secureserver.net [173.201.193.106]) by dpdk.org (Postfix) with ESMTP id 2BD8B68D0 for ; Thu, 9 May 2013 17:07:05 +0200 (CEST) Received: from [192.168.10.8] ([188.83.136.246]) by p3plsmtpa08-05.prod.phx3.secureserver.net with id Zr741l0055K8kr801r74zV; Thu, 09 May 2013 08:07:05 -0700 Message-ID: <518BBB2D.5080101@viaquanta.com> Date: Thu, 09 May 2013 16:05:17 +0100 From: =?ISO-8859-1?Q?Jo=E3o_Alberto_Pereira_de_Ara=FAjo?= User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130328 Thunderbird/17.0.5 MIME-Version: 1.0 To: dev@dpdk.org X-Enigmail-Version: 1.5.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: [dpdk-dev] Problems with testpmd 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, 09 May 2013 15:07:05 -0000 Good afternoon. I'm new in here, but i installed DPDK and i haven't had any problems, but when i try to run the test it appears PMD: rte_ixgbe_pmd_init: >> PMD: rte_ixgbevf_pmd_init(): rte_ixgbevf_pmd_init EAL: Error - exiting with code: 1 Cause: No probed ethernet devices - check that CONFIG_RTE_LIBRTE_IGB_PMD=y that CONFIG_RTE_LIBRTE_IXGBE_PMD=y in your configuration file I already check that lines in the configuration file defconfig_i686-default-linuxapp-gcc and it's ok, and also checked the debug lines also. I have a board with 6 Gigabit ethernet ports (82574L) with the latest driver from intel. Thanks in advance.