DPDK patches and discussions
 help / color / mirror / Atom feed
* [v1 1/1] docs: af_xdp device plugin repo update
@ 2024-04-25 15:08 Maryam Tahhan
  2024-04-26  9:16 ` Loftus, Ciara
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Maryam Tahhan @ 2024-04-25 15:08 UTC (permalink / raw)
  To: ferruh.yigit, stephen, lihuisong, fengchengwen, liuyonglong,
	david.marchand, shibin.koikkara.reeny, 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>
---
 doc/guides/howto/af_xdp_cni.rst | 12 ++++++------
 doc/guides/nics/af_xdp.rst      |  2 +-
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/doc/guides/howto/af_xdp_cni.rst b/doc/guides/howto/af_xdp_cni.rst
index a1a6d5b99c..63345ec79c 100644
--- a/doc/guides/howto/af_xdp_cni.rst
+++ b/doc/guides/howto/af_xdp_cni.rst
@@ -16,7 +16,7 @@ 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 :doc:`../nics/af_xdp` to connect and use these technologies.
 
-.. _AF_XDP Plugin for Kubernetes: https://github.com/intel/afxdp-plugins-for-kubernetes
+.. _AF_XDP Plugin for Kubernetes: https://github.com/redhat-et/afxdp-plugins-for-kubernetes
 
 
 Background
@@ -91,7 +91,7 @@ Howto run dpdk-testpmd with CNI plugin:
 
   .. 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
 
 * Build the CNI plugin
 
@@ -128,7 +128,7 @@ Howto run dpdk-testpmd with CNI plugin:
 
   For further reference please use the `config.json`_
 
-  .. _config.json: https://github.com/intel/afxdp-plugins-for-kubernetes/blob/v0.0.2/test/e2e/config.json
+  .. _config.json: https://github.com/redhat-et/afxdp-plugins-for-kubernetes/blob/v0.0.2/test/e2e/config.json
 
 * Create the Network Attachment definition
 
@@ -167,7 +167,7 @@ Howto run dpdk-testpmd with CNI plugin:
 
   For further reference please use the `nad.yaml`_
 
-  .. _nad.yaml: https://github.com/intel/afxdp-plugins-for-kubernetes/blob/v0.0.2/test/e2e/nad.yaml
+  .. _nad.yaml: https://github.com/redhat-et/afxdp-plugins-for-kubernetes/blob/v0.0.2/test/e2e/nad.yaml
 
 * Build the Docker image
 
@@ -237,7 +237,7 @@ Howto run dpdk-testpmd with CNI plugin:
 
   For further reference please use the `pod.yaml`_
 
-  .. _pod.yaml: https://github.com/intel/afxdp-plugins-for-kubernetes/blob/v0.0.2/test/e2e/pod-1c1d.yaml
+  .. _pod.yaml: https://github.com/redhat-et/afxdp-plugins-for-kubernetes/blob/v0.0.2/test/e2e/pod-1c1d.yaml
 
 * Run DPDK with a command like the following:
 
@@ -250,4 +250,4 @@ Howto run dpdk-testpmd with CNI plugin:
 
 For further reference please use the `e2e`_ test case in `AF_XDP Plugin for Kubernetes`_
 
-  .. _e2e: https://github.com/intel/afxdp-plugins-for-kubernetes/tree/v0.0.2/test/e2e
+  .. _e2e: https://github.com/redhat-et/afxdp-plugins-for-kubernetes/tree/v0.0.2/test/e2e
diff --git a/doc/guides/nics/af_xdp.rst b/doc/guides/nics/af_xdp.rst
index 1932525d4d..4612168122 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 Plugin for Kubernetes`_ within a DPDK application.
 
-.. _AF_XDP Plugin for Kubernetes: https://github.com/intel/afxdp-plugins-for-kubernetes
+.. _AF_XDP Plugin for Kubernetes: https://github.com/redhat-et/afxdp-plugins-for-kubernetes
 
 .. code-block:: console
 
-- 
2.41.0


^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: [v1 1/1] docs: af_xdp device plugin repo update
  2024-04-25 15:08 [v1 1/1] docs: af_xdp device plugin repo update Maryam Tahhan
