Skip to content

Instantly share code, notes, and snippets.

View mythi's full-sized avatar

Mikko Ylinen mythi

  • Intel
  • Tampere, Finland
View GitHub Profile
@mythi
mythi / qatengine-deps-sizes.txt
Created November 1, 2023 09:24
QAT Engine dependencies
[root@c594fc20c162 /]# dnf install --setopt=install_weak_deps=False qatengine
Last metadata expiration check: 0:06:39 ago on Wed Nov 1 09:14:31 2023.
Dependencies resolved.
====================================================================================================================================================================================================================
Package Architecture Version Repository Size
====================================================================================================================================================================================================================
Installing:
qatengine x86_64 1.4.0-1.fc38 updates
@mythi
mythi / README.txt
Last active April 17, 2024 05:05
SGX EPC cgroups for Kubernetes
1. Prepare the kernel
git clone --depth 1 -b sgx_cg_upstream_v12 https://github.com/haitaohuang/linux.git linux-epc-cgroups
Added config:
CONFIG_CGROUP_SGX_EPC=y
2. Boot the VM and check SGX cgroups
host:$ qemu-system-x86_64 \