David Qian
David Qian
@mythi We have already support both QAT_HW and QAT_SW offloading in one QATEngine build in the latest QATEngine [v0.6.14 ](https://github.com/intel/QAT_Engine/releases/tag/v0.6.14) release. Will this help you to save the seperate build...
It's strange to see that all the num_* recorded in [ngx_ssl_engine_qat_heuristic_poll()](https://github.com/intel/asynch_mode_nginx/blob/7f674ff25c47d7dd5e335bed7a3fd6154d735b2e/modules/nginx_qat_module/ngx_ssl_engine_qat_module.c#L697) never increased. Because the number is recorded in QAT-Engine and increased each time when a qat_chained_ciphers_do_cipher() being called. https://github.com/intel/QAT_Engine/blob/378bfeb75d7bbc654991113955d25c8f9f95c2db/qat_hw_ciphers.c#L1536...