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

2014-01-10 Thread 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 any created ring. I have to create a ring multiple time with same name. SO is there any way to destroy any created ring then recreate it with same na

[dpdk-dev] Is rte_mempool library is multi-thread safe ???

2013-12-19 Thread ankit kumar
Hi, I was testing rte_ring in DPDK as it provides multi-consumer & multi-produce queue(lock-free but not wait-free). It was working fine but i am not sure that memory allocation & deallocation in rte_mempool library, is multi-thread safe or not. Because its giving me error during allocat

[dpdk-dev] could nvm_checksum_validate Error may cause non-functioning of DPDK.

2013-11-14 Thread ankit kumar
Hi, I am trying to work on DPDK-1.5.0r0 with intel i350 dual port NIC with intel i3 processor on Fedora 18 (kernel-3.11.4). But after building dpdk when i try to run testpmd application its not working with some error as... "EAL: Ask a virtual area of 0x2097152 bytes EAL: Virtual area found a

[dpdk-dev] DPDK support for Intel 82546EB Gigabit Ethernet Controller

2013-07-22 Thread ankit kumar
at may be the reason? is it due to NIC as "Intel 82546EB Gigabit Ethernet Controller" or anything else. Please suggest. Thanks and Best Regards Ankit Kumar