From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: Problems with testpmd Date: Fri, 10 May 2013 00:05:28 +0200 Message-ID: <4229464.gbYy6pVKrG@x220> References: <518BBB2D.5080101@viaquanta.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Cc: dev-VfR2kkLFssw@public.gmane.org To: =?ISO-8859-1?Q?Jo=E3o_Alberto_Pereira_de_Ara=FAjo?= Return-path: In-Reply-To: <518BBB2D.5080101-mlu+sjZCvEiB+jHODAdFcQ@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" Hello, 09/05/2013 16:05, Jo=E3o Alberto Pereira de Ara=FAjo : > Cause: No probed ethernet devices [..] > I have a board with 6 Gigabit ethernet ports (82574L) with the latest= > driver from intel. As you can see in lib/librte_eal/common/include/rte_pci_dev_ids.h, the NIC 82574L is not supported in this version. Without extension, DPDK 1.2.3 supports only NIC families IGB and IXGBE.= But the device 82574L is known to be part of family e1000e. For the record, here is a list of Intel NIC families: - e1000 (8254x) - e1000e (82571..82574, 82583, ich8..ich10, pch..pch2) - igb (82575..82576, 82580, i210, i211, i350, dh89xxcc) - ixgbe (82598..82599, x540) --=20 Thomas