From mboxrd@z Thu Jan 1 00:00:00 1970 From: Farrukh Aftab Khan Subject: Re: The type of ethernet card that DPDK require Date: Fri, 28 Jun 2013 12:03:08 +0500 Message-ID: References: <17edb923.23124.13f8981ba27.Coremail.jinxiu.1006@163.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=e89a8ff1c8cacfb56a04e031794e Cc: dev-VfR2kkLFssw@public.gmane.org To: dvr Return-path: In-Reply-To: <17edb923.23124.13f8981ba27.Coremail.jinxiu.1006-9Onoh4P/yGk@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" --e89a8ff1c8cacfb56a04e031794e Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi, You can check the supported NICs from the release notes provided. They also contain the list of supported operating systems. That maybe of help to you. Best regards. - Farrukh Aftab Khan On Fri, Jun 28, 2013 at 11:39 AM, dvr wrote: > hi,all > I'm confused which type of ethernet card that DPDK require. > After I insmod igb_uio.ko, it seems that this driver cann't make my > enternet card driven. > > Then I find the following code writen in igb_uio.c: > > static struct pci_device_id igbuio_pci_ids[]=3D{ > #define RET_PCI_DEV_ID_DECL(vend,dev){PCI_DEVICE(vend,dev)}; > #include > {0,}, > }; > > And in rte_pci_dev_ids.h: > > #ifdef RTE_LIBRTE_IGB_PMD > #define E1000_DEV_ID_82576 0x10c9 > =E2=80=A6=E2=80=A6 > > #ifdef RTE_LIBRTE_IXGBe\E_PMD > #define IXGBE_DEV_ID_82598 0x10b6 > =E2=80=A6=E2=80=A6 > > my ethernet card =EF=BC=9A82575EB, which wasn't in the list above > driver=EF=BC=9Aigb=EF=BC=8C3.2.10-k > > I will be grateful for any help. > Best Regards > > Maria > > > > --e89a8ff1c8cacfb56a04e031794e Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi,

You can check the supported NIC= s from the release notes provided. They also contain the list of supported = operating systems. That maybe of help to you.

Best regards.

-
Farruk= h Aftab Khan
=


On Fri, Jun 28, 2013 at 11:39 AM, dvr <jinxiu.1006-9Onoh4P/yGk@public.gmane.org> wrote:
hi,all=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0I'm confused=C2=A0which type=C2=A0of= =C2=A0ethernet card that DPDK require.
=C2=A0=C2=A0=C2=A0=C2=A0 After I insmod igb_uio.ko, it seems that this= driver cann't make my enternet card driven.
=C2=A0
=C2=A0=C2=A0=C2=A0=C2=A0Then I find the=C2=A0following code writen in = igb_uio.c:
=C2=A0
static struct pci_device_id igbuio_pci_ids[]=3D{
#define RET_PCI_DE= V_ID_DECL(vend,dev){PCI_DEVICE(vend,dev)};
#include <rte_pci_dev_ids.= h>
{0,},
};

=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 And in=C2=A0rte_= pci_dev_ids.h:
=C2=A0
#ifdef RTE_LIBRTE_IGB_PMD
#define E1000_DEV_ID_82576=C2=A0=C2=A0=C2= =A0=C2=A0 =C2=A00x10c9
=E2=80=A6=E2=80=A6

#ifdef RTE_LIBRTE_IXGBe= \E_PMD
#define IXGBE_DEV_ID_82598=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x10b6=E2=80=A6=E2=80=A6

my ethernet card =EF=BC=9A82575EB, which wasn&#= 39;t in the list above
driver=EF=BC=9Aigb=EF=BC=8C3.2.10-k
=C2=A0
I will be grateful for any help.
Best Regards
=C2=A0
Maria
=C2=A0



--e89a8ff1c8cacfb56a04e031794e--