<div dir="ltr">There is change in URL now? <div>not able to access the below links which are shown on <a href="https://git.dpdk.org/dpdk-stable">https://git.dpdk.org/dpdk-stable</a></div><div><br></div><div>Should we use <a href="http://git.dpdk.org">git.dpdk.org</a>? or use the github link?</div><div><br></div><div><table summary="repository info" class="gmail-list gmail-nowrap" style="border-collapse:collapse;width:1187.33px;border:none;color:rgb(51,51,51);font-family:sans-serif;font-size:13.3333px"><tbody><tr style="background:rgb(247,247,247)"><td colspan="3" style="border:none;padding:0.1em 0.5em"><a rel="vcs-git" href="http://dpdk.org/git/dpdk-stable" title="dpdk-stable Git repository" style="color:black;text-decoration-line:none">http://dpdk.org/git/dpdk-stable</a></td></tr><tr style="background:rgb(238,238,238)"><td colspan="3" style="border:none;padding:0.1em 0.5em"><a rel="vcs-git" href="https://dpdk.org/git/dpdk-stable" title="dpdk-stable Git repository" style="color:black;text-decoration-line:none">https://dpdk.org/git/dpdk-stable</a><br><br><img src="cid:ii_m8o86sak0" alt="image.png" width="400" height="123"><br></td></tr></tbody></table></div></div><br><div class="gmail_quote gmail_quote_container"><div dir="ltr" class="gmail_attr">On Fri, Mar 7, 2025 at 5:56 PM <<a href="mailto:luca.boccassi@gmail.com">luca.boccassi@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi,<br>
<br>
FYI, your patch has been queued to stable release 22.11.8<br>
<br>
Note it hasn't been pushed to <a href="http://dpdk.org/browse/dpdk-stable" rel="noreferrer" target="_blank">http://dpdk.org/browse/dpdk-stable</a> yet.<br>
It will be pushed if I get no objections before 03/09/25. So please<br>
shout if anyone has objections.<br>
<br>
Also note that after the patch there's a diff of the upstream commit vs the<br>
patch applied to the branch. This will indicate if there was any rebasing<br>
needed to apply to the stable branch. If there were code changes for rebasing<br>
(ie: not only metadata diffs), please double check that the rebase was<br>
correctly done.<br>
<br>
Queued patches are on a temporary branch at:<br>
<a href="https://github.com/bluca/dpdk-stable" rel="noreferrer" target="_blank">https://github.com/bluca/dpdk-stable</a><br>
<br>
This queued commit can be viewed at:<br>
<a href="https://github.com/bluca/dpdk-stable/commit/451cb5179585f9aca2cdd94a6d098a3698c7b5c4" rel="noreferrer" target="_blank">https://github.com/bluca/dpdk-stable/commit/451cb5179585f9aca2cdd94a6d098a3698c7b5c4</a><br>
<br>
Thanks.<br>
<br>
Luca Boccassi<br>
<br>
---<br>
>From 451cb5179585f9aca2cdd94a6d098a3698c7b5c4 Mon Sep 17 00:00:00 2001<br>
From: David Marchand <<a href="mailto:david.marchand@redhat.com" target="_blank">david.marchand@redhat.com</a>><br>
Date: Tue, 4 Mar 2025 16:48:43 +0100<br>
Subject: [PATCH] ci: point at GitHub mirror<br>
<br>
[ upstream commit 860019bd4c804cba4265dfe007fa5b9b282f5fcc ]<br>
<br>
We faced some random failures accessing <a href="http://dpdk.org" rel="noreferrer" target="_blank">dpdk.org</a> git when running GHA.<br>
Point at GitHub hosted mirror.<br>
<br>
Signed-off-by: David Marchand <<a href="mailto:david.marchand@redhat.com" target="_blank">david.marchand@redhat.com</a>><br>
Acked-by: Aaron Conole <<a href="mailto:aconole@redhat.com" target="_blank">aconole@redhat.com</a>><br>
---<br>
 .github/workflows/build.yml | 2 +-<br>
 1 file changed, 1 insertion(+), 1 deletion(-)<br>
