diff options
author | 2025-03-12 07:31:16 -0700 | |
---|---|---|
committer | 2025-03-12 16:26:45 -0600 | |
commit | a65758f1e3df1e3672bf83fe4b6ec9ed51d2b59e (patch) | |
tree | c0aa1871d5361e18f137c0b56c35529e12d35741 | |
parent | scripts: get_feat.pl: substitute s390x with s390 (diff) | |
download | linux-rng-a65758f1e3df1e3672bf83fe4b6ec9ed51d2b59e.tar.xz linux-rng-a65758f1e3df1e3672bf83fe4b6ec9ed51d2b59e.zip |
Documentation: ocxl.rst: Update consortium site
Point to post-merger site.
Signed-off-by: Fritz Koenig <frkoenig@chromium.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20250312-dead_site-v2-1-920a313743ee@chromium.org
-rw-r--r-- | Documentation/userspace-api/accelerators/ocxl.rst | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Documentation/userspace-api/accelerators/ocxl.rst b/Documentation/userspace-api/accelerators/ocxl.rst index db7570d5e50d..4e213af70237 100644 --- a/Documentation/userspace-api/accelerators/ocxl.rst +++ b/Documentation/userspace-api/accelerators/ocxl.rst @@ -3,8 +3,11 @@ OpenCAPI (Open Coherent Accelerator Processor Interface) ======================================================== OpenCAPI is an interface between processors and accelerators. It aims -at being low-latency and high-bandwidth. The specification is -developed by the `OpenCAPI Consortium <http://opencapi.org/>`_. +at being low-latency and high-bandwidth. + +The specification was developed by the OpenCAPI Consortium, and is now +available from the `Compute Express Link Consortium +<https://computeexpresslink.org/resource/opencapi-specification-archive/>`_. It allows an accelerator (which could be an FPGA, ASICs, ...) to access the host memory coherently, using virtual addresses. An OpenCAPI |