> -----Original Message----- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of > akhil.goyal at nxp.com > Sent: Monday, September 26, 2016 9:33 AM > To: dev at dpdk.org > Cc: Akhil Goyal > Subject: [dpdk-dev] [PATCH] app/test: Remove hard coding for > nb_queue_pairs in test_cryptodev > > From: Akhil Goyal <akhil.goyal at nxp.com> > > nb_queue_pairs should not be hard coded with device specific number. > It should be retrieved from the device infos. > Also in ut_setup, ts_params->conf.nb_queue_pairs is already set in > testsuite_setup and we are not modifying it. > > Signed-off-by: Akhil Goyal <akhil.goyal at nxp.com>
Acked-by: Pablo de Lara <pablo.de.lara.guarch at intel.com>