Mikko Ylinen
c810a4bd72
demo: fix SGX screencast
...
With the recent move to NFD custom source config for SGX features,
we no longer get SGX* cpuid labels but custom-intel.sgx so the grep
fails. Move to lowercase only checks.
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
2021-02-24 11:40:45 +02:00
Ed Bartosh
db46440bc0
Merge pull request #586 from bart0sh/572
...
Edited demo-readme. Replaced 'master' with 'main' on line 22, 23, 24,…
2021-02-18 13:54:52 +02:00
Ed Bartosh
f284391342
Merge pull request #582 from bart0sh/576
...
Edited demo/screencast-qat.sh. Replaced 'master' with 'main' on line …
2021-02-18 13:43:13 +02:00
Ed Bartosh
82f9352266
Merge pull request #584 from bart0sh/574
...
Edited demo-screencast-fpga-orchestrated. Replaced 'master' with 'mai…
2021-02-18 13:41:53 +02:00
Ed Bartosh
be96055057
Merge pull request #583 from bart0sh/575
...
Edited demo screencast-fpga-preprogrammed. Replaced 'master' with 'ma…
2021-02-18 13:40:59 +02:00
Ed Bartosh
8912bd645d
Merge pull request #585 from bart0sh/573
...
Edited demo screencast-dsa-accel-config. Replaced 'master' with 'main…
2021-02-18 13:40:37 +02:00
DougTW
7cd31ad2bc
Edited demo-readme. Replaced 'master' with 'main' on line 22, 23, 24, 48, 77, 89, 94, 122, 130, 141, and 159. Skipped instance of 'master' on line 146.
...
Signed-off-by: DougTW <doug.martin@intel.com>
2021-02-18 12:26:55 +02:00
DougTW
5d273acb6d
Edited demo screencast-dsa-accel-config. Replaced 'master' with 'main' on lines 78, 79, and 80.
...
Signed-off-by: DougTW <doug.martin@intel.com>
2021-02-18 12:24:37 +02:00
DougTW
b7f92bb726
Edited demo-screencast-fpga-orchestrated. Replaced 'master' with 'main on lines 41, 78, 115, and 116.
...
Signed-off-by: DougTW <doug.martin@intel.com>
2021-02-18 12:21:03 +02:00
DougTW
faf3695cdc
Edited demo screencast-fpga-preprogrammed. Replaced 'master' with 'main' in lines 41, 77, 97, and 98.
...
Signed-off-by: DougTW <doug.martin@intel.com>
2021-02-18 12:16:02 +02:00
DougTW
fa9ffe4d07
Edited demo/screencast-qat.sh. Replaced 'master' with 'main' on line 159.
...
Signed-off-by: DougTW <doug.martin@intel.com>
2021-02-18 12:13:14 +02:00
DougTW
8f1e86b833
Edited demo/screencast-sgx.sh. Replaced 'master' with 'main' on lines 29, 33, 76, 85, 87, 109, 111, 115, 116, 124, and 128.
...
Signed-off-by: DougTW <doug.martin@intel.com>
2021-02-18 12:00:57 +02:00
Mikko Ylinen
abfa3496a2
sgx: update SGX SDK/DCAP versions
...
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
2021-02-18 09:31:28 +02:00
Mikko Ylinen
983bff26c9
Merge pull request #571 from DougTW/dm-edits-demo-opae-nlb-demo-dockerfile
...
Edited demo opae-nlb-demo dockerfile.
2021-02-15 08:16:39 +02:00
DougTW
3992126edf
Edited demo opae-nlb-demo dockerfile. Replaced 'master' with 'main' on line 8.
...
Signed-off-by: DougTW <doug.martin@intel.com>
2021-02-12 10:08:35 -08: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
Ed Bartosh
dd568c7588
DSA: add screencast script
...
Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com>
2021-02-01 20:06:58 +02:00
Ed Bartosh
2e4de52f2b
implement DSA demo
...
- Impelemented demo image that runs accel-config tests
- Added testing instructions to the documentation
Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com>
2020-12-28 14:45:25 +02: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
461977aaf1
add SGX screencast script
...
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
2020-11-19 23:17:00 +02:00
Mikko Ylinen
e4dc4c122d
sgx: update to SDK 2.12 and DCAP 1.9 releases
...
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
2020-11-18 16:15:52 +02:00
Mikko Ylinen
2c3181fd16
openssl-qat-engine: fix qat-hw engine build
...
It was observed that qat-hw (when built right after qat-sw) is not built
correctly. Run make clean before the build (and back-up qat-sw since
clean removes it).
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
2020-11-09 14:41:41 +02:00
Mikko Ylinen
aed51bda06
openssl-qat-engine: update component versions
...
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
2020-11-04 13:18:40 +02:00
Mikko Ylinen
a8105befe0
demo: kustomize sgx sample deployments
...
adding kustomization to deploy sample jobs that demonstrate
1. launching of plain sample enclave application
2. SGX ECDSA quote generation "out-of-proc" using aesmd
3. SGX ECDSA quote generation "in-proc"
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
2020-10-27 15:02:40 +02:00
Mikko Ylinen
0bffaf2f2d
SGX: provide SGX aesmd sample
...
SGX aesmd (architectural enclave service daemon) can be used for SGX
DCAP Quote Generation. This commit adds a sample deployment that by
default talks to an Intel reference PCCS (Provisioning Certificate
Caching Service).
The default config provided is for a "single node" cluster that has
PCCS service localhost.
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
2020-10-23 13:21:17 +03:00
Mikko Ylinen
0ad7b5b6f9
sgx-sdk-demo: install packages without recommendations
...
The client side packages Recommends aesmd service and that gets pulled
in the image. aesmd service is expected to run in its own container so
we build the sample apps container without it.
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
2020-09-25 13:14:17 +03:00
Kevin Putnam
1d149ffee6
Documentation: Fixes broken links and standardizes headers.
...
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com>
2020-09-22 08:32:21 -07:00
Mikko Ylinen
8677e0e99b
sgx-sdk-demo: add DCAP Quote Generation sample
...
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
2020-09-16 15:35:09 +03:00
Mikko Ylinen
2a2993b13c
sgx-sdk-demo: update SGX SDK version
...
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
2020-09-16 15:34:55 +03:00
Ed Bartosh
f16c0936af
FPGA: upgrade OPAE to v.1.5.0-2
...
Upgraded OPAE to the latest release
Tested opae-nlb-demo image on the host with Arria10 hardware
Fixes : #383
2020-09-16 12:35:33 +03:00
Mikko Ylinen
02fb1209d0
demo: fix openssl-qat-engine build
...
ipp-crypto repository did not provide a tag with the necessary changes
included until recently so we were using the master branch.
Now the tag was added (and master broke our build) so we move to use
it.
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
2020-09-02 09:20:31 +03:00
Mikko Ylinen
6a268c50dc
demo: Add SGX SDK SampleEnclave container and job deployment
...
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
2020-08-24 16:33:45 +03:00
Mikko Ylinen
1cfb849eef
qat: update QAT software stack
...
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
2020-08-12 23:08:59 +03:00
Ed Bartosh
30a0e8ccaa
fpga: update demo
...
Updated FPGA demo screencasts:
- used latest kustomize setup
- got rid of cloning github repository
- renamed test-fpga-region.yaml -> demo/test-fpga-orchestrated.yaml
- updated readme
2020-07-01 19:43:59 +03:00
Dmitry Rozhkov
e87d94d4fb
fpga: finalize plugin kustomization
...
closes #318
2020-07-01 11:57:45 +03:00
Ed Bartosh
bf66be9fb6
FPGA demo: add screencast for preprogrammed mode
...
This screencast demonstrates deployment scenario for FPGA
preprogrammed mode. It uses Docker as a runtime to show that
CRI-O is not required in this mode.
2020-06-30 17:02:05 +03:00
linjiach
10ce71943e
Add new fpga opencl demo screencast, update thumbnail image and size
...
update fpga screencast link
squash commits for PR
2020-06-29 23:08:47 +00:00
Dmitry Rozhkov
7177409f19
fpga webhook: rework deployment to use kustomize
...
Contributes to #318
2020-06-23 15:53:36 +03:00
Mikko Ylinen
de529da631
demo: opae-nlb-demo: restore Clear Linux workaround
...
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
2020-06-01 10:50:32 +03:00
Mikko Ylinen
7edff849f1
demo: add ipp-crypto to OpenSSL QAT Engine
...
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
2020-05-05 22:50:24 +03:00
Mikko Ylinen
44f390b2ca
demo: update OpenSSL QAT versions
...
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
2020-05-05 22:50:24 +03:00
Alek Du
296b99e049
ubuntu-demo-openvino: use apt source instead of tar ball downloading
...
Openvino 2020 repo now has hddl package support. We should leverage that.
Signed-off-by: Alek Du <alek.du@intel.com>
2020-04-17 14:10:48 +08:00
Alek Du
caa64516a7
ubuntu-demo-openvino: upgrade to openvino R4 release to align with OVC
...
OVC upgraded hddldaemon to use R4, so we should do so too.
also change the openvino tgz file download from "ADD" to curl to leverage
the docker build cache.
Signed-off-by: Alek Du <alek.du@intel.com>
2020-03-18 16:12:47 +08:00
Mikko Ylinen
3ca0978c1d
openssl-qat-engine: update QAT stack versions ( #304 )
...
* openssl-qat-engine: update QAT stack versions
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
2020-03-16 19:37:31 +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
Dmitry Rozhkov
b9e0364f40
demo: fix image name for GPU job
2020-02-13 14:56:12 +02:00
Alek Du
887e56e780
VPU: Add Intel Movidius MyriadX VPU plugin support
...
This patch is to support Intel VCAC-A card (with MyriadX 2485 VPUs), for other
later on VPUs, we will reuse this plugin and add support.
VCAC-A board info is at:
https://www.intel.com/content/dam/www/public/us/en/documents/datasheets/media-analytics-vcac-a-accelerator-card-by-celestica-datasheet.pdf
Also add openvino HDDL VPU demo for Intel VCAC-A card.
Signed-off-by: Alek Du <alek.du@intel.com>
2020-01-28 23:17:50 +08:00
Ed Bartosh
15ce126817
fpga: update screencast to work with both kernel drivers
...
Made the screencast to work with OPAE and DFL kernel drivers.
2020-01-16 18:39:03 +02:00
Dmitry Rozhkov
4e2855dc0f
Merge pull request #247 from bart0sh/PR0068-opae-1.4.0-1
...
Upgrade OPAE to v1.4.0-1
2020-01-16 16:09:44 +02:00
Dmitry Rozhkov
857af6e2a9
Merge pull request #246 from bart0sh/PR0069-fix-opae-nlb-demo-build
...
Fix opae-demo-nlb build
2020-01-15 11:04:48 +02:00