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 7045F43DF8 for ; Thu, 4 Apr 2024 11:52:37 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 13F71402EA; Thu, 4 Apr 2024 11:52:37 +0200 (CEST) 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 6EAF4402ED for ; Thu, 4 Apr 2024 11:52:35 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1712224355; 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=NhSwM15/JakwTuYGYc8ffsvzE9FOo1va98Z5zAtKLoc=; b=VR7f91Rewz2Cm8X+296vhZ4KgvRa/q5yPfXsh1VtaM5BOg9L+h7rQhhAMbjsOZyKvEs/SE qzxxHuIKXKrRP+KTi574AaKK3d3LZDRMxLdGaNYD8oG7sdR31Kk1lRewGedjxELDZNgbfU uktz1wGCaizAJlhgQc6jyqRlfMcw8wE= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-281-Dug3jPnZMBmQw6SW5C4PUw-1; Thu, 04 Apr 2024 05:52:33 -0400 X-MC-Unique: Dug3jPnZMBmQw6SW5C4PUw-1 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.rdu2.redhat.com [10.11.54.1]) (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 mimecast-mx02.redhat.com (Postfix) with ESMTPS id 21B78848A64; Thu, 4 Apr 2024 09:52:33 +0000 (UTC) Received: from rh.Home (unknown [10.39.192.22]) by smtp.corp.redhat.com (Postfix) with ESMTP id 78F243C54; Thu, 4 Apr 2024 09:52:32 +0000 (UTC) From: Kevin Traynor To: Ali Alnubani Cc: Tal Shnaiderman , dpdk stable Subject: patch 'doc: update link to Windows DevX in mlx5 guide' has been queued to stable release 21.11.7 Date: Thu, 4 Apr 2024 10:51:38 +0100 Message-ID: <20240404095155.155427-8-ktraynor@redhat.com> In-Reply-To: <20240404095155.155427-1-ktraynor@redhat.com> References: <20240404095155.155427-1-ktraynor@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.1 X-Mimecast-Spam-Score: 0 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 21.11.7 Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet. It will be pushed if I get no objections before 04/09/24. 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/123f0bcf24e70e5b9cf93375b1c513e8aafc479e Thanks. Kevin --- >From 123f0bcf24e70e5b9cf93375b1c513e8aafc479e Mon Sep 17 00:00:00 2001 From: Ali Alnubani Date: Thu, 29 Feb 2024 18:45:26 +0200 Subject: [PATCH] doc: update link to Windows DevX in mlx5 guide [ upstream commit 5ddc8269192ca7aeec0bf903704c0385ebbd9e87 ] The older link no longer works. Signed-off-by: Ali Alnubani Acked-by: Tal Shnaiderman --- doc/guides/nics/mlx5.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/nics/mlx5.rst b/doc/guides/nics/mlx5.rst index e2fb45b1db..95bafa230d 100644 --- a/doc/guides/nics/mlx5.rst +++ b/doc/guides/nics/mlx5.rst @@ -1426,5 +1426,5 @@ The DevX SDK must be installed on the machine building the Windows PMD. Additional information can be found at `How to Integrate Windows DevX in Your Development Environment -`__. +`_. Runtime Prerequisites -- 2.44.0 --- Diff of the applied patch vs upstream commit (please double-check if non-empty: --- --- - 2024-04-04 10:49:34.182297107 +0100 +++ 0008-doc-update-link-to-Windows-DevX-in-mlx5-guide.patch 2024-04-04 10:49:33.714457643 +0100 @@ -1 +1 @@ -From 5ddc8269192ca7aeec0bf903704c0385ebbd9e87 Mon Sep 17 00:00:00 2001 +From 123f0bcf24e70e5b9cf93375b1c513e8aafc479e Mon Sep 17 00:00:00 2001 @@ -6 +6 @@ -The older link no longer works. +[ upstream commit 5ddc8269192ca7aeec0bf903704c0385ebbd9e87 ] @@ -8 +8 @@ -Cc: stable@dpdk.org +The older link no longer works. @@ -13 +13 @@ - doc/guides/platform/mlx5.rst | 2 +- + doc/guides/nics/mlx5.rst | 2 +- @@ -16,5 +16,5 @@ -diff --git a/doc/guides/platform/mlx5.rst b/doc/guides/platform/mlx5.rst -index a66cf778d1..e9a1f52aca 100644 ---- a/doc/guides/platform/mlx5.rst -+++ b/doc/guides/platform/mlx5.rst -@@ -231,5 +231,5 @@ The DevX SDK must be installed on the machine building the Windows PMD. +diff --git a/doc/guides/nics/mlx5.rst b/doc/guides/nics/mlx5.rst +index e2fb45b1db..95bafa230d 100644 +--- a/doc/guides/nics/mlx5.rst ++++ b/doc/guides/nics/mlx5.rst +@@ -1426,5 +1426,5 @@ The DevX SDK must be installed on the machine building the Windows PMD. @@ -23 +23 @@ --`_. +-`__. @@ -25 +24,0 @@ - The minimal supported WinOF2 version is 2.60. @@ -26,0 +26 @@ + Runtime Prerequisites