diff --git a/README.md b/README.md index 6120d6fb..013d242f 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ The [FPGA prestart CRI-O hook](cmd/fpga_crihook/README.md) performs discovery of the requested FPGA function bitstream and programs FPGA devices based on the environment variables in the workload description. -### [QAT](https://01.org/intel-quick-assist-technology) Device Plugin +### [QAT](https://developer.intel.com/quickassist) Device Plugin The [QAT plugin](cmd/qat_plugin/README.md) supports device plugin for Intel QAT adapters, and includes code [showing deployment](cmd/qat_plugin/dpdkdrv) via [DPDK](https://doc.dpdk.org/guides/cryptodevs/qat.html). diff --git a/cmd/qat_plugin/README.md b/cmd/qat_plugin/README.md index 218f4d92..9c546f78 100644 --- a/cmd/qat_plugin/README.md +++ b/cmd/qat_plugin/README.md @@ -219,6 +219,6 @@ for i in 0442 0443 18a1 37c9 6f55 19e3 4941 4943; do lspci -d 8086:$i; done [2]:https://www.intel.com/content/www/us/en/design/products-and-solutions/processors-and-chipsets/denverton/ns/atom-processor-c3000-series.html [3]:https://www.intel.com/content/www/us/en/ethernet-products/gigabit-server-adapters/quickassist-adapter-8950-brief.html [6]:https://github.com/kata-containers/documentation/blob/master/use-cases/using-Intel-QAT-and-kata.md -[7]:https://01.org/sites/default/files/downloads//336210-009qatswprogrammersguide.pdfhttps://01.org/sites/default/files/downloads//336210-009qatswprogrammersguide.pdf +[7]:https://www.intel.com/content/www/us/en/content-details/710060/intel-quickassist-technology-software-for-linux-programmer-s-guide-hw-version-1-7.html [8]:https://github.com/kata-containers/documentation/blob/master/use-cases/using-Intel-QAT-and-kata.md#build-openssl-intel-qat-engine-container -[9]:https://01.org/sites/default/files/downloads/intelr-quickassist-technology/336212qatswgettingstartedguiderev003.pdf +[9]:https://www.intel.com/content/www/us/en/content-details/710059/intel-quickassist-technology-software-for-linux-getting-started-guide-hw-version-1-7.html diff --git a/cmd/sgx_plugin/README.md b/cmd/sgx_plugin/README.md index 80a258eb..c593994d 100644 --- a/cmd/sgx_plugin/README.md +++ b/cmd/sgx_plugin/README.md @@ -54,8 +54,8 @@ The component has the same basic dependencies as the [generic plugin framework dependencies](../../README.md#about). The SGX device plugin requires Linux Kernel SGX drivers to be available. These drivers -are available in Linux 5.11. [The SGX DCAP out-of-tree driver v1.41](https://github.com/intel/SGXDataCenterAttestationPrimitives) -is also known to work. +are available in Linux since 5.11. [The SGX DCAP out-of-tree driver](https://github.com/intel/SGXDataCenterAttestationPrimitives) +(v1.41 and later) is also known to work. The hardware platform must support SGX Flexible Launch Control. @@ -166,7 +166,7 @@ For the SGX ECDSA Remote Attestation demo to work, the platform must be correctl For documentation to set up Intel® reference PCCS, refer to: [Intel® Software Guard Extensions (Intel® SGX) Services](https://api.portal.trustedservices.intel.com/) and -[Intel® Software Guard Extensions SDK for Linux](https://01.org/intel-software-guard-extensions) +[Intel® Software Guard Extensions SDK for Linux](https://www.intel.com/content/www/us/en/developer/tools/software-guard-extensions/overview.html) Furthermore, the Kubernetes cluster must be set up according the [instructions above](#deploying-with-pre-built-images).