[dpdk-dev] [PATCH v4] test/hash: improve hash unit tests

2015-07-10 Thread Thomas Monjalon
2015-07-10 10:11, Bruce Richardson: > On Thu, Jul 09, 2015 at 05:54:30PM +0100, Pablo de Lara wrote: > > Add new unit test for calculating the average table utilization, > > using random keys, based on number of entries that can be added > > until we encounter one that cannot be added (bucket if

[dpdk-dev] [PATCH v4] test/hash: improve hash unit tests

2015-07-10 Thread Bruce Richardson
On Thu, Jul 09, 2015 at 05:54:30PM +0100, Pablo de Lara wrote: > Add new unit test for calculating the average table utilization, > using random keys, based on number of entries that can be added > until we encounter one that cannot be added (bucket if full). > > Also, replace current hash_perf

[dpdk-dev] [PATCH v4] test/hash: improve hash unit tests

2015-07-09 Thread Pablo de Lara
Add new unit test for calculating the average table utilization, using random keys, based on number of entries that can be added until we encounter one that cannot be added (bucket if full). Also, replace current hash_perf unit test to see performance more clear. The current hash_perf unit test