From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f182.google.com (mail-wi0-f182.google.com [209.85.212.182]) by dpdk.org (Postfix) with ESMTP id 7238A3F9 for ; Mon, 6 Jan 2014 17:03:17 +0100 (CET) Received: by mail-wi0-f182.google.com with SMTP id en1so2993962wid.15 for ; Mon, 06 Jan 2014 08:04:29 -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=i+U5GTV+gH92mvDygHYbSdQjfC0FbcGVUJCTIIWAzJw=; b=KWDdbw5vrrTaPNxMBp5X72WqEArHp1uQEbL611y+4MLe7o9+gP/Y8usB1JpQ+mi0kI c/4m1IU8jwmoYP7DQMovNiTIQG1H9nLXJytls6YrCdhUs7H/O+wDikfUN+PKFd4ju0Ka R49VkmHnJVjMIsqT1RlWktNfMUGMdDpQ61T2vcr/eyt+OmhTyl5nzfj1JoRNYVJTBb08 bwj5rsXNaENP+LC4/JsxqHxqJNYVbLBkXG0PqCz4awcW3mDBbSGO0eDH8hRlyp9LMXLG WvO0PX50xJYYIz6U/b6juKnQUSaWrpfSgWUwtte4IRKmSM3MOL2FjKQfqLt8jTcXUKI6 LdaQ== X-Gm-Message-State: ALoCoQmomXr5vEO2Thgy/azea/QYx8u2z4dICP0blIy4zGj5Mh++6k8+NgeBmKFo5b/3xQrY7gdm X-Received: by 10.180.14.231 with SMTP id s7mr12933672wic.1.1389024268976; Mon, 06 Jan 2014 08:04:28 -0800 (PST) Received: from angus.localnet (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id cx3sm18712335wib.0.2014.01.06.08.04.27 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 06 Jan 2014 08:04:28 -0800 (PST) From: Thomas Monjalon Organization: 6WIND To: "TSADOK, Shlomi (Shlomi)" Date: Mon, 6 Jan 2014 17:04:26 +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> <201401061638.36025.thomas.monjalon@6wind.com> <70ED7DF10DA6754880C553B2CD6E25230ADF9A@FR712WXCHMBA13.zeu.alcatel-lucent.com> In-Reply-To: <70ED7DF10DA6754880C553B2CD6E25230ADF9A@FR712WXCHMBA13.zeu.alcatel-lucent.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201401061704.26445.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 16:03:17 -0000 06/01/2014 16:41, TSADOK, Shlomi (Shlomi) : > So basically "only" Intel* and mlx4 are supported? Do I get it right? Yes, they are the poll mode drivers for hardware NICs. Note that pcap should allow to run DPDK with other NICs but without performance gain. -- Thomas > -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > 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