QAT_Engine icon indicating copy to clipboard operation
QAT_Engine copied to clipboard

QAT_Engine-1.5.0 with QAT.L.4.23.0-00001 fw_counter can not work?

Open lastpepole opened this issue 1 year ago • 3 comments

openssl version /usr/local/openssl/bin/openssl version OpenSSL 1.1.1w 11 Sep 2023

openssl.cnf cat /usr/local/openssl/ssl/openssl.cnf openssl_conf = openssl_def [openssl_def] engines = engine_section

[engine_section] qatengine = qatengine_section

[qatengine_section] engine_id = qatengine dynamic_path = /usr/local/openssl/lib/engines-1.1/qatengine.so default_algorithms = ALL

but,

cat /sys/kernel/debug/qat_dh895xcc_0000:60:00.0/fw_counters is zero, not work.

lastpepole avatar Apr 16 '24 03:04 lastpepole

Hi @lastpepole , Can you share the configure command you used to configure the QAT Engine. Also would like to know what algorithm you are trying to offload via QAT ?

venkatesh6911 avatar Apr 19 '24 10:04 venkatesh6911

Hi @lastpepole , Can you share the configure command you used to configure the QAT Engine. Also would like to know what algorithm you are trying to offload via QAT ?

Hi @venkatesh6911 , openssl.conf as below:

cat /usr/local/openssl/ssl/openssl.cnf openssl_conf = openssl_def [openssl_def] engines = engine_section

[engine_section] qatengine = qatengine_section

[qatengine_section] engine_id = qatengine dynamic_path = /usr/local/openssl/lib/engines-1.1/qatengine.so default_algorithms = ALL

lastpepole avatar Apr 22 '24 01:04 lastpepole

Hi @lastpepole , Can you share the configure command you used to configure the QAT Engine. Also would like to know what algorithm you are trying to offload via QAT ?

Hi @venkatesh6911 , openssl.conf as below:

cat /usr/local/openssl/ssl/openssl.cnf openssl_conf = openssl_def [openssl_def] engines = engine_section

[engine_section] qatengine = qatengine_section

[qatengine_section] engine_id = qatengine dynamic_path = /usr/local/openssl/lib/engines-1.1/qatengine.so default_algorithms = ALL

I meant the ./configure command in the QAT Engine. ./configure --with-qat_hw_dir= --with-openssl_install_dir=

venkatesh6911 avatar Apr 22 '24 03:04 venkatesh6911