From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pd0-x236.google.com (mail-pd0-x236.google.com [IPv6:2607:f8b0:400e:c02::236]) by dpdk.org (Postfix) with ESMTP id CFE3568FD for ; Fri, 28 Jun 2013 13:58:49 +0200 (CEST) Received: by mail-pd0-f182.google.com with SMTP id r10so994211pdi.41 for ; Fri, 28 Jun 2013 04:59:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=lOWdgQVvQYzMGOg2kjDdmTinVr8kVFy1YG1x3TAb5no=; b=pAudgGr0/k0VxQZypsGtenqvNoxiFkmrOFA7wl6bv6bm4wPafFCiKG7mptT4HYV7BB pp7o0xt4x8NOwKdB769goYi3qPjZbLWObybsGxxODDD4gt79dRQIOWIIYYkTI36XfEQL MrqjW2o0aUeafr3RWvm3lxGcqsOQMm1hvkoT8Ot2+z5jfUvafq9tw68CzBpycTLow10W JWm4gg/kczljjgSd1Mf1i+IJYsrBaRcs+3irrX8Y1eab71FWprULUrNp3gEVB0a9AxO1 j7QsYCoaZLR2OZ+NY5ZPbvKfX/MvCEe9HJdG4XJqkM7dQ5jAivIF/l2NYLM0nEsNg7S+ ZWUw== X-Received: by 10.68.211.228 with SMTP id nf4mr11169680pbc.26.1372420742914; Fri, 28 Jun 2013 04:59:02 -0700 (PDT) MIME-Version: 1.0 Sender: farrukh.aftab.khan@gmail.com Received: by 10.68.237.69 with HTTP; Fri, 28 Jun 2013 04:58:42 -0700 (PDT) In-Reply-To: <201306281028.02095.thomas.monjalon@6wind.com> References: <17edb923.23124.13f8981ba27.Coremail.jinxiu.1006@163.com> <201306281028.02095.thomas.monjalon@6wind.com> From: Farrukh Aftab Khan Date: Fri, 28 Jun 2013 16:58:42 +0500 X-Google-Sender-Auth: 2uca7e7ZQ7yYAlmOtgPWyyna2ys Message-ID: To: Thomas Monjalon Content-Type: multipart/alternative; boundary=e89a8ffba999dd285504e0359ab7 Cc: dev@dpdk.org Subject: Re: [dpdk-dev] The type of ethernet card that DPDK require 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, 28 Jun 2013 11:58:50 -0000 --e89a8ffba999dd285504e0359ab7 Content-Type: text/plain; charset=ISO-8859-1 Hi Thomas, Thanks for the clarification and explanation. Much appreciated. I guess it becomes a little hard for people who have just started working with DPDK to figure that out. Thanks for the help. Best regards. - Farrukh Aftab Khan On Fri, Jun 28, 2013 at 1:28 PM, Thomas Monjalon wrote: > 28/06/2013 08:39, dvr : > > I'm confused which type of ethernet card that DPDK require. > > OK. Since this type of question has already been asked and will probably be > asked again and again, I will explain it on the website. > > For the record, here is how you should search for a supported NIC: > > # grep -r 'RTE_PCI_DEV_ID_DECL.*82575' lib > RTE_PCI_DEV_ID_DECL(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_82575EB_COPPER) > RTE_PCI_DEV_ID_DECL(PCI_VENDOR_ID_INTEL, > E1000_DEV_ID_82575EB_FIBER_SERDES) > RTE_PCI_DEV_ID_DECL(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_82575GB_QUAD_COPPER) > > So your NIC 82575EB is supported. > > As you can see, the source code is a good documentation. > To all users, please try to search in it before asking questions. > -- > Thomas > --e89a8ffba999dd285504e0359ab7 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hi Thomas,

Thanks for the clarifica= tion and explanation. Much appreciated.
I guess it becomes a little hard for people who have just started working w= ith DPDK to figure that out.

Thanks for the he= lp.
Best regards.
-=
Farrukh Aftab Khan



On Fri, Jun 28, 2013 at 1:28 PM, Thomas = Monjalon <thomas.monjalon@6wind.com> wrote:
28/06/2013 08:39, dvr :
> =A0 =A0 =A0I'm confused which type of ethernet c= ard that DPDK require.

OK. Since this type of question has already been asked and will proba= bly be
asked again and again, I will explain it on the website.

For the record, here is how you should search for a supported NIC:

# grep -r 'RTE_PCI_DEV_ID_DECL.*82575' lib
RTE_PCI_DEV_ID_DECL(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_82575EB_COPPER)
RTE_PCI_DEV_ID_DECL(PCI_VENDOR_ID_INTEL, =A0 =A0 =A0 =A0E1000_DEV_ID_82575E= B_FIBER_SERDES)
RTE_PCI_DEV_ID_DECL(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_82575GB_QUAD_COPPER)<= br>
So your NIC 82575EB is supported.

As you can see, the source code is a good documentation.
To all users, please try to search in it before asking questions.
--
Thomas

--e89a8ffba999dd285504e0359ab7--