DPDK patches and discussions
 help / color / mirror / Atom feed
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: dev@dpdk.org
Subject: Re: [dpdk-dev] The type of ethernet card that DPDK require
Date: Fri, 28 Jun 2013 10:28:02 +0200	[thread overview]
Message-ID: <201306281028.02095.thomas.monjalon@6wind.com> (raw)
In-Reply-To: <17edb923.23124.13f8981ba27.Coremail.jinxiu.1006@163.com>

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

  parent reply	other threads:[~2013-06-28  8:27 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-28  6:39 dvr
2013-06-28  7:03 ` Farrukh Aftab Khan
     [not found]   ` <4a63f461.258b3.13f89c20286.Coremail.jinxiu.1006@163.com>
2013-06-28  8:11     ` Farrukh Aftab Khan
2013-06-28  8:28 ` Thomas Monjalon [this message]
2013-06-28 11:58   ` Farrukh Aftab Khan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201306281028.02095.thomas.monjalon@6wind.com \
    --to=thomas.monjalon@6wind.com \
    --cc=dev@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).