<div dir="ltr"><div class="gmail_default" style="font-family:trebuchet ms,sans-serif;font-size:small">Hi Thomas,<br><br>Thanks for the clarification and explanation. Much appreciated.<br></div><div class="gmail_default" style="font-family:trebuchet ms,sans-serif;font-size:small">

I guess it becomes a little hard for people who have just started working with DPDK to figure that out.<br><br></div><div class="gmail_default" style="font-family:trebuchet ms,sans-serif;font-size:small">Thanks for the help.<br>

</div><div class="gmail_default" style="font-family:trebuchet ms,sans-serif;font-size:small">Best regards.<br></div><div class="gmail_extra"><br clear="all"><div><div dir="ltr"><div><font face="trebuchet ms,sans-serif"><font style="background-color:rgb(255,255,255)" color="#333333">- <br>

<font>Farrukh Aftab Khan</font></font></font><font><span style="color:rgb(51,51,51)"><span style="font-family:trebuchet ms,sans-serif"></span></span></font><br></div></div></div>
<br><br><div class="gmail_quote">On Fri, Jun 28, 2013 at 1:28 PM, Thomas Monjalon <span dir="ltr"><<a href="mailto:thomas.monjalon@6wind.com" target="_blank">thomas.monjalon@6wind.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

28/06/2013 08:39, dvr :<br>
<div class="im">>      I'm confused which type of ethernet card that DPDK require.<br>
<br>
</div>OK. Since this type of question has already been asked and will probably be<br>
asked again and again, I will explain it on the website.<br>
<br>
For the record, here is how you should search for a supported NIC:<br>
<br>
# grep -r 'RTE_PCI_DEV_ID_DECL.*82575' lib<br>
RTE_PCI_DEV_ID_DECL(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_82575EB_COPPER)<br>
RTE_PCI_DEV_ID_DECL(PCI_VENDOR_ID_INTEL,        E1000_DEV_ID_82575EB_FIBER_SERDES)<br>
RTE_PCI_DEV_ID_DECL(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_82575GB_QUAD_COPPER)<br>
<br>
So your NIC 82575EB is supported.<br>
<br>
As you can see, the source code is a good documentation.<br>
To all users, please try to search in it before asking questions.<br>
<span class="HOEnZb"><font color="#888888">--<br>
Thomas<br>
</font></span></blockquote></div><br></div></div>