Re: [PATCH 1/7] app/test: fix unused but set variables

2021-11-12 Thread Medvedkin, Vladimir
On 12/11/2021 15:01, Conor Walsh wrote: This patch fixes unused but set variables within the following test apps: - test distributor perf - test thash perf Bugzilla ID: 881 Fixes: c0de0eb82e40 ("distributor: switch over to new API") Fixes: 239fffe0402e ("test/thash: add performance tests

[PATCH 1/7] app/test: fix unused but set variables

2021-11-12 Thread Conor Walsh
This patch fixes unused but set variables within the following test apps: - test distributor perf - test thash perf Bugzilla ID: 881 Fixes: c0de0eb82e40 ("distributor: switch over to new API") Fixes: 239fffe0402e ("test/thash: add performance tests for Toeplitz hash") Signed-off-by: Conor Wals