* [PATCH] doc: fix link to AF XDP PMD in CNI howto
@ 2023-06-21 9:57 David Marchand
2023-06-21 10:52 ` Bruce Richardson
0 siblings, 1 reply; 3+ messages in thread
From: David Marchand @ 2023-06-21 9:57 UTC (permalink / raw)
To: dev
Cc: thomas, stable, Shibin Koikkara Reeny, Qi Zhang, Ferruh Yigit,
John McNamara
Having an explicit link to the main repository documentation breaks
other repositories documentation (like for LTS releases).
Fixes: 7fc6ae50369d ("net/af_xdp: support CNI Integration")
Cc: stable@dpdk.org
Signed-off-by: David Marchand <david.marchand@redhat.com>
---
doc/guides/howto/af_xdp_cni.rst | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/doc/guides/howto/af_xdp_cni.rst b/doc/guides/howto/af_xdp_cni.rst
index a38f02450e..a1a6d5b99c 100644
--- a/doc/guides/howto/af_xdp_cni.rst
+++ b/doc/guides/howto/af_xdp_cni.rst
@@ -14,7 +14,7 @@ AF_XDP is a Linux socket Address Family that enables an XDP program
to redirect packets to a memory buffer in userspace.
This document explains how to enable the `AF_XDP Plugin for Kubernetes`_ within
-a DPDK application using the `AF_XDP PMD`_ to connect and use these technologies.
+a DPDK application using the :doc:`../nics/af_xdp` to connect and use these technologies.
.. _AF_XDP Plugin for Kubernetes: https://github.com/intel/afxdp-plugins-for-kubernetes
@@ -22,7 +22,7 @@ a DPDK application using the `AF_XDP PMD`_ to connect and use these technologies
Background
----------
-The standard `AF_XDP PMD`_ initialization process involves loading an eBPF program
+The standard :doc:`../nics/af_xdp` initialization process involves loading an eBPF program
onto the kernel netdev to be used by the PMD.
This operation requires root or escalated Linux privileges
and thus prevents the PMD from working in an unprivileged container.
@@ -47,8 +47,6 @@ should be used when creating the socket
to instruct libbpf not to load the default libbpf program on the netdev.
Instead the loading is handled by the CNI.
-.. _AF_XDP PMD: https://doc.dpdk.org/guides/nics/af_xdp.html
-
.. note::
The Unix Domain Socket file path appear in the end user is "/tmp/afxdp.sock".
--
2.40.1
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] doc: fix link to AF XDP PMD in CNI howto
2023-06-21 9:57 [PATCH] doc: fix link to AF XDP PMD in CNI howto David Marchand
@ 2023-06-21 10:52 ` Bruce Richardson
2023-07-20 4:23 ` Thomas Monjalon
0 siblings, 1 reply; 3+ messages in thread
From: Bruce Richardson @ 2023-06-21 10:52 UTC (permalink / raw)
To: David Marchand
Cc: dev, thomas, stable, Shibin Koikkara Reeny, Qi Zhang,
Ferruh Yigit, John McNamara
On Wed, Jun 21, 2023 at 11:57:18AM +0200, David Marchand wrote:
> Having an explicit link to the main repository documentation breaks
> other repositories documentation (like for LTS releases).
>
> Fixes: 7fc6ae50369d ("net/af_xdp: support CNI Integration")
> Cc: stable@dpdk.org
>
> Signed-off-by: David Marchand <david.marchand@redhat.com>
> ---
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] doc: fix link to AF XDP PMD in CNI howto
2023-06-21 10:52 ` Bruce Richardson
@ 2023-07-20 4:23 ` Thomas Monjalon
0 siblings, 0 replies; 3+ messages in thread
From: Thomas Monjalon @ 2023-07-20 4:23 UTC (permalink / raw)
To: David Marchand
Cc: dev, stable, Shibin Koikkara Reeny, Qi Zhang, Ferruh Yigit,
John McNamara, Bruce Richardson
21/06/2023 12:52, Bruce Richardson:
> On Wed, Jun 21, 2023 at 11:57:18AM +0200, David Marchand wrote:
> > Having an explicit link to the main repository documentation breaks
> > other repositories documentation (like for LTS releases).
> >
> > Fixes: 7fc6ae50369d ("net/af_xdp: support CNI Integration")
> > Cc: stable@dpdk.org
> >
> > Signed-off-by: David Marchand <david.marchand@redhat.com>
>
> Acked-by: Bruce Richardson <bruce.richardson@intel.com>
Applied, thanks.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-07-20 4:23 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-21 9:57 [PATCH] doc: fix link to AF XDP PMD in CNI howto David Marchand
2023-06-21 10:52 ` Bruce Richardson
2023-07-20 4:23 ` Thomas Monjalon
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).