-
Notifications
You must be signed in to change notification settings - Fork 210
Closed
Description
Is your feature request related to a problem? Please describe.
openssl-qat-engine
image takes huge amount of time to build due to all the low-level crypto libs it uses but so far it's been the only way to demonstrate QAT libs usage in containers. However, with Ubuntu 24.04 we can move to use distro provided libs which simplifies our maintenance a lot.
mylinen@himmelriiki:~$ docker run -it ubuntu:24.04
root@e8b1e9734a20:/# apt-get update
Get:1 http://archive.ubuntu.com/ubuntu noble InRelease [255 kB]
Get:2 http://security.ubuntu.com/ubuntu noble-security InRelease [90.7 kB]
Get:3 http://archive.ubuntu.com/ubuntu noble-updates InRelease [89.7 kB]
Get:4 http://archive.ubuntu.com/ubuntu noble-backports InRelease [90.8 kB]
Get:5 http://archive.ubuntu.com/ubuntu noble/restricted amd64 Packages [100 kB]
Get:6 http://archive.ubuntu.com/ubuntu noble/main amd64 Packages [1825 kB]
Get:7 http://archive.ubuntu.com/ubuntu noble/universe amd64 Packages [19.0 MB]
Get:8 http://archive.ubuntu.com/ubuntu noble/multiverse amd64 Packages [290 kB]
Get:9 http://archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Packages [41.5 kB]
Get:10 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [975 kB]
Get:11 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [62.4 kB]
Get:12 http://archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [44.6 kB]
Fetched 22.9 MB in 8s (2790 kB/s)
Reading package lists... Done
root@e8b1e9734a20:/# apt-cache search qat
libqat-dev - Development files for Intel QuickAssist user space library
libqat4 - Intel QuickAssist user space library
libqatzip-dev - Intel QuickAssist user space library development files
libqatzip3 - Intel QuickAssist user space library
librte-common-qat24 - Data Plane Development Kit (librte-common-qat runtime library)
qatengine - Intel? QuickAssist Technology OpenSSL* Engine
qatlib-examples - Intel QuickAssist user space library examples
qatlib-service - Intel QuickAssist daemon
qatzip - Compression user-space tool for Intel? QuickAssist Technology
Describe the solution you'd like
apt-get install qatengine qatlib-examples qatzip
instead of custom builds.
Describe alternatives you've considered
Keep using custom builds. The argument for doing this is to be able to keep using the leading edge versions...
Additional context
N/A
Metadata
Metadata
Assignees
Labels
No labels