Re: [dpdk-dev] [PATCH] test/crypto: fix number of queue pairs

2018-09-27 Thread Akhil Goyal
On 9/22/2018 7:03 PM, Fiona Trahe wrote: Some of the tests use a QAT-specific value (2) for maximum nr of queue pairs to create valid/invalid test cases. This has accidentally worked ok as default max_qps for all PMDs is larger. It is incorrect however and would fail if a device had a max lowe

[dpdk-dev] [PATCH] test/crypto: fix number of queue pairs

2018-09-22 Thread Fiona Trahe
Some of the tests use a QAT-specific value (2) for maximum nr of queue pairs to create valid/invalid test cases. This has accidentally worked ok as default max_qps for all PMDs is larger. It is incorrect however and would fail if a device had a max lower than the QAT value. Instead use the value re