@ 2024-04-26  9:16 ` Loftus, Ciara
  2024-04-26 14:54 ` Ferruh Yigit
  2024-04-26 21:32 ` Patrick Robb
  2 siblings, 0 replies; 5+ messages in thread
From: Loftus, Ciara @ 2024-04-26  9:16 UTC (permalink / raw)
  To: Tahhan, Maryam, ferruh.yigit, stephen, lihuisong, fengchengwen,
	liuyonglong, Marchand, David, Koikkara Reeny, Shibin
  Cc: dev, Tahhan, Maryam, stable

> Subject: [v1 1/1] docs: af_xdp device plugin repo update
> 
> 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>

> ---
>  doc/guides/howto/af_xdp_cni.rst | 12 ++++++------
>  doc/guides/nics/af_xdp.rst      |  2 +-
>  2 files changed, 7 insertions(+), 7 deletions(-)
> 
> diff --git a/doc/guides/howto/af_xdp_cni.rst
> b/doc/guides/howto/af_xdp_cni.rst
> index a1a6d5b99c..63345ec79c 100644
> --- a/doc/guides/howto/af_xdp_cni.rst
> +++ b/doc/guides/howto/af_xdp_cni.rst
> @@ -16,7 +16,7 @@ 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 :doc:`../nics/af_xdp` to connect and use these
> technologies.
> 
> -.. _AF_XDP Plugin for Kubernetes: https://github.com/intel/afxdp-plugins-
> for-kubernetes
> +.. _AF_XDP Plugin for Kubernetes: https://github.com/redhat-et/afxdp-
> plugins-for-kubernetes
> 
> 
>  Background
> @@ -91,7 +91,7 @@ Howto run dpdk-testpmd with CNI plugin:
> 
>    .. 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
> 
>  * Build the CNI plugin
> 
> @@ -128,7 +128,7 @@ Howto run dpdk-testpmd with CNI plugin:
> 
>    For further reference please use the `config.json`_
> 
> -  .. _config.json: https://github.com/intel/afxdp-plugins-for-
> kubernetes/blob/v0.0.2/test/e2e/config.json
> +  .. _config.json: https://github.com/redhat-et/afxdp-plugins-for-
> kubernetes/blob/v0.0.2/test/e2e/config.json
> 
>  * Create the Network Attachment definition
> 
> @@ -167,7 +167,7 @@ Howto run dpdk-testpmd with CNI plugin:
> 
>    For further reference please use the `nad.yaml`_
> 
> -  .. _nad.yaml: https://github.com/intel/afxdp-plugins-for-
> kubernetes/blob/v0.0.2/test/e2e/nad.yaml
> +  .. _nad.yaml: https://github.com/redhat-et/afxdp-plugins-for-
> kubernetes/blob/v0.0.2/test/e2e/nad.yaml
> 
>  * Build the Docker image
> 
> @@ -237,7 +237,7 @@ Howto run dpdk-testpmd with CNI plugin:
> 
>    For further reference please use the `pod.yaml`_
> 
> -  .. _pod.yaml: https://github.com/intel/afxdp-plugins-for-
> kubernetes/blob/v0.0.2/test/e2e/pod-1c1d.yaml
> +  .. _pod.yaml: https://github.com/redhat-et/afxdp-plugins-for-
> kubernetes/blob/v0.0.2/test/e2e/pod-1c1d.yaml
> 
>  * Run DPDK with a command like the following:
> 
> @@ -250,4 +250,4 @@ Howto run dpdk-testpmd with CNI plugin:
> 
>  For further reference please use the `e2e`_ test case in `AF_XDP Plugin for
> Kubernetes`_
> 
> -  .. _e2e: https://github.com/intel/afxdp-plugins-for-
> kubernetes/tree/v0.0.2/test/e2e
> +  .. _e2e: https://github.com/redhat-et/afxdp-plugins-for-
> kubernetes/tree/v0.0.2/test/e2e
> diff --git a/doc/guides/nics/af_xdp.rst b/doc/guides/nics/af_xdp.rst
> index 1932525d4d..4612168122 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 Plugin for Kubernetes`_ within a DPDK application.
> 
> -.. _AF_XDP Plugin for Kubernetes: https://github.com/intel/afxdp-plugins-
> for-kubernetes
> +.. _AF_XDP Plugin for Kubernetes: https://github.com/redhat-et/afxdp-
> plugins-for-kubernetes
> 
>  .. code-block:: console
> 
> --
> 2.41.0


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [v1 1/1] docs: af_xdp device plugin repo update
  2024-04-25 15:08 [v1 1/1] docs: af_xdp device plugin repo update Maryam Tahhan
  2024-04-26  9:16 ` Loftus, Ciara
@ 2024-04-26 14:54 ` Ferruh Yigit
  2024-04-29 12:52   ` Maryam Tahhan
  2024-04-26 21:32 ` Patrick Robb
  2 siblings, 1 reply; 5+ messages in thread
