Re: [dpdk-dev] [PATCH v3 7/8] test: add test case for read write concurrency

2018-07-09 Thread De Lara Guarch, Pablo
> -Original Message- > From: Wang, Yipeng1 > Sent: Friday, July 6, 2018 8:47 PM > To: De Lara Guarch, Pablo > Cc: dev@dpdk.org; Wang, Yipeng1 ; Richardson, > Bruce ; honnappa.nagaraha...@arm.com; > vgu...@caviumnetworks.com; brijesh.s.si...@gmail.com > Subject: [PATCH v3 7/8] test: add

[dpdk-dev] [PATCH v3 7/8] test: add test case for read write concurrency

2018-07-06 Thread Yipeng Wang
This commits add a new test case for testing read/write concurrency. Signed-off-by: Yipeng Wang --- test/test/Makefile | 1 + test/test/test_hash_readwrite.c | 646 2 files changed, 647 insertions(+) create mode 100644 test/test/test_hash_