[dpdk-dev] KNI interface is not coming up

2015-04-30 Thread Venkat Thummala
Hi Robert, Thanks a lot, it fixed the issue. Regards Venkat On 30 April 2015 at 20:11, Sanford, Robert wrote: > Hi Venkat, > > Perhaps your DPDK application needs to slow-poll KNI devices via > rte_kni_handle_request( ). > > http://dpdk.org/doc/api/rte__kni_8h.html > > -- > Regards, > Robert

[dpdk-dev] KNI interface is not coming up

2015-04-30 Thread Venkat Thummala
Hi, I am testing DPDK 2.0 release. I am not able to bring the KNI interface up. It always gives the following error. SIOCSIFFLAGS: Timer expired This is on Ubuntu, Linux vthummala-PowerEdge-R720 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 19:11:08 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux

[dpdk-dev] KNI interface is not coming up

2015-04-30 Thread Sanford, Robert
Hi Venkat, Perhaps your DPDK application needs to slow-poll KNI devices via rte_kni_handle_request( ). http://dpdk.org/doc/api/rte__kni_8h.html -- Regards, Robert >Hi, > >I am testing DPDK 2.0 release. >I am not able to bring the KNI interface up. >It always gives the following error. >