diff mbox series

[ovs-dev,3/5] Documentation: Anuket project updates.

Message ID 20240227-doc-misc-v1-3-3d166cdd7e20@ovn.org
State Accepted
Commit 3c52cd15acf27013d2fdfd52a3ba2c4f407d7ed7
Delegated to: Simon Horman
Headers show
Series Documentation: Copyright, hyperlink and spelling corrections. | expand

Checks

Context Check Description
ovsrobot/apply-robot success apply and check: success
ovsrobot/github-robot-_Build_and_Test success github build: passed
ovsrobot/intel-ovs-compilation success test: success

Commit Message

Simon Horman Feb. 27, 2024, 3:36 p.m. UTC
The Anuket was formed by a merger of OPNFV and CNTT [1].

Also, VswitchPerf, aka vsperf, formerly an OPNFV project,
has been renamed ViNePerf [2].

Update links and documentation accordingly.

The old links were broken, this was flagged by make check-docs

[1] https://anuket.io/news/2021/01/27/lf-networking-launches-anuket-an-open-source-project-to-accelerate-infrastructure-compliance-interoperability-and-5g-deployments/
[2] https://docs.opnfv.org/projects/vineperf/en/latest/release/release-notes/release-notes.html

Signed-off-by: Simon Horman <horms@ovn.org>
---
 Documentation/topics/dpdk/bridge.rst |  2 +-
 Documentation/topics/testing.rst     | 13 +++++++------
 2 files changed, 8 insertions(+), 7 deletions(-)

Comments

Mike Pattrick Feb. 27, 2024, 5:36 p.m. UTC | #1
On Tue, Feb 27, 2024 at 10:36 AM Simon Horman <horms@ovn.org> wrote:
>
> The Anuket was formed by a merger of OPNFV and CNTT [1].
>
> Also, VswitchPerf, aka vsperf, formerly an OPNFV project,
> has been renamed ViNePerf [2].
>
> Update links and documentation accordingly.
>
> The old links were broken, this was flagged by make check-docs
>
> [1] https://anuket.io/news/2021/01/27/lf-networking-launches-anuket-an-open-source-project-to-accelerate-infrastructure-compliance-interoperability-and-5g-deployments/
> [2] https://docs.opnfv.org/projects/vineperf/en/latest/release/release-notes/release-notes.html
>
> Signed-off-by: Simon Horman <horms@ovn.org>
> ---

Acked-by: Mike Pattrick <mkp@redhat.com>
Eelco Chaudron Feb. 28, 2024, 9:41 a.m. UTC | #2
On 27 Feb 2024, at 16:36, Simon Horman wrote:

> The Anuket was formed by a merger of OPNFV and CNTT [1].
>
> Also, VswitchPerf, aka vsperf, formerly an OPNFV project,
> has been renamed ViNePerf [2].
>
> Update links and documentation accordingly.
>
> The old links were broken, this was flagged by make check-docs
>
> [1] https://anuket.io/news/2021/01/27/lf-networking-launches-anuket-an-open-source-project-to-accelerate-infrastructure-compliance-interoperability-and-5g-deployments/
> [2] https://docs.opnfv.org/projects/vineperf/en/latest/release/release-notes/release-notes.html
>
> Signed-off-by: Simon Horman <horms@ovn.org>

Thanks, these changes look good to me.

Acked-by: Eelco Chaudron <echaudro@redhat.com>
diff mbox series

Patch

diff --git a/Documentation/topics/dpdk/bridge.rst b/Documentation/topics/dpdk/bridge.rst
index 583105c64250..a077385e9b3e 100644
--- a/Documentation/topics/dpdk/bridge.rst
+++ b/Documentation/topics/dpdk/bridge.rst
@@ -52,7 +52,7 @@  DPDK physical ports and contain all "dropped", "error" and "management"
 counters from ``XSTATS``.  A list of all ``XSTATS`` counters can be found
 `here`__.
 
-__ https://wiki.opnfv.org/display/fastpath/Collectd+Metrics+and+Events
+__ https://wiki.anuket.io/display/HOME/Collectd+Metrics+and+Events
 
 .. note::
 
diff --git a/Documentation/topics/testing.rst b/Documentation/topics/testing.rst
index 9b5fc7448fea..dcf10a4db2d6 100644
--- a/Documentation/topics/testing.rst
+++ b/Documentation/topics/testing.rst
@@ -479,14 +479,15 @@  You should invoke scan-view to view analysis results. The last line of output
 from ``clang-analyze`` will list the command (containing results directory)
 that you should invoke to view the results on a browser.
 
-vsperf
-------
+ViNePerf
+--------
 
-The vsperf project aims to develop a vSwitch test framework that can be used to
-validate the suitability of different vSwitch implementations in a telco
-deployment environment. More information can be found on the `OPNFV wiki`_.
+The ViNePerf project, formerly known as VswitchPerf or vsperf, aims to
+develop a vSwitch test framework that can be used to validate the
+suitability of different vSwitch implementations in a telco deployment
+environment. More information can be found on the `Anuket project wiki`_.
 
-.. _OPNFV wiki: https://wiki.opnfv.org/display/vsperf/VSperf+Home
+.. _Anuket project wiki: https://wiki.anuket.io/display/HOME/ViNePERF
 
 Proof of Concepts
 ~~~~~~~~~~~~~~~~~