[dpdk-dev] [PATCH] hash: added rte_hash_keys to extract all keys

2014-09-02 Thread Tomas Vestelind
Hello! If there's already an iterator then I guess this patch is superfluous. I tried searching for it among the e-mails but I can find it, can someone point me to it? If you still think this has some values I will take the given feedback and make corrections. Best regards, Tomas Vestelind ps.

[dpdk-dev] [PATCH] hash: added rte_hash_keys to extract all keys

2014-08-29 Thread Ananyev, Konstantin
Hi Tomas, > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Tomas Vestelind > Sent: Tuesday, August 12, 2014 10:48 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH] hash: added rte_hash_keys to extract all keys > > I added a function which extracts all the configu

[dpdk-dev] [PATCH] hash: added rte_hash_keys to extract all keys

2014-08-29 Thread Stephen Hemminger
We implemented a more general hash iterator, thought the patch was already submitted.

[dpdk-dev] [PATCH] hash: added rte_hash_keys to extract all keys

2014-08-28 Thread Thomas Monjalon
2014-08-12 23:47, Tomas Vestelind: > I added a function which extracts all the configured keys in a hash map. > This is good to have when debugging and printing data store in hash > maps. Someone to review this patch, please? (and the other one for rte_hash_clear) -- Thomas

[dpdk-dev] [PATCH] hash: added rte_hash_keys to extract all keys

2014-08-28 Thread Stephen Hemminger
On Tue, 12 Aug 2014 23:47:33 +0200 Tomas Vestelind wrote: > I added a function which extracts all the configured keys in a hash map. > This is good to have when debugging and printing data store in hash > maps. > > Signed-off-by: Tomas Vestelind > --- > lib/librte_hash/rte_hash.c | 26 ++

[dpdk-dev] [PATCH] hash: added rte_hash_keys to extract all keys

2014-08-12 Thread Tomas Vestelind
I added a function which extracts all the configured keys in a hash map. This is good to have when debugging and printing data store in hash maps. Signed-off-by: Tomas Vestelind --- lib/librte_hash/rte_hash.c | 26 ++ lib/librte_hash/rte_hash.h | 15 +++ 2