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 E807343699 for ; Thu, 7 Dec 2023 12:21:34 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E22AE40295; Thu, 7 Dec 2023 12:21:34 +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 80F8D4025C for ; Thu, 7 Dec 2023 12:21:33 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1701948093; 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=dGBJe+xa2h4y624OXY21hQ/Ikxm+R2s7x82R+ZDGy2Q=; b=g4oyxj2Z8slSmxjkXGR1GgJX+C9loHQA1F7eWsWvGdBmEt8h241h8NCP+uhFYB93y0cKEI RuQNxjL2bK2z2KlwyoEzEt3UWE0ZgJUqQ1ds1u8ap7jhFDhcBfFC4GLxWo7YILkupYEpOb igTqxHev2PyVtDYsXzvKvN444vkiINM= Received: from mimecast-mx02.redhat.com (mx-ext.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-5-PwaGA8pNPyOfnkr9n2K9qw-1; Thu, 07 Dec 2023 06:21:30 -0500 X-MC-Unique: PwaGA8pNPyOfnkr9n2K9qw-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.rdu2.redhat.com [10.11.54.8]) (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 04F323C2A1C5; Thu, 7 Dec 2023 11:21:30 +0000 (UTC) Received: from rh.Home (unknown [10.39.192.7]) by smtp.corp.redhat.com (Postfix) with ESMTP id 03E5FC1693D; Thu, 7 Dec 2023 11:21:28 +0000 (UTC) From: Kevin Traynor To: Kevin Traynor Cc: Qi Zhang , dpdk stable Subject: patch 'doc: update versions recommendations for i40e and ice' has been queued to stable release 21.11.6 Date: Thu, 7 Dec 2023 11:20:57 +0000 Message-ID: <20231207112116.769502-5-ktraynor@redhat.com> In-Reply-To: <20231207112116.769502-1-ktraynor@redhat.com> References: <20231207112116.769502-1-ktraynor@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.8 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.6 Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet. It will be pushed if I get no objections before 12/12/23. 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/25bd80cff61e08d78b72877a1155dc1df321d352 Thanks. Kevin --- >From 25bd80cff61e08d78b72877a1155dc1df321d352 Mon Sep 17 00:00:00 2001 From: Kevin Traynor Date: Fri, 10 Nov 2023 12:14:07 +0000 Subject: [PATCH] doc: update versions recommendations for i40e and ice [ upstream commit 300d68eb1cf095199b1d2282faceffc5adf59e3d ] Update documentation to stop recommending that out-of-tree Linux Kernel drivers are used for i40e and ice. Signed-off-by: Kevin Traynor Acked-by: Qi Zhang --- doc/guides/nics/i40e.rst | 15 +++++++++------ doc/guides/nics/ice.rst | 11 +++++++---- 2 files changed, 16 insertions(+), 10 deletions(-) diff --git a/doc/guides/nics/i40e.rst b/doc/guides/nics/i40e.rst index aedb1afc4b..9629afede7 100644 --- a/doc/guides/nics/i40e.rst +++ b/doc/guides/nics/i40e.rst @@ -89,11 +89,14 @@ Windows Prerequisites `_. -Recommended Matching List -------------------------- +Kernel driver and Firmware Matching List +---------------------------------------- -It is highly recommended to upgrade the i40e kernel driver and firmware to -avoid the compatibility issues with i40e PMD. Here is the suggested matching -list which has been tested and verified. The detailed information can refer -to chapter Tested Platforms/Tested NICs in release notes. +It is highly recommended to upgrade the i40e kernel driver and firmware +to avoid the compatibility issues with i40e PMD. +The table below shows a summary of the DPDK versions +with corresponding out-of-tree Linux kernel drivers and firmware. +The full list of in-tree and out-of-tree Linux kernel drivers from kernel.org +and Linux distributions that were tested and verified +are listed in the Tested Platforms section of the Release Notes for each release. For X710/XL710/XXV710, diff --git a/doc/guides/nics/ice.rst b/doc/guides/nics/ice.rst index 6b903b9bbc..569fd9dadc 100644 --- a/doc/guides/nics/ice.rst +++ b/doc/guides/nics/ice.rst @@ -42,11 +42,14 @@ Windows Prerequisites -Recommended Matching List -------------------------- +Kernel driver, DDP and Firmware Matching List +--------------------------------------------- It is highly recommended to upgrade the ice kernel driver, firmware and DDP package to avoid the compatibility issues with ice PMD. -Here is the suggested matching list which has been tested and verified. -The detailed information can refer to chapter Tested Platforms/Tested NICs in release notes. +The table below shows a summary of the DPDK versions +with corresponding out-of-tree Linux kernel drivers, DDP package and firmware. +The full list of in-tree and out-of-tree Linux kernel drivers from kernel.org +and Linux distributions that were tested and verified +are listed in the Tested Platforms section of the Release Notes for each release. +-----------+---------------+-----------------+-----------+--------------+-----------+ -- 2.43.0 --- Diff of the applied patch vs upstream commit (please double-check if non-empty: --- --- - 2023-12-07 11:18:59.753681685 +0000 +++ 0005-doc-update-versions-recommendations-for-i40e-and-ice.patch 2023-12-07 11:18:59.614873883 +0000 @@ -1 +1 @@ -From 300d68eb1cf095199b1d2282faceffc5adf59e3d Mon Sep 17 00:00:00 2001 +From 25bd80cff61e08d78b72877a1155dc1df321d352 Mon Sep 17 00:00:00 2001 @@ -5,0 +6,2 @@ +[ upstream commit 300d68eb1cf095199b1d2282faceffc5adf59e3d ] + @@ -10,2 +11,0 @@ -Cc: stable@dpdk.org - @@ -20 +20 @@ -index 791e9553bc..6cd1165521 100644 +index aedb1afc4b..9629afede7 100644 @@ -45 +45 @@ -index 6e71aac3c2..820a385b06 100644 +index 6b903b9bbc..569fd9dadc 100644