On 2019-06-27 23:23, Thomas Monjalon wrote:
05/06/2019 12:43, Mattias Rönnblom:
Add performance test for rte_rand().
Signed-off-by: Mattias Rönnblom <mattias.ronnb...@ericsson.com>
Acked-by: Bruce Richardson <bruce.richard...@intel.com>
---
app/test/Makefile | 1 +
app/test/test_rand_perf.c | 75 +++++++++++++++++++++++++++++++++++++++
2 files changed, 76 insertions(+)
Why it is not added in meson.build?
Because the author both made the mistake of not adding it, and failed to
test the meson build in this regard.
I'll send an updated patch set.
Thanks!