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

2015-07-08 Thread Bruce Richardson
On Wed, Jul 08, 2015 at 02:12:06PM +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 uni

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

2015-07-08 Thread De Lara Guarch, Pablo
Hi Bruce, > -Original Message- > From: Richardson, Bruce > Sent: Wednesday, July 08, 2015 4:04 PM > To: De Lara Guarch, Pablo > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH] test/hash: improve hash unit tests > > On Wed, Jul 08, 2015 at 02:12:06PM +0

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

2015-07-08 Thread Bruce Richardson
On Wed, Jul 08, 2015 at 02:12:06PM +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 uni

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

2015-07-08 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 tak