app/test: remove unnecessary conditional for crypto
Regardless the result of the conditional, the true and false statements were the same, so the conditional can be removed. Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com> Acked-by: Fiona Trahe <fiona.trahe@intel.com>
This commit is contained in:
parent
60a94afefc
commit
1b529b0141
@ -341,10 +341,7 @@ ut_setup(void)
|
||||
/* Reconfigure device to default parameters */
|
||||
ts_params->conf.nb_queue_pairs = DEFAULT_NUM_QPS_PER_QAT_DEVICE;
|
||||
ts_params->conf.socket_id = SOCKET_ID_ANY;
|
||||
ts_params->conf.session_mp.nb_objs =
|
||||
(gbl_cryptodev_type == RTE_CRYPTODEV_QAT_SYM_PMD) ?
|
||||
DEFAULT_NUM_OPS_INFLIGHT :
|
||||
DEFAULT_NUM_OPS_INFLIGHT;
|
||||
ts_params->conf.session_mp.nb_objs = DEFAULT_NUM_OPS_INFLIGHT;
|
||||
|
||||
TEST_ASSERT_SUCCESS(rte_cryptodev_configure(ts_params->valid_devs[0],
|
||||
&ts_params->conf),
|
||||
|
Loading…
x
Reference in New Issue
Block a user