* [v2 1/1] docs: af_xdp device plugin repo update
@ 2024-05-01 12:36 Maryam Tahhan
2024-07-08 16:00 ` Ferruh Yigit
0 siblings, 1 reply; 2+ messages in thread
From: Maryam Tahhan @ 2024-05-01 12:36 UTC (permalink / raw)
To: ferruh.yigit, stephen, lihuisong, fengchengwen, liuyonglong,
david.marchand, ciara.loftus
Cc: dev, Maryam Tahhan, stable
Fixup the references to the AF_XDP Device Plugin repo.
Fixes: 66a2aca4f512 ("docs: fix AF_XDP device plugin howto")
Cc: stable@dpdk.org
Signed-off-by: Maryam Tahhan <mtahhan@redhat.com>
---
v2: make changes against net-next rather than main
---
doc/guides/howto/af_xdp_dp.rst | 14 +++++++-------
doc/guides/nics/af_xdp.rst | 6 +++---
2 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/doc/guides/howto/af_xdp_dp.rst b/doc/guides/howto/af_xdp_dp.rst
index 8b9b5ebbad..b7fadf36b4 100644
--- a/doc/guides/howto/af_xdp_dp.rst
+++ b/doc/guides/howto/af_xdp_dp.rst
@@ -22,7 +22,7 @@ while the CNI configures and plumbs network interfaces for the Pod.
This document explains how to use the `AF_XDP Device Plugin for Kubernetes`_ with
a DPDK application using the :doc:`../nics/af_xdp`.
-.. _AF_XDP Device Plugin for Kubernetes: https://github.com/intel/afxdp-plugins-for-kubernetes
+.. _AF_XDP Device Plugin for Kubernetes: https://github.com/redhat-et/afxdp-plugins-for-kubernetes
Background
----------
@@ -89,7 +89,7 @@ the AF_XDP PMD configures it internally to the `AF_XDP Device Plugin for Kuberne
of the AF_XDP DP <= commit id `38317c2`_ by explicitly setting ``dp_path`` to
``/tmp/afxdp.sock``.
-.. _38317c2: https://github.com/intel/afxdp-plugins-for-kubernetes/commit/38317c256b5c7dfb39e013a0f76010c2ded03669
+.. _38317c2: https://github.com/redhat-et/afxdp-plugins-for-kubernetes/commit/38317c256b5c7dfb39e013a0f76010c2ded03669
Prerequisites
-------------
@@ -180,7 +180,7 @@ Run dpdk-testpmd with the AF_XDP Device Plugin + CNI
.. code-block:: console
- # git clone https://github.com/intel/afxdp-plugins-for-kubernetes.git
+ # git clone https://github.com/redhat-et/afxdp-plugins-for-kubernetes.git
.. note::
@@ -196,7 +196,7 @@ Run dpdk-testpmd with the AF_XDP Device Plugin + CNI
* Make sure to modify the image used by the `daemonset.yml`_ file in the deployments directory with
the following configuration:
- .. _daemonset.yml : https://github.com/intel/afxdp-plugins-for-kubernetes/blob/main/deployments/daemonset.yml
+ .. _daemonset.yml : https://github.com/redhat-et/afxdp-plugins-for-kubernetes/blob/main/deployments/daemonset.yml
.. code-block:: yaml
@@ -207,7 +207,7 @@ Run dpdk-testpmd with the AF_XDP Device Plugin + CNI
This will select the AF_XDP DP image that was built locally. Detailed configuration
options can be found in the AF_XDP Device Plugin `readme`_ .
- .. _readme: https://github.com/intel/afxdp-plugins-for-kubernetes#readme
+ .. _readme: https://github.com/redhat-et/afxdp-plugins-for-kubernetes#readme
* Deploy the AF_XDP Device Plugin and CNI
@@ -255,7 +255,7 @@ Run dpdk-testpmd with the AF_XDP Device Plugin + CNI
For further reference please use the example provided by the AF_XDP DP `nad.yaml`_
- .. _nad.yaml: https://github.com/intel/afxdp-plugins-for-kubernetes/blob/main/examples/network-attachment-definition.yaml
+ .. _nad.yaml: https://github.com/redhat-et/afxdp-plugins-for-kubernetes/blob/main/examples/network-attachment-definition.yaml
* Run the Pod
@@ -301,7 +301,7 @@ Run dpdk-testpmd with the AF_XDP Device Plugin + CNI
For further reference please see the `pod.yaml`_
- .. _pod.yaml: https://github.com/intel/afxdp-plugins-for-kubernetes/blob/main/examples/pod-spec.yaml
+ .. _pod.yaml: https://github.com/redhat-et/afxdp-plugins-for-kubernetes/blob/main/examples/pod-spec.yaml
* Run DPDK with a command like the following:
diff --git a/doc/guides/nics/af_xdp.rst b/doc/guides/nics/af_xdp.rst
index 940bbf60f2..0af68851b3 100644
--- a/doc/guides/nics/af_xdp.rst
+++ b/doc/guides/nics/af_xdp.rst
@@ -157,7 +157,7 @@ use_cni
The EAL vdev argument ``use_cni`` is used to indicate that the user wishes to
enable the `AF_XDP Device Plugin for Kubernetes`_ with a DPDK application/pod.
-.. _AF_XDP Device Plugin for Kubernetes: https://github.com/intel/afxdp-plugins-for-kubernetes
+.. _AF_XDP Device Plugin for Kubernetes: https://github.com/redhat-et/afxdp-plugins-for-kubernetes
.. code-block:: console
@@ -178,7 +178,7 @@ The EAL vdev argument ``use_pinned_map`` is used to indicate that the user wishe
load a pinned xskmap mounted by `AF_XDP Device Plugin for Kubernetes`_ in the DPDK
application/pod.
-.. _AF_XDP Device Plugin for Kubernetes: https://github.com/intel/afxdp-plugins-for-kubernetes
+.. _AF_XDP Device Plugin for Kubernetes: https://github.com/redhat-et/afxdp-plugins-for-kubernetes
.. code-block:: console
@@ -201,7 +201,7 @@ arguments to explicitly tell the AF_XDP PMD where to find either:
If this argument is not passed alongside the ``use_cni`` or ``use_pinned_map`` arguments then
the AF_XDP PMD configures it internally to the `AF_XDP Device Plugin for Kubernetes`_.
-.. _AF_XDP Device Plugin for Kubernetes: https://github.com/intel/afxdp-plugins-for-kubernetes
+.. _AF_XDP Device Plugin for Kubernetes: https://github.com/redhat-et/afxdp-plugins-for-kubernetes
.. code-block:: console
--
2.41.0
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [v2 1/1] docs: af_xdp device plugin repo update
2024-05-01 12:36 [v2 1/1] docs: af_xdp device plugin repo update Maryam Tahhan
@ 2024-07-08 16:00 ` Ferruh Yigit
0 siblings, 0 replies; 2+ messages in thread
From: Ferruh Yigit @ 2024-07-08 16:00 UTC (permalink / raw)
To: Maryam Tahhan, stephen, lihuisong, fengchengwen, liuyonglong,
david.marchand, ciara.loftus
Cc: dev, stable
On 5/1/2024 1:36 PM, Maryam Tahhan wrote:
> Fixup the references to the AF_XDP Device Plugin repo.
>
> Fixes: 66a2aca4f512 ("docs: fix AF_XDP device plugin howto")
> Cc: stable@dpdk.org
>
> Signed-off-by: Maryam Tahhan <mtahhan@redhat.com>
>
Acked-by: Ciara Loftus <ciara.loftus@intel.com>
Acked-by: Ferruh Yigit <ferruh.yigit@amd.com>
Applied to dpdk-next-net/main, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-07-08 16:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-01 12:36 [v2 1/1] docs: af_xdp device plugin repo update Maryam Tahhan
2024-07-08 16:00 ` Ferruh Yigit
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).