Commit Graph

10 Commits

Author SHA1 Message Date
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