Initial commit: loc_az_hci (smom-dbis-138 excluded via .gitignore)
Some checks failed
Test / test (push) Has been cancelled

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
defiQUG
2026-02-08 09:04:46 -08:00
commit c39465c2bd
386 changed files with 50649 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
# Configure OpenSSL QAT Engine
Write-Host "=========================================" -ForegroundColor Cyan
Write-Host "OpenSSL QAT Engine Configuration" -ForegroundColor Cyan
Write-Host "=========================================" -ForegroundColor Cyan
Write-Host "`nConfigure OpenSSL to use QAT engine for TLS acceleration." -ForegroundColor Yellow
Write-Host "Edit OpenSSL config: /etc/ssl/openssl.cnf" -ForegroundColor White
Write-Host "Add: openssl_conf = openssl_def" -ForegroundColor White
Write-Host "Test: openssl speed -engine qat -elapsed -async_jobs 36 rsa2048" -ForegroundColor White

View File

@@ -0,0 +1,5 @@
# Install Complete QAT Driver Stack
# See infrastructure/drivers/install-qat-drivers.ps1 for driver installation
Write-Host "Complete QAT stack installation. See install-qat-drivers.ps1" -ForegroundColor Yellow

View File

@@ -0,0 +1,5 @@
# Setup IPsec/IKEv2 QAT Integration
Write-Host "Configure IPsec/IKEv2 to use QAT acceleration." -ForegroundColor Yellow
Write-Host "See QAT documentation for IPsec configuration." -ForegroundColor Yellow

View File

@@ -0,0 +1,10 @@
# Test QAT Acceleration Performance
Write-Host "=========================================" -ForegroundColor Cyan
Write-Host "QAT Acceleration Testing" -ForegroundColor Cyan
Write-Host "=========================================" -ForegroundColor Cyan
Write-Host "`nTest QAT acceleration:" -ForegroundColor Yellow
Write-Host "Linux: openssl speed -engine qat -elapsed -async_jobs 36 rsa2048" -ForegroundColor White
Write-Host "Check QAT service: qat_service status" -ForegroundColor White