app/bbdev: fix HARQ error messages
authorMin Hu (Connor) <humin29@huawei.com>
Mon, 26 Apr 2021 00:56:59 +0000 (08:56 +0800)
committerAkhil Goyal <gakhil@marvell.com>
Wed, 5 May 2021 13:57:59 +0000 (15:57 +0200)
commit49ca9e5a256b7db55af71923ce827c1fa480b473
treebe4ff44e5dd2cdbc8c7222c6ffe4844bcb660b5b
parentbc4c9418ee0fc22c480c236846af7fbad923ba89
app/bbdev: fix HARQ error messages

The logging should show context by printing the two variables which
compared to each other. 'nb_harq_inputs', not 'nb_hard_outputs';
'nb_harq_outputs', not 'nb_hard_outputs'.

This patch corrected misused variable.

Fixes: d819c08327f3 ("app/bbdev: update for 5GNR")
Cc: stable@dpdk.org
Signed-off-by: Min Hu (Connor) <humin29@huawei.com>
Acked-by: Nicolas Chautru <nicolas.chautru@intel.com>
app/test-bbdev/test_bbdev_perf.c