From patchwork Thu Apr 25 15:08:59 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maryam Tahhan X-Patchwork-Id: 139680 X-Patchwork-Delegate: ferruh.yigit@amd.com Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 834F943F05; Thu, 25 Apr 2024 17:09:09 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6F7F7402EE; Thu, 25 Apr 2024 17:09:09 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mails.dpdk.org (Postfix) with ESMTP id EEC1440284 for ; Thu, 25 Apr 2024 17:09:07 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1714057747; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=bkNl9sXBrefVusYsOkaGecZqojOlYDnzwVt3Mf3k+xc=; b=SlDIulNccF0xjh0wAzFaj+dSrGrCRchgGlcp3tNTn9IZUhyEo62jM5TcVt/gMnilQoHZTE XCQ4wLfx9+sVSx5UkMbzFbYPYQh0SzwzLXsHPAtXOe/mtwn9JDJBTtP1AODXNfSXYLYuKL tDgeY8vVItYLRtlN2c/HVNK7wXo6/os= Received: from mail-qk1-f197.google.com (mail-qk1-f197.google.com [209.85.222.197]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-498-HftS4D0BMrGmP4W7wnSNWA-1; Thu, 25 Apr 2024 11:09:06 -0400 X-MC-Unique: HftS4D0BMrGmP4W7wnSNWA-1 Received: by mail-qk1-f197.google.com with SMTP id af79cd13be357-7906f4fc84bso175448385a.2 for ; Thu, 25 Apr 2024 08:09:06 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1714057745; x=1714662545; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=bkNl9sXBrefVusYsOkaGecZqojOlYDnzwVt3Mf3k+xc=; b=JiV+AK8A0G54aKtrvuhdy5bfWmDMu95+Jl1sn5YEE0MI/yAJnXzl7yWq7IouFS8K26 +lX2L1Dv9QQJ4q+0KCYsf24zpIjLcf+7xSGnpxemR4VyrEEPn17LlfOVLHPqNGIOphJy om0sFXiVGdAnRWs+lbO9HgUtYgaJ1n+ULM2G4dVrEEkOolPgKdYb3BAe99W9b9oH9mjD aw06+CfBlZz6cqnVUMSMYU6D31KOGhBze5ElD8w8iOMGss4ycBvUtrnn727eywcyZfC1 TncCmoZmjLMXoEEQKi2AuWYP0QV8eZGmoWWgFblcdZX+wnZrAONeTRF8jhfZsQukspIt qLLA== X-Gm-Message-State: AOJu0YxwH9d3kchEaMIM9aPiitg7oj5cP11q5a0v36HPkwU8jKa0Rm3B jBJ1O3LOMiuPohvfBR3wVkw7cT3sLUubbwwsIT3q2jp+6pBRhVtC0umrghzrOOqdpRTnSC5kAOl GICEZ/nIQiGn4bJaiNcXjrx9iFT/Hpq8zHDWgKdAz X-Received: by 2002:a05:620a:24c2:b0:78a:5eb3:8e3d with SMTP id m2-20020a05620a24c200b0078a5eb38e3dmr8431601qkn.8.1714057745496; Thu, 25 Apr 2024 08:09:05 -0700 (PDT) X-Google-Smtp-Source: AGHT+IFE3m02MobNgGMy+QrwaLlUHz9D9K0cpKmt5RzwS0XCBmDgMpVVQAS4yvvDlTEs73FP0Q8ejw== X-Received: by 2002:a05:620a:24c2:b0:78a:5eb3:8e3d with SMTP id m2-20020a05620a24c200b0078a5eb38e3dmr8431537qkn.8.1714057744842; Thu, 25 Apr 2024 08:09:04 -0700 (PDT) Received: from nfvsdn-06.redhat.com (nat-pool-232-132.redhat.com. [66.187.232.132]) by smtp.gmail.com with ESMTPSA id wi10-20020a05620a570a00b0078ee7bad7a2sm7117357qkn.3.2024.04.25.08.09.04 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 25 Apr 2024 08:09:04 -0700 (PDT) From: Maryam Tahhan To: ferruh.yigit@amd.com, stephen@networkplumber.org, lihuisong@huawei.com, fengchengwen@huawei.com, liuyonglong@huawei.com, david.marchand@redhat.com, shibin.koikkara.reeny@intel.com, ciara.loftus@intel.com Cc: dev@dpdk.org, Maryam Tahhan , stable@dpdk.org Subject: [v1 1/1] docs: af_xdp device plugin repo update Date: Thu, 25 Apr 2024 11:08:59 -0400 Message-ID: <20240425150902.1364384-1-mtahhan@redhat.com> X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org 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 Acked-by: Ciara Loftus --- 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