[dpdk-dev] ["Potential Spoofed"] Re: PMD architecture related to code

2015-03-17 Thread kuldeep.sam...@wipro.com
HI , On PMD any logical flow and code flow for DPDK-1.7.1 . Suggestions are welcome . Regards Kuldeep -Original Message- From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of kuldeep.sam...@wipro.com Sent: Saturday, March 14, 2015 1:22 PM To: bruce.richardson at intel.com Cc: dev

[dpdk-dev] PMD architecture related to code

2015-03-14 Thread kuldeep.sam...@wipro.com
Thank for replay Bruce , I am looking code related to NIC to DMA mapping and DMA to user space . Suggestions are welcome . Regards, Kuldeep -Original Message- From: Bruce Richardson [mailto:bruce.richard...@intel.com] Sent: Friday, March 13, 2015 8:22 PM To: Kuldeep Samasi (WT01 - Glob

[dpdk-dev] PMD architecture related to code

2015-03-13 Thread kuldeep.sam...@wipro.com
Hi Akshay , I already gone through the DPDK prog guide , but I am wondering to know how Poll Mode driver working IN DPDK framework . Regards Kuldeep From: Akshay [mailto:akshay.ran...@gmail.com] Sent: Friday, March 13, 2015 10:48 AM To: Kuldeep Samasi (WT01 - Global Media & Telecom) Cc: dev

[dpdk-dev] PMD architecture related to code

2015-03-13 Thread kuldeep.sam...@wipro.com
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 . I need suggestion on which file the PMD architecture defined . Regards , Kuldeep The information

[dpdk-dev] Poll-mode driver in DPDK related to code

2015-03-12 Thread kuldeep.sam...@wipro.com
Hi Team , I am using DPDK-1.7.1 and trying to understand the logical flow of packet with poll-mode driver . How the packet is passing to user space --- > how the memory copy is doing from pkt buffer to user space . Code detail in DPDK code base . Suggestions are welcome on this . Regards Ku

[dpdk-dev] packet processing speed

2015-02-20 Thread kuldeep.sam...@wipro.com
Hi Team , I am using DPDK-1.7.1 and want to enhance the packet processing speed . But couldn't get how memory get initialize and lcore - port-queue mapping . Suggestions are welcome on this . Regards, Kuldeep The information contained in this electronic message and any attachments to this m

[dpdk-dev] mapping lcore – port –queue

2015-02-19 Thread kuldeep.sam...@wipro.com
Hi Team , I am using DPDK-1.7.1 to process my packet faster & trying to understand how physical nic ports are map with lcore . Any suggestion the mapping on lcore ? port ?queue relation & which file I suppose to be follow for mapping . Regards , Kuldeep

[dpdk-dev] Lcore-vports-queues mapping

2015-02-17 Thread kuldeep.sam...@wipro.com
I am using OVDK (dpdk openvswitch ), where I need to enhance the packet processing speed on DPDK data path by modifying lcore-- port-- queue mapping . -Original Message- From: Bruce Richardson [mailto:bruce.richard...@intel.com] Sent: Tuesday, February 17, 2015 3:59 PM To: Kuldeep Samas

[dpdk-dev] Lcore-vports-queues mapping

2015-02-17 Thread kuldeep.sam...@wipro.com
Hi Bruce , Thanks for suggestion , I want to map the lcore -- vport -- queue manually by command prompt , which program file I needs to enhance . Regards Kuldeep -Original Message- From: Bruce Richardson [mailto:bruce.richard...@intel.com] Sent: Tuesday, February 17, 2015 3:44 PM T

[dpdk-dev] Lcore-vports-queues mapping

2015-02-17 Thread kuldeep.sam...@wipro.com
Hi Team , I am using DPDK-1.7.1 , I am trying find out how to map lcore -- >vports -- > queuesin code level as well as user command prompt level . Suggestions are welcome on this . Regards, Kuldeep

[dpdk-dev] Memory Initialization for RTE_EAL

2015-02-17 Thread kuldeep.sam...@wipro.com
Hi Team , I am using DPDK-1.7.1 , but couldn't get how memory Initialization happening for RTE_EAL . I followed dpd_porg_guide.pdf but couldn't get the proper flow . If possible any one please tell me the flow of memory Initialization . Regards Kuldeep