DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] The type of ethernet card that DPDK require
@ 2013-06-28  6:39 dvr
  2013-06-28  7:03 ` Farrukh Aftab Khan
  2013-06-28  8:28 ` Thomas Monjalon
  0 siblings, 2 replies; 5+ messages in thread
From: dvr @ 2013-06-28  6:39 UTC (permalink / raw)
  To: dev

[-- Attachment #1: Type: text/plain, Size: 692 bytes --]

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
 

[-- Attachment #2: Type: text/html, Size: 1266 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-06-28 11:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-28  6:39 [dpdk-dev] The type of ethernet card that DPDK require 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
2013-06-28 11:58   ` Farrukh Aftab Khan

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).