Re: [dpdk-dev] [PATCH 1/2] test/meson: hash test split into shorter subtests
From: Wang, Yipeng1 <hidden>
Date: 2019-09-11 17:05:23
From: Wang, Yipeng1 <hidden>
Date: 2019-09-11 17:05:23
-----Original Message----- From: agupta3@marvell.com [mailto:agupta3@marvell.com] Sent: Thursday, September 5, 2019 10:50 PM To: Wang, Yipeng1 <redacted>; Gobriel, Sameh <redacted>; Richardson, Bruce [off-list ref]; De Lara Guarch, Pablo [off-list ref] Cc: dev@dpdk.org; Amit Gupta <redacted> Subject: [PATCH 1/2] test/meson: hash test split into shorter subtests From: Amit Gupta <redacted> hash_readwrite meson test was taking longer time to complete. The test always get TIMEOUT, hence test is split into functional and perf test. perf test is being moved under dpdk perf testsuites in meson build. Signed-off-by: Amit Gupta <redacted>
[Wang, Yipeng] Acked-by: Yipeng Wang <redacted> Thanks for the patch!