All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Monjalon <thomas.monjalon-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
To: dev-VfR2kkLFssw@public.gmane.org
Subject: Re: 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-9Onoh4P/yGk@public.gmane.org>

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:28 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-28  6:39 The type of ethernet card that DPDK require dvr
     [not found] ` <17edb923.23124.13f8981ba27.Coremail.jinxiu.1006-9Onoh4P/yGk@public.gmane.org>
2013-06-28  7:03   ` Farrukh Aftab Khan
     [not found]     ` <4a63f461.258b3.13f89c20286.Coremail.jinxiu.1006@163.com>
     [not found]       ` <4a63f461.258b3.13f89c20286.Coremail.jinxiu.1006-9Onoh4P/yGk@public.gmane.org>
2013-06-28  8:11         ` Farrukh Aftab Khan
2013-06-28  8:28   ` Thomas Monjalon [this message]
     [not found]     ` <201306281028.02095.thomas.monjalon-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
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-pdr9zngts4eavxtiumwx3w@public.gmane.org \
    --cc=dev-VfR2kkLFssw@public.gmane.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.