RE: [EXT] [PATCH] app/compress-perf: fix number of QPs to setup

2022-03-04 Thread Akhil Goyal
> The number of QPs is limited by the number of cores, such that in > case the user requests more QPs than possible, the number of QPs > actually configured on the device is equal to the number of cores, > but the app tries to setup the original number of QPs. > > Align the number of QPs setup'ed

[PATCH] app/compress-perf: fix number of QPs to setup

2022-03-02 Thread Raja Zidane
The number of QPs is limited by the number of cores, such that in case the user requests more QPs than possible, the number of QPs actually configured on the device is equal to the number of cores, but the app tries to setup the original number of QPs. Align the number of QPs setup'ed to the limit