From: Maryam Tahhan <mtahhan@redhat.com>
To: ferruh.yigit@amd.com, stephen@networkplumber.org,
lihuisong@huawei.com, fengchengwen@huawei.com,
liuyonglong@huawei.com, david.marchand@redhat.com,
ciara.loftus@intel.com
Cc: dev@dpdk.org, Maryam Tahhan <mtahhan@redhat.com>, stable@dpdk.org
Subject: [v2 1/1] docs: af_xdp device plugin repo update
Date: Wed, 1 May 2024 08:36:51 -0400 [thread overview]
Message-ID: <20240501123654.1803467-1-mtahhan@redhat.com> (raw)
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
next reply other threads:[~2024-05-01 12:37 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-01 12:36 Maryam Tahhan [this message]
2024-07-08 16:00 ` Ferruh Yigit
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240501123654.1803467-1-mtahhan@redhat.com \
--to=mtahhan@redhat.com \
--cc=ciara.loftus@intel.com \
--cc=david.marchand@redhat.com \
--cc=dev@dpdk.org \
--cc=fengchengwen@huawei.com \
--cc=ferruh.yigit@amd.com \
--cc=lihuisong@huawei.com \
--cc=liuyonglong@huawei.com \
--cc=stable@dpdk.org \
--cc=stephen@networkplumber.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).