Syllinia

Results 8 comments of Syllinia
trafficstars

Thanks for your reply. As ProtonVPN website is blocked, I'm unable to register an account. And I don't have credentials for OpenVPN. I'm not familiar with Python, so I installed...

After restarting the computer, apt-get update works well. I installed both pip2 and module pymux. Now, except ProtonVPN-cli everything seems to be installed properly as I'm able to enter 7)...

> Not sure if I understand your question correctly, But please refer qat_evp.c and qat_hw_ecx.c for X25519 implementation in qat_engine. If you are looking Driver API for offloading X25519 operation...

Hi @Yogaraj-Alamenda, #USDM mem driver doesn't have mem manager interface without locks. Currently I'm using QAT driver QAT1.7.L.4.18.1-00001 and QAT_Engine-0.6.14. Does USDM mem driver have mem manager interface without locks...

> static __thread int crypto_inited = 0; ``` #USDM mem driver doesn't have mem manager interface without locks. ``` Hi @Yogaraj-Alamenda , I'm using QAT engine V1.4.0, driver QAT.L.4.23.0-00001 and...

Thanks so much. How about plock as follows? Seems it replaces pthread's rwlock in application not in QAT engine? Am I right? Thanks. ![image](https://github.com/intel/QAT_Engine/assets/7693528/b6c4af80-4f8f-45ad-9977-ae494d9d6765)

@stevelinsell Hello Steve, I have a similar issue. userMemAlloc:380 can allocate memory but is with the problem of wrong alignment. What's likely root cause? Is it still caused by USDM...

@venkatesh6911 Thanks. QAT Engine version is v1.5.0. ./configure --host=x86_64-linux \ --with-qat_hw_dir=$(TOPDIR)/kernel/modules/qat_driver \ --with-qat_hw_install_dir=$(istldir) \ --with-openssl_dir=$(curdir)/$(openssl_pkg) \ --with-openssl_install_dir=$(curdir)/$(openssl_pkg) \ --enable-qat_hw_multi_thread \ --enable-qat_hw_contig_mem \ --disable-qat_hw_lenstra_protection ; \