Commit Graph

20 Commits

Author SHA1 Message Date
Tuomas Katila
18bd45f239 Revert "revertme: upgrade unstable-slim demo images to update libc"
This reverts commit 569d06debb.
2024-05-22 10:35:41 +03:00
Tuomas Katila
e8fbee68d8 crypto-perf: use different source for dpdk
Signed-off-by: Tuomas Katila <tuomas.katila@intel.com>
2024-05-07 17:35:32 +03:00
Tuomas Katila
569d06debb revertme: upgrade unstable-slim demo images to update libc
Workaround for libc updating during compilation (vs. base image)
Also stop image publish for these images for the time being.

Signed-off-by: Tuomas Katila <tuomas.katila@intel.com>
2024-05-07 17:34:39 +03:00
Tuomas Katila
b2522f0bb2 crypto-perf: update dpdk version to 24.03
Signed-off-by: Tuomas Katila <tuomas.katila@intel.com>
2024-04-30 11:34:48 +03:00
Mikko Ylinen
b1041e99a7 demo: move to released DPDK version
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
2023-12-21 07:49:50 +02:00
Mikko Ylinen
135ce3eeca crypto-perf: update to DPDK 23.11 and move to openssl-less image
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
2023-11-16 10:25:44 +02:00
Mikko Ylinen
cad7fea2c1 demo: update crypto-perf
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
2023-07-20 17:00:05 +03:00
Mikko Ylinen
8b36566613 demo: support cgroupv2 paths in crypto-perf
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
2023-03-22 07:21:45 +02:00
Mikko Ylinen
9883bef587 demo: fix shellcheck errors in crypto-perf
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
2023-03-22 07:21:45 +02:00
Mikko Ylinen
a5f800068c demo: do not install recommended packages in DPDK images
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
2023-02-16 20:22:20 +02:00
Mikko Ylinen
2e5c19cae8 demo: do not pip install ninja
ninja-build is installed as a dependency to meson so we don't need to
install it separately. In fact pip install fails on setups that enforce
PEP-668 of externally managed environments.

Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
2023-02-13 10:08:45 +02:00
Mikko Ylinen
a261a90326 crypto-perf: move to debian:sid-slim with upstream DPDK
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
2022-12-19 10:05:30 +02:00
Tuomas Katila
e9267e43c9 Improve dockerfiles based on feedback from hadolint
Co-authored-by: Mikko Ylinen <mikko.ylinen@intel.com>
Signed-off-by: Tuomas Katila <tuomas.katila@intel.com>
2022-10-14 08:22:57 +03:00
Mikko Ylinen
15f74929e1 demo: crypto-perf: update test tool parameters
The run-dpdk-test helper script builds dpdk-test-[compress|crypto]-perf
command line parameters dynamically. Some of the parameters were changed
in the recent DPDK builds and need updating.

Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
2021-08-05 09:33:16 +03:00
DougTW
e03374a595 Edited demo crypto-perf dockerfile. Line 8 replaced 'master' with 'main'
Signed-off-by: DougTW <doug.martin@intel.com>
2021-02-12 09:57:56 -08:00
Mikko Ylinen
d935b41874 crypto-perf: update inclusive language
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
2020-11-25 09:16:54 +02:00
Mikko Ylinen
3b9c57656d images: make os-core install implicit
swupd os-install fails (clearlinux/swupd-client/issues/1369) if
"--bundles=os-core" is used. It was confirmed that os-core is
always installed first regardless of what other --bundles are
specified.

To get the builds working, we move to rely on that implicit os-core
install.

Fixes: #330

Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
2020-03-12 18:55:01 +02:00
Mikko Ylinen
e1399b5947 crypto-perf: move to clearlinux:base and add QAT test cases
Clear Linux enables DPDK QAT PMD so we can move to use everything from
there. This saves maintenance efforts and we get more up-to-date DPDK.
The DPDK version in this update gives a tool for compress perf too, for
instance.

The commit also adds kustomize scripts that overlay the original DPDK
demo deployment to run dpdk-test-[compress|crypto|-perf test cases:

$ kubectl apply -k deployments/qat_dpdk_app/test-compress1/
$ kubectl apply -f deployments/qat_dpdk_app/test-crypto1/

New test cases ('ptest's with varying parameters) can be easily added
by following the pattern in test-[crypto|compress]1 directories.

Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
2019-08-20 22:01:44 +03:00
Przemysław Lal
f076a39d5a demo: update crypto-perf Dockerfile
This change:
* adds cloning and building of QAT-enabled DPDK to the Dockerfile
* disables unnecessary compilation of DPDK kernel modules which depend on the host kernel version
* fixes issue with missing ./resolv.conf file and dpdk directory
* removes installation of unnecessary yum packages
2018-11-23 09:01:08 +00:00
ssehgal
3eb2b10f75 Enabling support for QuickAssist Devices 2018-07-23 17:35:37 +01:00