[dpdk-dev] How to free a ring?

2013-09-11 Thread mydpdk
It seems that there are no APIs to free a ring.

[dpdk-dev] How to free a ring?

2013-09-11 Thread AndyChen
Dpdk hasn't API to free ring/memzone/mempool, what's the scene you must free the ring? On Wed, Sep 11, 2013 at 3:37 PM, Dmitry Vyal wrote: > Hello all. > > Is there a way to deallocate an rte_ring? Maybe I'm missing something, but > I can't find an API function for that at > http://dpdk.org/doc

[dpdk-dev] DPDK QoS performance issue in DPDK 1.4.1.

2013-09-11 Thread Jim Jia
Hello, everyone! I have a question about DPDK's QoS Library performance. These days, I am tesing DPDK's QoS Library performance using the DPDK example, qos_sched. Before I try to do the test, I modified profile.cfg. In my opinion, there should be no packet dropped by qos_sched when it

[dpdk-dev] About install dpdk on virtual machine - vmxnet3-usermap

2013-09-11 Thread dvr
hi,all I'm trying to install dpdk on virtual machine. Does the hypervisior must be "KVM" or "ESXi 5.0" ? I use ESX 4.1 instead, and encounter some problems: According to the document "vmxnet3-usermap" on the official website, I can't find the "vmx3" folder, and after ?make?, I can't find t

[dpdk-dev] How to free a ring?

2013-09-11 Thread Dmitry Vyal
On 09/11/2013 11:46 AM, AndyChen wrote: > Dpdk hasn't API to free ring/memzone/mempool, what's the scene you > must free the ring? > Well, I'm writing a packet defragmenting code. I have a data structure consisting of a rte_hash, a rte_ring and an array allocated with rte_zmalloc. All these besi

[dpdk-dev] How to free a ring?

2013-09-11 Thread Dmitry Vyal
Hello all. Is there a way to deallocate an rte_ring? Maybe I'm missing something, but I can't find an API function for that at http://dpdk.org/doc/api/rte__ring_8h.html Regards, Dmitry