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

2013-06-28 Thread dvr
bove 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/f3b912f4/attachment.html>

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

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

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

2013-06-28 Thread Farrukh Aftab Khan
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/dfcf374f/attachment.html>

[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

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

2013-06-28 Thread Farrukh Aftab Khan
_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 > -- next part -- An HTML attac

[dpdk-dev] L2/L3 FWD App

2013-06-28 Thread Farrukh Aftab Khan
ator. I am generating ICMP packets > with dst_MAC=MAC address of the NIC port. > > Any help or heads up would be appreciated, thanks. > Best regards > > - > Farrukh Aftab Khan > > -- next part -- An HTML attachment was scrubbed... URL: <http://dpdk.org/ml/archives/dev/attachments/20130628/0d26a7c3/attachment.html>

[dpdk-dev] Where is the Kernel NIC interface example in the source code?

2013-06-28 Thread Antti Kantee
On 27.6.2013 2:54, Peter Chen wrote: > This is in the sample application guide. I want to use tcpdump on the dpdk > port, however its not in the examples folder of the source code...was it > accidentally left out? If you run a rump kernel on top of dpdk, hijacking the normal tcpdump binary agains