On Thu, Feb 25, 2021 at 12:20:46AM +0200, Jarkko Sakkinen wrote: > Introduce an xarray based version array (VA) structure: struct sgx_va. > > The use of sgx_va can be later on extended to the following use cases: > > - A global VA for reclaimed SECS pages. > - A global VA for reclaimed VA pages. > > Testing done while developing the patch: > > - With NUC7PJYH: > https://www.intel.com/content/www/us/en/products/boards-kits/nuc/kits/nuc7pjyh.html > - seq 10000 | xargs -I {} -P10000 ./test_sgx > /dev/null > - The EPC size was set from BIOS to 32 MB.
In [1], 'va' branch is tip/master with the patch set on top. [1] https://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-sgx.git: /Jarkko