* [PATCH] Documentation: ocxl.rst: Update consortium site
@ 2025-03-11 18:24 Fritz Koenig
2025-03-12 4:20 ` Andrew Donnellan
0 siblings, 1 reply; 3+ messages in thread
From: Fritz Koenig @ 2025-03-11 18:24 UTC (permalink / raw)
To: Frederic Barrat, Andrew Donnellan, Jonathan Corbet
Cc: linuxppc-dev, linux-doc, linux-kernel, Fritz Koenig
Old site no longer associated with consortium.
Signed-off-by: Fritz Koenig <frkoenig@chromium.org>
---
After mergers the OpenCAPI Consortium does not seem to exist.
The github page is the only seemingly relevant site, but it
has not been updated in 4 years.
---
Documentation/userspace-api/accelerators/ocxl.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Documentation/userspace-api/accelerators/ocxl.rst b/Documentation/userspace-api/accelerators/ocxl.rst
index db7570d5e50d..5fc86ead39f4 100644
--- a/Documentation/userspace-api/accelerators/ocxl.rst
+++ b/Documentation/userspace-api/accelerators/ocxl.rst
@@ -3,8 +3,8 @@ 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 is developed
+by the `OpenCAPI Consortium <https://opencapi.github.io/oc-accel-doc/>`_.
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>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] Documentation: ocxl.rst: Update consortium site
2025-03-11 18:24 [PATCH] Documentation: ocxl.rst: Update consortium site Fritz Koenig
@ 2025-03-12 4:20 ` Andrew Donnellan
2025-03-12 14:32 ` Fritz Koenig
0 siblings, 1 reply; 3+ messages in thread
From: Andrew Donnellan @ 2025-03-12 4:20 UTC (permalink / raw)
To: Fritz Koenig, Frederic Barrat, Jonathan Corbet
Cc: linuxppc-dev, linux-doc, linux-kernel
On Tue, 2025-03-11 at 11:24 -0700, Fritz Koenig wrote:
> Old site no longer associated with consortium.
Thanks for catching this!
>
> Signed-off-by: Fritz Koenig <frkoenig@chromium.org>
> ---
> After mergers the OpenCAPI Consortium does not seem to exist.
> The github page is the only seemingly relevant site, but it
> has not been updated in 4 years.
> ---
> Documentation/userspace-api/accelerators/ocxl.rst | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/Documentation/userspace-api/accelerators/ocxl.rst
> b/Documentation/userspace-api/accelerators/ocxl.rst
> index db7570d5e50d..5fc86ead39f4 100644
> --- a/Documentation/userspace-api/accelerators/ocxl.rst
> +++ b/Documentation/userspace-api/accelerators/ocxl.rst
> @@ -3,8 +3,8 @@ 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 is
> developed
> +by the `OpenCAPI Consortium
> <https://opencapi.github.io/oc-accel-doc/>`_.
This link is to the OC-Accel framework documentation, which isn't the
core set of OpenCAPI specifications. Those specs are now hosted by CXL,
post-merger.
I think I'd update this to say:
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/>_.
Thanks,
Andrew
--
Andrew Donnellan OzLabs, ADL Canberra
ajd@linux.ibm.com IBM Australia Limited
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] Documentation: ocxl.rst: Update consortium site
2025-03-12 4:20 ` Andrew Donnellan
@ 2025-03-12 14:32 ` Fritz Koenig
0 siblings, 0 replies; 3+ messages in thread
From: Fritz Koenig @ 2025-03-12 14:32 UTC (permalink / raw)
To: Andrew Donnellan
Cc: Fritz Koenig, Frederic Barrat, Jonathan Corbet, linuxppc-dev,
linux-doc, linux-kernel
On Tue, Mar 11, 2025 at 9:20 PM Andrew Donnellan <ajd@linux.ibm.com> wrote:
>
> On Tue, 2025-03-11 at 11:24 -0700, Fritz Koenig wrote:
> > Old site no longer associated with consortium.
>
> Thanks for catching this!
>
> >
> > Signed-off-by: Fritz Koenig <frkoenig@chromium.org>
> > ---
> > After mergers the OpenCAPI Consortium does not seem to exist.
> > The github page is the only seemingly relevant site, but it
> > has not been updated in 4 years.
> > ---
> > Documentation/userspace-api/accelerators/ocxl.rst | 4 ++--
> > 1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/Documentation/userspace-api/accelerators/ocxl.rst
> > b/Documentation/userspace-api/accelerators/ocxl.rst
> > index db7570d5e50d..5fc86ead39f4 100644
> > --- a/Documentation/userspace-api/accelerators/ocxl.rst
> > +++ b/Documentation/userspace-api/accelerators/ocxl.rst
> > @@ -3,8 +3,8 @@ 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 is
> > developed
> > +by the `OpenCAPI Consortium
> > <https://opencapi.github.io/oc-accel-doc/>`_.
>
> This link is to the OC-Accel framework documentation, which isn't the
> core set of OpenCAPI specifications. Those specs are now hosted by CXL,
> post-merger.
>
> I think I'd update this to say:
>
> 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/>_.
>
Thanks for the feedback, V2 posted.
-Fritz
> Thanks,
> Andrew
>
> --
> Andrew Donnellan OzLabs, ADL Canberra
> ajd@linux.ibm.com IBM Australia Limited
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-03-12 14:33 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-11 18:24 [PATCH] Documentation: ocxl.rst: Update consortium site Fritz Koenig
2025-03-12 4:20 ` Andrew Donnellan
2025-03-12 14:32 ` Fritz Koenig
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox