Commit Graph

234 Commits

Author SHA1 Message Date
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
31be772ec7 sgx-sdk-demo: update versions of dcap and sdk
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
2023-11-06 08:13:12 +02:00
Hyeongju Johannes Lee
f55e4327a7 dlb, demo: update dlb to 8.5.2
Signed-off-by: Hyeongju Johannes Lee <hyeongju.lee@intel.com>
2023-10-31 15:30:54 -07:00
Mikko Ylinen
0d2d6533f6
Merge pull request #1561 from tkatila/misc-fixes-10-2023
Misc fixes
2023-10-24 14:20:58 +03:00
Mikko Ylinen
28f48bdc26 accel-config-demo: update to QPL v1.3.0
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
2023-10-23 11:14:29 +03:00
Tuomas Katila
72b46bd349 iaa: convert qpl example to accel-config-demo
Signed-off-by: Tuomas Katila <tuomas.katila@intel.com>
2023-10-23 10:57:19 +03:00
Tuomas Katila
5016f54e47 qat: add support for new capabilities
Signed-off-by: Tuomas Katila <tuomas.katila@intel.com>
2023-10-13 15:09:57 +03:00
Mikko Ylinen
319843c94e vpu: remove deprecated plugin
The VPU plugin can only be used with devices that are
no longer supported by upper layers, such as OpenVINO.

The deprecation plan for the plugin was announced earlier
this year and post v0.28 marks the date when the plugin is removed
from the repo.

Releases before v0.29 have the plugin available should it
be needed.

Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
2023-10-02 15:28:11 +03:00
Mikko Ylinen
5e2ff814d4 openssl-qat-engine: update QAT Engine to v1.4.0
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
2023-09-20 14:00:26 +03:00
Mikko Ylinen
ad6c5244c3 openssl-qat-engine: update QAT SW versions
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
2023-09-08 09:38:18 +03:00
Hyeongju Lee
1f792f5685
Merge pull request #1513 from mythi/PR-2023-040
k8s.io 1.28.1 update and SGX rework
2023-09-04 13:26:50 +03:00
Mikko Ylinen
7f685b5d89 sgx: add QuoteVerification demo and cleanup hostNetwork dependency
hostNetwork usage for SGX demo pods is not absolutely necessary so it's
better to clean it up and make IAS "security" scanners happier. It was
originally used to be able to use "localhost" PCCS but this change now
adds an example how proper PCCS url can be configured using jq.

Additionally, SGX DCAP Quote Verification is added.

Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
2023-08-31 14:23:19 +03:00
Hyeongju Johannes Lee
cdd66baf11 update accel-config version to 4.1
Signed-off-by: Hyeongju Johannes Lee <hyeongju.lee@intel.com>
2023-08-31 13:44:10 +03:00
hj-johannes-lee
d8f8c9553c sgx-sdk-demo: update versions of dcap and sdk
Signed-off-by: hj-johannes-lee <hyeongju.lee@intel.com>
2023-07-26 17:22:44 +03: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
510dbbda97 demo: update openssl-qat-engine
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
2023-07-20 17:00:05 +03:00
Mikko Ylinen
3aebf70a14 demo: update accel-config-demo
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
2023-07-20 17:00:05 +03:00
Mikko Ylinen
009684ea61 demo: update opae-nlb-demo to 2.2.0-1
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
2023-07-17 12:48:46 +03:00
Hyeongju Johannes Lee
521b0275dc dsa: replace token with read_buffer in conf
token related attributes got deprecated. To remove warnings,
replace with read_buff.

Signed-off-by: Hyeongju Johannes Lee <hyeongju.lee@intel.com>
2023-06-29 00:07:42 +03:00
Mikko Ylinen
9a966ecee2 openssl-qat-engine: update QAT releases
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
2023-05-31 09:06:02 +03:00
Hyeongju Johannes Lee
82ecaf014e dlb: make init script end with exit 0 when sriov_numvfs not found
Even if sriov_numvfs is not found, do not finish with an error.
It is necessary because VM still recognizes VF's BDF as xx.xx.0,
and script tries to find sriov_numvfs. So, chnage the script just
print some informational message and end with exit 0.

Signed-off-by: Hyeongju Johannes Lee <hyeongju.lee@intel.com>
2023-05-23 20:14:34 -07:00
Oleg Zhurakivskyy
3a52b261f8 accel-config-demo: Update accel-config version to 4.0
Closes #1353