<br>
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml<br>
index c08f6ae827..dab104c8c4 100644<br>
--- a/.github/workflows/build.yml<br>
+++ b/.github/workflows/build.yml<br>
@@ -25,7 +25,7 @@ jobs:<br>
       MINGW: ${{ matrix.config.cross == 'mingw' }}<br>
       MINI: ${{ matrix.config.mini != '' }}<br>
       PPC64LE: ${{ matrix.config.cross == 'ppc64le' }}<br>
-      REF_GIT_REPO: <a href="https://dpdk.org/git/dpdk-stable" rel="noreferrer" target="_blank">https://dpdk.org/git/dpdk-stable</a><br>
+      REF_GIT_REPO: <a href="https://github.com/DPDK/dpdk-stable" rel="noreferrer" target="_blank">https://github.com/DPDK/dpdk-stable</a><br>
       REF_GIT_TAG: v22.11.1<br>
       RISCV64: ${{ matrix.config.cross == 'riscv64' }}<br>
       RUN_TESTS: ${{ contains(matrix.config.checks, 'tests') }}<br>
-- <br>
2.47.2<br>
<br>
---<br>
  Diff of the applied patch vs upstream commit (please double-check if non-empty:<br>
---<br>
--- -   2025-03-07 12:23:39.042010768 +0000<br>
+++ 0028-ci-point-at-GitHub-mirror.patch        2025-03-07 12:23:38.034839111 +0000<br>
@@ -1 +1 @@<br>
-From 860019bd4c804cba4265dfe007fa5b9b282f5fcc Mon Sep 17 00:00:00 2001<br>
+From 451cb5179585f9aca2cdd94a6d098a3698c7b5c4 Mon Sep 17 00:00:00 2001<br>
@@ -5,0 +6,2 @@<br>
+[ upstream commit 860019bd4c804cba4265dfe007fa5b9b282f5fcc ]<br>
+<br>
@@ -9,2 +10,0 @@<br>
-Cc: <a href="mailto:stable@dpdk.org" target="_blank">stable@dpdk.org</a><br>
-<br>
@@ -18 +18 @@<br>
-index 183b0b1999..e98a60a852 100644<br>
+index c08f6ae827..dab104c8c4 100644<br>
@@ -21,9 +21,9 @@<br>
-@@ -11,7 +11,7 @@ defaults:<br>
- <br>
- env:<br>
-   REF_GIT_BRANCH: main<br>
--  REF_GIT_REPO: <a href="https://dpdk.org/git/dpdk" rel="noreferrer" target="_blank">https://dpdk.org/git/dpdk</a><br>
-+  REF_GIT_REPO: <a href="https://github.com/DPDK/dpdk" rel="noreferrer" target="_blank">https://github.com/DPDK/dpdk</a><br>
-   REF_GIT_TAG: v24.11<br>
- <br>
- jobs:<br>
+@@ -25,7 +25,7 @@ jobs:<br>
+       MINGW: ${{ matrix.config.cross == 'mingw' }}<br>
+       MINI: ${{ matrix.config.mini != '' }}<br>
+       PPC64LE: ${{ matrix.config.cross == 'ppc64le' }}<br>
+-      REF_GIT_REPO: <a href="https://dpdk.org/git/dpdk-stable" rel="noreferrer" target="_blank">https://dpdk.org/git/dpdk-stable</a><br>
++      REF_GIT_REPO: <a href="https://github.com/DPDK/dpdk-stable" rel="noreferrer" target="_blank">https://github.com/DPDK/dpdk-stable</a><br>
+       REF_GIT_TAG: v22.11.1<br>
+       RISCV64: ${{ matrix.config.cross == 'riscv64' }}<br>
+       RUN_TESTS: ${{ contains(matrix.config.checks, 'tests') }}<br>
</blockquote></div>