There is change in URL now? 
not able to access the below links which are shown on https://git.dpdk.org/dpdk-stable

Should we use git.dpdk.org? or use the github link?

http://dpdk.org/git/dpdk-stable
https://dpdk.org/git/dpdk-stable

image.png

On Fri, Mar 7, 2025 at 5:56 PM <luca.boccassi@gmail.com> wrote:
Hi,

FYI, your patch has been queued to stable release 22.11.8

Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 03/09/25. So please
shout if anyone has objections.

Also note that after the patch there's a diff of the upstream commit vs the
patch applied to the branch. This will indicate if there was any rebasing
needed to apply to the stable branch. If there were code changes for rebasing
(ie: not only metadata diffs), please double check that the rebase was
correctly done.

Queued patches are on a temporary branch at:
https://github.com/bluca/dpdk-stable

This queued commit can be viewed at:
https://github.com/bluca/dpdk-stable/commit/451cb5179585f9aca2cdd94a6d098a3698c7b5c4

Thanks.

Luca Boccassi

---
From 451cb5179585f9aca2cdd94a6d098a3698c7b5c4 Mon Sep 17 00:00:00 2001
From: David Marchand <david.marchand@redhat.com>
Date: Tue, 4 Mar 2025 16:48:43 +0100
Subject: [PATCH] ci: point at GitHub mirror

[ upstream commit 860019bd4c804cba4265dfe007fa5b9b282f5fcc ]

We faced some random failures accessing dpdk.org git when running GHA.
Point at GitHub hosted mirror.

Signed-off-by: David Marchand <david.marchand@redhat.com>
Acked-by: Aaron Conole <aconole@redhat.com>
---
 .github/workflows/build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index c08f6ae827..dab104c8c4 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -25,7 +25,7 @@ jobs:
       MINGW: ${{ matrix.config.cross == 'mingw' }}
       MINI: ${{ matrix.config.mini != '' }}
       PPC64LE: ${{ matrix.config.cross == 'ppc64le' }}
-      REF_GIT_REPO: https://dpdk.org/git/dpdk-stable
+      REF_GIT_REPO: https://github.com/DPDK/dpdk-stable
       REF_GIT_TAG: v22.11.1
       RISCV64: ${{ matrix.config.cross == 'riscv64' }}
       RUN_TESTS: ${{ contains(matrix.config.checks, 'tests') }}
--
2.47.2

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -   2025-03-07 12:23:39.042010768 +0000
+++ 0028-ci-point-at-GitHub-mirror.patch        2025-03-07 12:23:38.034839111 +0000
@@ -1 +1 @@
-From 860019bd4c804cba4265dfe007fa5b9b282f5fcc Mon Sep 17 00:00:00 2001
+From 451cb5179585f9aca2cdd94a6d098a3698c7b5c4 Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit 860019bd4c804cba4265dfe007fa5b9b282f5fcc ]
+
@@ -9,2 +10,0 @@
-Cc: stable@dpdk.org
-
@@ -18 +18 @@
-index 183b0b1999..e98a60a852 100644
+index c08f6ae827..dab104c8c4 100644
@@ -21,9 +21,9 @@
-@@ -11,7 +11,7 @@ defaults:
-
- env:
-   REF_GIT_BRANCH: main
--  REF_GIT_REPO: https://dpdk.org/git/dpdk
-+  REF_GIT_REPO: https://github.com/DPDK/dpdk
-   REF_GIT_TAG: v24.11
-
- jobs:
+@@ -25,7 +25,7 @@ jobs:
+       MINGW: ${{ matrix.config.cross == 'mingw' }}
+       MINI: ${{ matrix.config.mini != '' }}
+       PPC64LE: ${{ matrix.config.cross == 'ppc64le' }}
+-      REF_GIT_REPO: https://dpdk.org/git/dpdk-stable
++      REF_GIT_REPO: https://github.com/DPDK/dpdk-stable
+       REF_GIT_TAG: v22.11.1
+       RISCV64: ${{ matrix.config.cross == 'riscv64' }}
+       RUN_TESTS: ${{ contains(matrix.config.checks, 'tests') }}