[dpdk-dev] PMD architecture related to code

Bruce Richardson bruce.richardson at intel.com
Fri Mar 13 15:51:50 CET 2015


On Fri, Mar 13, 2015 at 04:45:47AM +0000, kuldeep.samasi at wipro.com wrote:
> Hi Developer Team ,
> 
> 
> I am trying add new functionality on Poll Mode driver .
> But I don't have idea how packets are coming to kernel mode and going to user space and doing packet processing DPDK .

The packets never go into the kernel when DPDK is in use. Instead the DPDK PMD
configures the NIC to DMA the packets directly into userspace buffers. Hence the
high performance.

/Bruce

> 
> I need suggestion on which file the PMD architecture defined .
> 
> 
> 
> Regards ,
> Kuldeep
> The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. www.wipro.com


More information about the dev mailing list