[PATCH v2] Documentation: ocxl.rst: Update consortium site

Fritz Koenig posted 1 patch 9 months, 1 week ago
Documentation/userspace-api/accelerators/ocxl.rst | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
[PATCH v2] Documentation: ocxl.rst: Update consortium site
Posted by Fritz Koenig 9 months, 1 week ago
Point to post-merger site.

Signed-off-by: Fritz Koenig <frkoenig@chromium.org>
---
Changes in v2:
- Update link per feedback
- Update commit message to reflect sureness in corectness
- Link to v1: https://lore.kernel.org/r/20250311-dead_site-v1-1-7ab3cea374f2@chromium.org
---
 Documentation/userspace-api/accelerators/ocxl.rst | 7 +++++--
 1 file 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

---
base-commit: 0b46b049d6eccd947c361018439fcb596e741d7a
change-id: 20250311-dead_site-e96834910663

Best regards,
-- 
Fritz Koenig <frkoenig@chromium.org>
Re: [PATCH v2] Documentation: ocxl.rst: Update consortium site
Posted by Jonathan Corbet 9 months, 1 week ago
Fritz Koenig <frkoenig@chromium.org> writes:

> Point to post-merger site.
>
> Signed-off-by: Fritz Koenig <frkoenig@chromium.org>
> ---
> Changes in v2:
> - Update link per feedback
> - Update commit message to reflect sureness in corectness
> - Link to v1: https://lore.kernel.org/r/20250311-dead_site-v1-1-7ab3cea374f2@chromium.org
> ---
>  Documentation/userspace-api/accelerators/ocxl.rst | 7 +++++--
>  1 file 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/>`_.
>  

Applied, thanks.

jon