From: Ferruh Yigit @ 2024-04-26 14:54 UTC (permalink / raw)
  To: Maryam Tahhan, stephen, lihuisong, fengchengwen, liuyonglong,
	david.marchand, shibin.koikkara.reeny, ciara.loftus
  Cc: dev, stable

On 4/25/2024 4:08 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>
> ---
>  doc/guides/howto/af_xdp_cni.rst | 12 ++++++------
>  doc/guides/nics/af_xdp.rst      |  2 +-
>  2 files changed, 7 insertions(+), 7 deletions(-)
>

Hi Maryam,

'af_xdp_cni.rst' is renamed to 'af_xdp_dp.rst' by one of your previous
patch.

I assume you did this patch on top of latest 'main' repo, but as af_xdp
patches merged on next-net [1] repo, can you please make your patch on
top of it?


[1]
https://git.dpdk.org/next/dpdk-next-net/


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [v1 1/1] docs: af_xdp device plugin repo update
  2024-04-25 15:08 [v1 1/1] docs: af_xdp device plugin repo update Maryam Tahhan
  2024-04-26  9:16 ` Loftus, Ciara
  2024-04-26 14:54 ` Ferruh Yigit
@ 2024-04-26 21:32 ` Patrick Robb
  2 siblings, 0 replies; 5+ messages in thread
From: Patrick Robb @ 2024-04-26 21:32 UTC (permalink / raw)
  To: Maryam Tahhan
  Cc: ferruh.yigit, stephen, lihuisong, fengchengwen, liuyonglong,
	david.marchand, shibin.koikkara.reeny, ciara.loftus, dev, stable

[-- Attachment #1: Type: text/plain, Size: 296 bytes --]

Recheck-request: iol-compile-amd64-testing

The DPDK Community Lab updated to the latest Alpine image yesterday, which
resulted in all Alpine builds failing. The failure is unrelated to your
patch, and this recheck should remove the fail on Patchwork, as we have
disabled Alpine testing for now.

[-- Attachment #2: Type: text/html, Size: 361 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [v1 1/1] docs: af_xdp device plugin repo update
  2024-04-26 14:54 ` Ferruh Yigit
@ 2024-04-29 12:52   ` Maryam Tahhan
  0 siblings, 0 replies; 5+ messages in thread
From: Maryam Tahhan @ 2024-04-29 12:52 UTC (permalink / raw)
  To: Ferruh Yigit, stephen, lihuisong, fengchengwen, liuyonglong,
	david.marchand, shibin.koikkara.reeny, ciara.loftus
  Cc: dev, stable

[-- Attachment #1: Type: text/plain, Size: 861 bytes --]

On 26/04/2024 15:54, Ferruh Yigit wrote:
> On 4/25/2024 4:08 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>
>> ---
>>   doc/guides/howto/af_xdp_cni.rst | 12 ++++++------
>>   doc/guides/nics/af_xdp.rst      |  2 +-
>>   2 files changed, 7 insertions(+), 7 deletions(-)
>>
> Hi Maryam,
>
> 'af_xdp_cni.rst' is renamed to 'af_xdp_dp.rst' by one of your previous
> patch.
>
> I assume you did this patch on top of latest 'main' repo, but as af_xdp
> patches merged on next-net [1] repo, can you please make your patch on
> top of it?

Sorry I did make the change on top of main - I will rebase it 
ondpdk-next-net/ and resubmit

>
>
> [1]
> https://git.dpdk.org/next/dpdk-next-net/
>

[-- Attachment #2: Type: text/html, Size: 1776 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-04-29 12:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-25 15:08 [v1 1/1] docs: af_xdp device plugin repo update Maryam Tahhan
2024-04-26  9:16 ` Loftus, Ciara
2024-04-26 14:54 ` Ferruh Yigit
2024-04-29 12:52   ` Maryam Tahhan
2024-04-26 21:32 ` Patrick Robb

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).