[dpdk-dev] Regarding KNI issue

2014-12-02 Thread Venkateswara Rao Dokku
HI, Our goal is to run traffic b/w KVM guest to linux via kni_vhost. The topology is given below Physical port eth1 is bound to DPDK using tools/setup.sh. We did loaded Igb_uio module, allocated hugepages etc. *DPDK port 0* ^

[dpdk-dev] regarding KNI

2014-01-02 Thread cr singh
hello devs, I am using DPDK 1.5.0 and trying to use KNI interface to measure throughput through it I have machine with 2 lcores and 2 physical interface, and in running kni sample applica

[dpdk-dev] regarding KNI

2014-01-02 Thread Daniel Kaminsky
Hi C R, This is a limitation of the KNI example and not of the DPDK package. The current KNI example can use one core for single task - Egress/Ingress on one port. You definitely can change it, look into *main_loop *function. Regards, Daniel Kaminsky On Thu, Jan 2, 2014 at 11:32 AM, cr singh