Re: [dpdk-dev] [PATCH v2 0/5] test/meson: fix hash readwrite timeout failure

2020-02-05 Thread David Marchand
On Mon, Feb 3, 2020 at 8:49 PM Honnappa Nagarahalli wrote: > > V2 changes: > - Remove duplicated code in the existing patch > - Add lock-free option to hash read-write functional test cases > - Move existing loack-free test cases to performance tests > - A typo fix in the comments for lock-free ex

[dpdk-dev] [PATCH v2 0/5] test/meson: fix hash readwrite timeout failure

2020-02-03 Thread Honnappa Nagarahalli
V2 changes: - Remove duplicated code in the existing patch - Add lock-free option to hash read-write functional test cases - Move existing loack-free test cases to performance tests - A typo fix in the comments for lock-free extendable table feature V1 changes: - hash_readwrite and hash_readwrite