Commit Graph

186 Commits

Author SHA1 Message Date
nolancon
1bd2fb2f58 Minor edits to demo readme. 2018-12-10 10:41:55 +00:00
MCamp859
788b751554 Add TOC and other minor text edits to demo readme.
Signed-off-by: MCamp859 <maryx.camp@intel.com>
2018-12-07 12:38:23 -05:00
nolancon
2355c1550c QAT Device Plugin with DPDK demo description and link 2018-12-06 16:55:57 +00:00
Sakari Poussa
45cee95261 GPU plugin demo description and link 2018-12-05 11:48:44 +02:00
ssehgal
eb6d48a512 QAT README update and crypto perf image tag correction 2018-12-03 14:03:55 +00:00
Mikko Ylinen
0c448a0686 demo: qat: add OpenSSL demo documentation
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
2018-11-29 15:01:46 +02:00
Mikko Ylinen
2019e20fe2 demo: openssl-qat-engine: move to RuntimeClass
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
2018-11-28 22:59:17 +02:00
Mikko Ylinen
1cd078dedf demo: add OpenSSL QAT Engine demo files
Add:
* Dockerfile that builds a container with OpenSSL 1.1.1 + QAT Engine
* Sample openssl-qat-engine-pod deployment yaml

The demo deployment yaml has the following dependencies:

* kata-runtime is installed and registered as the untrusted workload
handler
* QAT virtual function device configuration(s) (from QAT_Engine repo) are
available  in /etc for the target hardware.

TODOs:
* readme.md
* move to RuntimeClass

Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
2018-11-26 11:06:36 +02: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
Frederik Carlier
d6016dedf9 Fix typos 2018-11-22 20:44:00 +00:00
Ed Bartosh
6d97ad4792 Demo readme: update FPGA screencast url
Updated url to point to the FPGA screencast with
a Legal Disclaimer.
2018-11-16 16:49:27 +02:00
Ed Bartosh
6d981cb492
Merge pull request #116 from MCamp859/demo-readme-new
Add demo readme file to serve as landing page.
2018-11-02 09:55:43 +00:00
MCamp859
21345009ce Demo readme: embedded screencast
Signed-off-by: MCamp859 <maryx.camp@intel.com>
2018-11-01 11:00:49 -04:00
MCamp859
b6afb6c675 Demo readme: uncommented screencast url and added upstream doc link.
Signed-off-by: MCamp859 <maryx.camp@intel.com>
2018-10-31 13:51:03 -04:00
MCamp859
d0f1f92517 Add demo readme file to serve as landing page.
Signed-off-by: MCamp859 <maryx.camp@intel.com>
2018-10-30 12:06:37 -04:00
Dmitry Rozhkov
4fb7848af6 fpga: update to dcp 1.1 2018-10-17 12:26:53 +03:00
Dmitry Rozhkov
0c050e0e96 stop FPGA demo on errors 2018-10-12 16:19:21 +03:00
Ed Bartosh
891d69de83 Use buildah to build images
Added alternative builder for project images: buildah
https://github.com/containers/buildah

Considering that some of our plugins use CRI-O runtime it could be
a good idea to get rid of docker as a builder. It should allow us
not to run docker daemon at all, even for build purposes.

Kubernetes also goes this way encouraging users to switch to CRI
runtimes (CRI-O and containerd), so having non-docker builds supported
looks good from this perspective too.
2018-09-28 17:21:12 +03:00
Alexander D. Kanevskiy
76e7b33317
Merge pull request #107 from bart0sh/PR0045-FPGA-screencast-generator
demo: add script that generates FPGA screencast
2018-09-14 15:16:57 +03:00
Ed Bartosh
1bb887493e demo: add script that generates FPGA screencast
Added screencast.sh script that generates asciinema screencast
for the FPGA demo "Intel FPGA Plugin for Kubernetes".

The screencast demonstrates build and deployment of the
FPGA plugin in orchestration programmed mode.
2018-09-14 14:22:46 +03:00
Ed Bartosh
11b4f55f8b demo: use ubuntu-demo-opae:devel in FPGA pods
Updated FPGA pods that use ubuntu-demo-opae image to
use 'devel' tag.
2018-09-14 12:23:47 +03:00
Alexander D. Kanevskiy
749d327a4a
Merge pull request #103 from bart0sh/PR000043-fix-demo-pod
fix fpga-region pod definition
2018-09-11 17:52:08 +03:00
Ed Bartosh
7307ee57d9 improve building demo images
Added --rm command line option to remove intermediate images
Tagged with git revision and 'devel' tags the same way as it's done
for other images
2018-09-11 16:05:54 +03:00
Ed Bartosh
d8078adc30 fix fpga-region pod definition
Added IPC_LOC capability to NLB3 workload failure:
[8][ERROR][accelerator::allocate_buffer] Could not allocate buffer
[8][ERROR][nlb3] failed to allocate DSM workspace.
Error: configuration failed.
2018-09-11 15:43:08 +03:00
Ed Bartosh
53762f4cb9 demo: add test-fpga-region.yml
This file will be used in the FPGA Device Plugin demo to demonstrate
orchestration programmed FPGA workflow.
2018-09-05 15:48:45 +03:00
ssehgal
8e37adfb42 Fixing minor bugs with QAT plugin
- To ensure that the device plugin continues to run in case a certain QAT device family is not detected on the node
- Updated the extended resource name to qat/generic in demo/crypto-perf-dpdk-pod-requesting-qat.yaml file
- Added explicit check for QAT device ID to avoid counting other DPDK bound devices as QAT devices
2018-09-03 14:27:27 +01:00
Ed Bartosh
bbc1d15c63 demos: get rid of using --build-arg to pass proxy to the Docker
Docker documentation recommends configuring proxy in
a Docker client configuration file ~/.docker/config.json for Docker
version >= 17.07: https://docs.docker.com/network/proxy/

Using --build-arg for this purpose is not recommended, hence
removing.
2018-08-29 15:31:19 +03:00
Ed Bartosh
312d0719f4 upgrade OPAE to v1.1.0-2 for ubuntu-demo-opae image 2018-08-07 17:28:50 +03:00
Dmitry Rozhkov
1e7dbac162 Update README.md files to reflect changes caused by refactoring
update demo files
2018-07-30 15:29:33 +03:00
ssehgal
3eb2b10f75 Enabling support for QuickAssist Devices 2018-07-23 17:35:37 +01:00
Dmitry Rozhkov
945f6e98f7 Update GPU demo to run FFT on the device
Also the demo runs on top of Intel compute runtime instead of
Beignet.
2018-07-05 16:19:16 +03:00
Ed Bartosh
6f0fe0de9a fix script name in fpga job spec
Name of the test script has been changed recently, but job
spec hasn't been updated.
2018-06-15 15:03:48 +03:00
Dmitry Rozhkov
f36bf8ae12
Merge pull request #22 from bart0sh/PR0016-rework-fpga-demo
Rework FPGA demo
2018-06-15 14:31:52 +03:00
Ed Bartosh
090c56a8e4 request usage of HugePages in the job spec
Explicitly request usage of HugePages and cpu in fpga demo
job spec as OPAE requires it.

Fixes #3
2018-06-13 18:05:09 +03:00
Ed Bartosh
49e018433d rework ubuntu-demo-opae
Installed OPAE from packages instead of building it from source
Used nlb3 and nlb0 sample programs instead of building hello_fpga
2018-06-13 15:07:42 +03:00
Alexander Kanevskiy
d4d77a71e4 Initial public code release 2018-05-18 18:30:54 +03:00