[dpdk-dev] [PATCH v3] hash: new function to retrieve a key given its position

2016-07-04 Thread Yari Adan Petralanda
Sorry, didn't mentioned the changes introduced in v3: *) solves some tabs for whitespaces issues *) references the right DPDK version *) reduces the size of the rte_hash_create() argument in the unit tests Thanks!! On 07/04/2016 10:59 AM, Yari Adan Petralanda wrote: > The

[dpdk-dev] [PATCH v3] hash: new function to retrieve a key given its position

2016-07-04 Thread Yari Adan Petralanda
the hash table when its entry in the array of data has certain value. For instance, the key could be a flow 5-tuple, and the value stored in the array a time stamp. Signed-off-by: Juan Antonio Montesinos Signed-off-by: Yari Adan Petralanda --- app/test/test_hash.c | 42

[dpdk-dev] [PATCH v2] hash: new function to retrieve a key given its position

2016-06-17 Thread Yari Adan Petralanda
the hash table when its entry in the array of data has certain value. For instance, the key could be a flow 5-tuple, and the value stored in the array a time stamp. Signed-off-by: Juan Antonio Montesinos Signed-off-by: Yari Adan Petralanda --- app/test/test_hash.c | 42