Signed-off-by: Oleg Zhurakivskyy <oleg.zhurakivskyy@intel.com>
2023-05-16 23:26:05 +03:00
Hyeongju Johannes Lee
6eee3fde8f dlb: update demo to use dlb 8.3.0 2023-05-08 08:29:23 -07:00
Hyeongju Johannes Lee
64b3da9653 qat,e2e: add cpa-sample compress test for gen4
- add /usr/share/qat/calgary32 necessary for running dc test
to Dockerfile
- add e2e test for dc that runs cpa-sample with different
resource and command.
- remove openssl yaml file and use podSpec instead for cy test
- make a common func runCpaSampleCode for both cy and dc test
that have same process with a few differences

Signed-off-by: Hyeongju Johannes Lee <hyeongju.lee@intel.com>
2023-05-03 07:38:09 -07: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
934c00f5fc qat: add support for QAT 402xx
Based on
https://lore.kernel.org/linux-crypto/20230303165650.81405-1-damian.muszynski@intel.com/

Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
2023-03-09 15:06:30 +02:00
Mikko Ylinen
6a87fdd785 openssl-qat-engine: update QAT releases
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
2023-03-07 09:19:30 +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
Hyeongju Johannes Lee
8e4c4ed74e
dlb: update DLB to v8.0.0
Signed-off-by: Hyeongju Johannes Lee <hyeongju.lee@intel.com>
2023-02-10 14:15:56 +02:00
Ed Bartosh
64bdbc3c38
Merge pull request #1307 from hj-johannes-lee/dlb-dpdk-arg-fix
fix dlb-dpdk-demo's argument 'dev_id' to 'hwdev_id'
2023-01-18 13:10:48 +02:00
Hyeongju Johannes Lee
f37caeae1f
fix dlb-dpdk-demo's argument 'dev_id' to 'hwdev_id'
Signed-off-by: Hyeongju Johannes Lee <hyeongju.lee@intel.com>
2023-01-18 12:34:41 +02:00
Ed Bartosh
ddfef73382
Merge pull request #1286 from ozhuraki/dml-demo
demo: Add DML demo
2023-01-18 10:31:55 +02:00
Oleg Zhurakivskyy
ad3955e5a3 demo: Add DML, QPL demos
Signed-off-by: Oleg Zhurakivskyy <oleg.zhurakivskyy@intel.com>
2023-01-17 17:49:47 +02:00
Mikko Ylinen
e90b1ce8d1 demo: update openssl-qat-image
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
2023-01-14 09:20:27 +02:00
Mikko Ylinen
227095646a demo: dlb-dpdk-demo: add missing libatomic1
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
2023-01-12 08:06:39 +02:00
Mikko Ylinen
6e77933c19 demo: update accel-config 3.5.2
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
2022-12-21 19:09:44 +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
Mikko Ylinen
1fa6191028 demo: fix opencl-icd packages repository
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
2022-12-13 20:21:19 +02:00
Mikko Ylinen
10a26b8fd8
Merge pull request #1234 from hj-johannes-lee/qat-cfgServices
qat: add configuration of cfgServices to qat initcontainer
2022-12-13 08:26:13 +02:00
Hyeongju Johannes Lee
a6037eae3c
qat: add configuration of cfgServices to qat initcontainer
Signed-off-by: Hyeongju Johannes Lee <hyeongju.lee@intel.com>
2022-12-12 21:48:21 +02:00
Mikko Ylinen
c4daeebd73 demo: move opencl-icd image to Ubuntu 22.04
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
2022-11-28 18:20:27 +02:00
Mikko Ylinen
bffe72cd3a demo: move SGX images to Ubuntu 22.04
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
2022-11-28 18:20:27 +02:00
Mikko Ylinen
2753ba0c25 demo: update openssl-qat-engine versions
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
2022-11-28 18:20:27 +02:00
Hyeongju Johannes Lee
9b203ba6b8 iaa: fix the name of the demo image
Signed-off-by: Hyeongju Johannes Lee <hyeongju.lee@intel.com>
2022-11-11 15:37:11 +02:00
Mikko Ylinen
be22812ff7 demo: update idxd-config version to v3.5.0
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
2022-11-08 11:01:56 +02:00
Mikko Ylinen
c96f79e358 iaa: set max_transfer_size to idxd-config
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
2022-11-03 16:48:27 +02:00
Oleg Zhurakivskyy
ad68e998b1 iaa: Switch to device type "iaa"
Signed-off-by: Oleg Zhurakivskyy <oleg.zhurakivskyy@intel.com>
2022-10-28 10:51:18 +03:00
Hyeongju Johannes Lee
b82d508150 qat: fix initcontainer to skip when sriov is already configured
Signed-off-by: Hyeongju Johannes Lee <hyeongju.lee@intel.com>
2022-10-19 20:15:34 +03:00