[dpdk-dev] The type of ethernet card that DPDK require

Farrukh Aftab Khan Farrukh.Khan at xflowresearch.com
Fri Jun 28 09:03:08 CEST 2013


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 <jinxiu.1006 at 163.com> 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[]={
> #define RET_PCI_DEV_ID_DECL(vend,dev){PCI_DEVICE(vend,dev)};
> #include <rte_pci_dev_ids.h>
> {0,},
> };
>
>       And in rte_pci_dev_ids.h:
>
> #ifdef RTE_LIBRTE_IGB_PMD
> #define E1000_DEV_ID_82576      0x10c9
> ……
>
> #ifdef RTE_LIBRTE_IXGBe\E_PMD
> #define IXGBE_DEV_ID_82598      0x10b6
> ……
>
> my ethernet card :82575EB, which wasn't in the list above
> driver:igb,3.2.10-k
>
> I will be grateful for any help.
> Best Regards
>
> Maria
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://dpdk.org/ml/archives/dev/attachments/20130628/5f662afd/attachment.html>


More information about the dev mailing list