Re: [dpdk-dev] [PATCH v2 3/7] test/hash: fix rw test with non-consecutive cores

2018-09-26 Thread Wang, Yipeng1
I added another commit for this. Please test. Thanks! >-Original Message- > >When testing this patch, I see that the read-write autotests are not >currently in the meson.build file for the test binary. I think this >patchset should include this fix too, as a separate patch.

Re: [dpdk-dev] [PATCH v2 3/7] test/hash: fix rw test with non-consecutive cores

2018-09-26 Thread Bruce Richardson
On Fri, Sep 21, 2018 at 10:17:31AM -0700, Yipeng Wang wrote: > the multi-reader and multi-writer rte_hash unit test does not > work correctly with non-consicutive core ids. This commit > fixes the issue. > > Fixes: 0eb3726ebcf1 ("test/hash: add test for read/write concurrency") > Cc: sta...@dpdk.o

Re: [dpdk-dev] [PATCH v2 3/7] test/hash: fix rw test with non-consecutive cores

2018-09-26 Thread Bruce Richardson
On Fri, Sep 21, 2018 at 10:17:31AM -0700, Yipeng Wang wrote: > the multi-reader and multi-writer rte_hash unit test does not > work correctly with non-consicutive core ids. This commit > fixes the issue. > > Fixes: 0eb3726ebcf1 ("test/hash: add test for read/write concurrency") > Cc: sta...@dpdk.o

[dpdk-dev] [PATCH v2 3/7] test/hash: fix rw test with non-consecutive cores

2018-09-21 Thread Yipeng Wang
the multi-reader and multi-writer rte_hash unit test does not work correctly with non-consicutive core ids. This commit fixes the issue. Fixes: 0eb3726ebcf1 ("test/hash: add test for read/write concurrency") Cc: sta...@dpdk.org Signed-off-by: Yipeng Wang --- test/test/test_hash_readwrite.c | 78