[dpdk-dev] KNI sample application running procedure

2015-12-07 Thread Abdul, Jaffar
To: Abdul, Jaffar Cc: dev at dpdk.org; Ismail, Aws Subject: Re: [dpdk-dev] KNI sample application running procedure As par error message, it seems error lies in validation. But it seems right Can you try to run the app without kthread option. if you haven't tried that. just to pin point the pro

[dpdk-dev] KNI sample application running procedure

2015-12-07 Thread Nishant Verma
As par error message, it seems error lies in validation. But it seems right Can you try to run the app without kthread option. if you haven't tried that. just to pin point the problem. ./kni -c 0x0f -n 2 -- -P -p 0x3 --config="(0,2,3),(1,0,1)" while executing, load kni module with single mode opti

[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