Re: [dpdk-dev] [PATCH v1 3/3] test/hash: add readwrite test for ext table

2018-10-30 Thread Honnappa Nagarahalli
> On Fri, Oct 26, 2018 at 12:23:56AM +, Honnappa Nagarahalli wrote: > > > > > > On Wed, Oct 10, 2018 at 02:48:05PM -0700, Yipeng Wang wrote: > > > > This commit improves the readwrite test to consider extendable > > > > table feature and add more functional tests to cover more corner cases. > >

Re: [dpdk-dev] [PATCH v1 3/3] test/hash: add readwrite test for ext table

2018-10-28 Thread Honnappa Nagarahalli
> > > On Wed, Oct 10, 2018 at 02:48:05PM -0700, Yipeng Wang wrote: > > > > This commit improves the readwrite test to consider extendable > > > > table feature and add more functional tests to cover more corner cases. > > > > > > > > Signed-off-by: Yipeng Wang --- > > > > test/test/test_hash_readw

Re: [dpdk-dev] [PATCH v1 3/3] test/hash: add readwrite test for ext table

2018-10-26 Thread Bruce Richardson
On Fri, Oct 26, 2018 at 12:23:56AM +, Honnappa Nagarahalli wrote: > > > > On Wed, Oct 10, 2018 at 02:48:05PM -0700, Yipeng Wang wrote: > > > This commit improves the readwrite test to consider extendable table > > > feature and add more functional tests to cover more corner cases. > > > > > >

Re: [dpdk-dev] [PATCH v1 3/3] test/hash: add readwrite test for ext table

2018-10-25 Thread Honnappa Nagarahalli
> > On Wed, Oct 10, 2018 at 02:48:05PM -0700, Yipeng Wang wrote: > > This commit improves the readwrite test to consider extendable table > > feature and add more functional tests to cover more corner cases. > > > > Signed-off-by: Yipeng Wang --- > > test/test/test_hash_readwrite.c | 70 > > +

Re: [dpdk-dev] [PATCH v1 3/3] test/hash: add readwrite test for ext table

2018-10-24 Thread Wang, Yipeng1
Thanks for the comment Bruce, I agree with you. As I think about it, I believe the old scaling test can be removed since currently the multiwriter is supported inside the library, and we already have the multiwriter test. I will post a V2 version of this patch series to remove that test. >---

Re: [dpdk-dev] [PATCH v1 3/3] test/hash: add readwrite test for ext table

2018-10-24 Thread Bruce Richardson
On Wed, Oct 10, 2018 at 02:48:05PM -0700, Yipeng Wang wrote: > This commit improves the readwrite test to consider extendable table > feature and add more functional tests to cover more corner cases. > > Signed-off-by: Yipeng Wang --- > test/test/test_hash_readwrite.c | 70 > +

[dpdk-dev] [PATCH v1 3/3] test/hash: add readwrite test for ext table

2018-10-10 Thread Yipeng Wang
This commit improves the readwrite test to consider extendable table feature and add more functional tests to cover more corner cases. Signed-off-by: Yipeng Wang --- test/test/test_hash_readwrite.c | 70 ++--- 1 file changed, 58 insertions(+), 12 deletions(-)