[dpdk-dev] KNI sample application running procedure

2015-12-07 Thread Abdul, Jaffar
blem. ./kni -c 0x0f -n 2 -- -P -p 0x3 --config="(0,2,3),(1,0,1)" while executing, load kni module with single mode option. On Mon, Dec 7, 2015 at 3:48 PM, Abdul, Jaffar mailto:jabdul at ciena.com>> wrote: Hi Guys, I am trying to run the KNI sample application according to the DPD

[dpdk-dev] KNI sample application running procedure

2015-12-07 Thread Abdul, Jaffar
Hi Guys, I am trying to run the KNI sample application according to the DPDK documentation which is given below. http://dpdk.org/doc/guides/sample_app_ug/kernel_nic_interface.html#running-the-application I am not able to run the app successfully, I don't have this problem with any other DPDK

[dpdk-dev] Issues with running multicore

2015-11-25 Thread Abdul, Jaffar
Hi All, Iam trying to create multi core application by mapping separate function for each core. I had followed Multi process example and I had used pthread. The use case is: 1. In a single process, launch pthread and run rte_eal_init 2. Once rte_eal_init is done, create 3 pthreads 3.

[dpdk-dev] FW: Issues with running multicore

2015-11-25 Thread Abdul, Jaffar
Hi All, Iam trying to create multi core application by mapping separate function for each core. I had followed Multi process example and I had used pthread. The use case is: 1. In a single process, launch pthread and run rte_eal_init 2. Once rte_eal_init is done, create 3 pthreads 3.

[dpdk-dev] DPDK Hash library

2015-07-02 Thread Abdul, Jaffar
HI Thanks guys for helping me on this one! Your suggestions are very good and it is very helpful! Thanks Jaffar -Original Message- From: Matthew Hall [mailto:mh...@mhcomputing.net] Sent: Thursday, July 02, 2015 12:27 PM To: De Lara Guarch, Pablo Cc: Abdul, Jaffar; Richardson, Bruce

[dpdk-dev] DPDK Hash library

2015-07-02 Thread Abdul, Jaffar
: Bruce Richardson [mailto:bruce.richard...@intel.com] Sent: Thursday, July 02, 2015 2:36 AM To: Abdul, Jaffar Cc: dev at dpdk.org Subject: Re: [dpdk-dev] DPDK Hash library On Wed, Jul 01, 2015 at 07:56:28PM -0400, Abdul, Jaffar wrote: > Hi, > > I am wondering how can I use the hash lib

[dpdk-dev] DPDK Hash library

2015-07-01 Thread Abdul, Jaffar
Hi, I am wondering how can I use the hash library if I don't know the number of entries in the bucket (number of entries in the bucket can grow dynamically) I am trying to use the DPDK hash library for MAC table where I can't give the fixed number of elements in each bucket. Please let me know

[dpdk-dev] deadline notice

2015-06-10 Thread Abdul, Jaffar
HI Is there any document which explains the features that are planned for DPDK 2.1 I am just trying to understand the some features such as KNI optimization, KNI multicast, etc. Could you please point me to some documentation related to these features! Thanks Jaffar -Original Message

[dpdk-dev] KNIC to Kernel IP interface mapping

2015-06-08 Thread Abdul, Jaffar
HI Is there any many to one mapping schemes available for KNIC interface. Let's say I have 5 kernel IP interfaces and I want to map all the five interfaces to one KNIC (single KNIC), so we can transmit all the frames to KNIC from all the five kernel IP interfaces and when we get the packet from