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

2013-06-28 Thread Farrukh Aftab Khan
Hi Thomas, Thanks for the clarification and explanation. Much appreciated. I guess it becomes a little hard for people who have just started working with DPDK to figure that out. Thanks for the help. Best regards. - Farrukh Aftab Khan On Fri, Jun 28, 2013 at 1:28 PM, Thomas Monjalon wrote: >

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

2013-06-28 Thread dvr
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_DEC

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

2013-06-28 Thread Farrukh Aftab Khan
Hi, No, I don't think 82575 is supported. I don't see it in the list of tested NICs. The release notes just mention the recommended operating systems. I have seen people running DPDK on CentOS. Hope that helps. Best regards. - Farrukh Aftab Khan On Fri, Jun 28, 2013 at 12:49 PM, dvr wrote:

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

2013-06-28 Thread Farrukh Aftab Khan
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

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

2013-06-28 Thread Thomas Monjalon
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: # gr