[dpdk-dev] Need your thoughts on DPDK hash table / DPDK lookup/insert API's

2015-09-28 Thread Dumitrescu, Cristian
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Yeddula, Avinash > Sent: Friday, September 25, 2015 11:27 PM > To: dev at dpdk.org > Subject: [dpdk-dev] Need your thoughts on DPDK hash table / DPDK > lookup/insert API's > > He

[dpdk-dev] Need your thoughts on DPDK hash table / DPDK lookup/insert API's

2015-09-25 Thread Yeddula, Avinash
Hello All, 1. I've a scenario where I need to walk the entire Hash table to retrieve the data. I'm currently using DPDK extensible bucket hash in the rte_table library of packet framework. Since I'll not be storing the keys anywhere else, I don't have a way to walk hash table. I'm plan