[dpdk-dev] [PATCH v3 0/4] remove hard-coding of crypto num qps and cleanup

2016-10-07 Thread De Lara Guarch, Pablo
Pablo; Trahe, Fiona; akhil.goyal at nxp.com > > Subject: [dpdk-dev] [PATCH v3 0/4] remove hard-coding of crypto num qps > > and cleanup > > > > > > ts_params->conf.nb_queue_pairs should not be hard coded with device > > specific number. It should be retrieved fro

[dpdk-dev] [PATCH v3 0/4] remove hard-coding of crypto num qps and cleanup

2016-10-07 Thread De Lara Guarch, Pablo
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Fiona Trahe > Sent: Thursday, October 06, 2016 10:34 AM > To: dev at dpdk.org > Cc: De Lara Guarch, Pablo; Trahe, Fiona; akhil.goyal at nxp.com > Subject: [dpdk-dev] [PATCH v3 0/4] remove har

[dpdk-dev] [PATCH v3 0/4] remove hard-coding of crypto num qps and cleanup

2016-10-06 Thread Fiona Trahe
ts_params->conf.nb_queue_pairs should not be hard coded with device specific number. It should be retrieved from the device info. Any test which changes it should restore it to orig value. Also related cleanup of test code setting number and size of queue-pairs on a device, e.g. * Removed irrelev