[dpdk-dev] KNI with multiple rxq/freeqs

2014-01-22 Thread Chao Pei
Hi, Currently we are using run-to-complete model with multiple workers in our project. there is also a KNI running with a fixed ip address. However, a packet with a destination IP of the KNI may go to any worker that owns a rxq of the physical NIC(without Flow Director). So all the workers have

[dpdk-dev] How to Destroy any rte_ring or recreate the ring with same name.

2014-01-12 Thread Chao Pei
Currently there is no way to destroy a ring. It's memory is alloced with rte_memzone_reserve, which cannot be freed. 2014/1/10 ankit kumar > Hi all, > >As i am trying to use DPDK ring library in my application. It works > fine. > But as per API Documentation there is no function to destroy