From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id DD6F546364 for ; Fri, 7 Mar 2025 13:49:09 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D890640E36; Fri, 7 Mar 2025 13:49:09 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by mails.dpdk.org (Postfix) with ESMTP id DED2540E42 for ; Fri, 7 Mar 2025 13:49:08 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1741351748; 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: in-reply-to:in-reply-to:references:references; bh=xhOyHWlNRlm8z+v52BBsKUdrshY53194q9cl/8gYk1w=; b=ShcQiJk01T9KjW78eewp8X8yhJ/X0WsCFZzT+WfSmvGCwmLYzqJowqIUCHKFNO1CQwM43H gXq0MsNr1dm+2f7YlKZG6ih21Onp8GaH3mLkvkEpCMUkmjcB4fwS36GIDfJuiVfUjnTt7R mZpd0KIOcg+OEeEvzrWZvffDTUFcreY= Received: from mx-prod-mc-02.mail-002.prod.us-west-2.aws.redhat.com (ec2-54-186-198-63.us-west-2.compute.amazonaws.com [54.186.198.63]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-433-t_y8lb-qOwev_U1uMibMXg-1; Fri, 07 Mar 2025 07:49:07 -0500 X-MC-Unique: t_y8lb-qOwev_U1uMibMXg-1 X-Mimecast-MFC-AGG-ID: t_y8lb-qOwev_U1uMibMXg_1741351746 Received: from mx-prod-int-02.mail-002.prod.us-west-2.aws.redhat.com (mx-prod-int-02.mail-002.prod.us-west-2.aws.redhat.com [10.30.177.15]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mx-prod-mc-02.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTPS id A56DA195609F for ; Fri, 7 Mar 2025 12:49:06 +0000 (UTC) Received: from rh.Home (unknown [10.45.226.25]) by mx-prod-int-02.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTP id 2776E1956095; Fri, 7 Mar 2025 12:49:04 +0000 (UTC) From: Kevin Traynor To: David Marchand Cc: Aaron Conole , dpdk stable Subject: patch 'ci: point at GitHub mirror' has been queued to stable release 24.11.2 Date: Fri, 7 Mar 2025 12:47:15 +0000 Message-ID: <20250307124726.475001-42-ktraynor@redhat.com> In-Reply-To: <20250307124726.475001-1-ktraynor@redhat.com> References: <20250307124726.475001-1-ktraynor@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.0 on 10.30.177.15 X-Mimecast-Spam-Score: 0 X-Mimecast-MFC-PROC-ID: XmYeT5YqfMkJ0eUxmHDs_pG0Xi6IB1bEMwmzuksXOQQ_1741351746 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: 8bit content-type: text/plain; charset="US-ASCII"; x-default=true X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Hi, FYI, your patch has been queued to stable release 24.11.2 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/12/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/kevintraynor/dpdk-stable This queued commit can be viewed at: https://github.com/kevintraynor/dpdk-stable/commit/144a7f91b8aa9dba44bc2d6b8d4cb385faadcd20 Thanks. Kevin --- >From 144a7f91b8aa9dba44bc2d6b8d4cb385faadcd20 Mon Sep 17 00:00:00 2001 From: David Marchand 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 Acked-by: Aaron Conole --- .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 cd71805168..04c0404d3a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,5 +12,5 @@ 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: none -- 2.48.1 --- Diff of the applied patch vs upstream commit (please double-check if non-empty: --- --- - 2025-03-07 11:02:58.434317233 +0000 +++ 0042-ci-point-at-GitHub-mirror.patch 2025-03-07 11:02:56.922859814 +0000 @@ -1 +1 @@ -From 860019bd4c804cba4265dfe007fa5b9b282f5fcc Mon Sep 17 00:00:00 2001 +From 144a7f91b8aa9dba44bc2d6b8d4cb385faadcd20 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 cd71805168..04c0404d3a 100644 @@ -26 +26 @@ - REF_GIT_TAG: v24.11 + REF_GIT_TAG: none