From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f174.google.com (mail-wi0-f174.google.com [209.85.212.174]) by dpdk.org (Postfix) with ESMTP id 9661CDE4 for ; Mon, 6 Jan 2014 16:37:27 +0100 (CET) Received: by mail-wi0-f174.google.com with SMTP id z2so2950915wiv.13 for ; Mon, 06 Jan 2014 07:38:38 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:organization:to:subject:date:user-agent:cc :references:in-reply-to:mime-version:content-type :content-transfer-encoding:message-id; bh=eFfjpWvDK1m/i8OzobTcbOOQD6mUpv+7o4i7Tduzmdc=; b=ZGM28pLTMbQwFGP5B7bRIZ9aLknpt1nclw9+UDXfrebFcRoPh6akfLHJKjTn3902qo 196D/ggwsw4AX5eZVO6U+m/2lYcJM624zNJVSU1PPxD7733Ay3VMsHU0lu3lPgSHNO3P QUjTy52fGy8EBwF8mGFaG5VX630i+0r4VsWVJnKpAouRyoj5sLaU41zPQWhc3fAvbdKt AHEWAfDmRYJhnq9rSztmIY5/CH/nzyyXEHwfWIoA2Z07Mp0xbd1pJ5Kddf/ELypYpcJN ieKlbgVmRHxZOoEppkL6HL+YS0I4SoG6Wr3pxmP/IJE6kE/pc18d3mgat7R6g63F2Fri s3NQ== X-Gm-Message-State: ALoCoQlTCfD69P1Pm99YEG3TpZcXLzAwwaHBVQvzmuHOgkiVtAHnDVNnG7T3AMHVo+sheBYC8dQB X-Received: by 10.194.20.130 with SMTP id n2mr2328192wje.62.1389022718912; Mon, 06 Jan 2014 07:38:38 -0800 (PST) Received: from angus.localnet (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id bj3sm42910228wjb.14.2014.01.06.07.38.37 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 06 Jan 2014 07:38:37 -0800 (PST) From: Thomas Monjalon Organization: 6WIND To: "TSADOK, Shlomi (Shlomi)" Date: Mon, 6 Jan 2014 16:38:35 +0100 User-Agent: KMail/1.13.7 (Linux/3.2.0-4-amd64; KDE/4.8.4; x86_64; ; ) References: <70ED7DF10DA6754880C553B2CD6E25230AB45B@FR712WXCHMBA13.zeu.alcatel-lucent.com> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201401061638.36025.thomas.monjalon@6wind.com> Cc: dev@dpdk.org Subject: Re: [dpdk-dev] Specific NIC for DPDK? 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: Mon, 06 Jan 2014 15:37:27 -0000 06/01/2014 14:31, Daniel Kaminsky : > Currently DPDK supports most of Intel 1Gb and 10Gb NICs. The exact list can > be found at lib/librte_eal/common/include/rte_pci_dev_ids.h There are more supported NICs than in rte_pci_dev_ids.h. Please have a look at the online documentation: http://dpdk.org/doc/nics -- Thomas