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 48FCB48A46 for ; Fri, 31 Oct 2025 16:04:03 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 22CD640150; Fri, 31 Oct 2025 16:04:03 +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 4752840150 for ; Fri, 31 Oct 2025 16:04:01 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1761923040; h=from:from:reply-to: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; bh=iK0Xvs9ic/1AGoQBBPIHcR0WdTJa8+dU8AgSJkDJvhs=; b=R13F1Q2m/gMyL2HFORXnvPXkbbJjPsqm/WYf7LWW5C2LSdHWGI2U3XUZzU1t5V1sboi9JD RnNDV1GhtrcGQparsXAUpyGiXfdFVACShr4htRm3fWuRkttBxNL8hK2gmDQOrUY0XmB/jV frytLAtPiUpoHXVymB1Y5KnbRa9Psmo= Received: from mx-prod-mc-08.mail-002.prod.us-west-2.aws.redhat.com (ec2-35-165-154-97.us-west-2.compute.amazonaws.com [35.165.154.97]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-45-pH0Fev4jO5q678Gp2hPx4Q-1; Fri, 31 Oct 2025 11:03:57 -0400 X-MC-Unique: pH0Fev4jO5q678Gp2hPx4Q-1 X-Mimecast-MFC-AGG-ID: pH0Fev4jO5q678Gp2hPx4Q_1761923036 Received: from mx-prod-int-06.mail-002.prod.us-west-2.aws.redhat.com (mx-prod-int-06.mail-002.prod.us-west-2.aws.redhat.com [10.30.177.93]) (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-08.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTPS id A68AF18001E4; Fri, 31 Oct 2025 15:03:55 +0000 (UTC) Received: from rh.redhat.com (unknown [10.44.32.50]) by mx-prod-int-06.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTP id 72068180057E; Fri, 31 Oct 2025 15:03:51 +0000 (UTC) From: Kevin Traynor To: dpdk stable Cc: Dariusz Sosnowski , Dean Marx , Luca Vizzarro , Nithinsen Kaithakadan , Patrick Robb , Viacheslav Ovsiienko Subject: please help backporting some patches to stable release 24.11.4 Date: Fri, 31 Oct 2025 15:03:37 +0000 Message-ID: <20251031150339.326327-1-ktraynor@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.4.1 on 10.30.177.93 X-Mimecast-Spam-Score: 0 X-Mimecast-MFC-PROC-ID: 4Rjhra_wDzzEjg2JHaYalmwkSyF0SiSzDs31QgbtD3Q_1761923036 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: , Reply-To: dpdk stable Errors-To: stable-bounces@dpdk.org Hi commit authors (and maintainers), Despite being selected by the DPDK maintenance tool ./devtools/git-log-fixes.sh I didn't apply following commits from DPDK main to 24.11 stable branch, as conflicts or build errors occur. Can authors check your patches in the following list and either: - Backport your patches to the 24.11 branch, or - Indicate that the patch should not be backported Please do either of the above by 11/05/25. You can find the a temporary work-in-progress branch of the coming 24.11.4 release at: https://github.com/kevintraynor/dpdk-stable It is recommended to backport on top of that to minimize further conflicts or misunderstandings. Some notes on stable backports: A backport should contain a reference to the DPDK main branch commit in it's commit message in the following fashion: [ upstream commit ] For example: https://git.dpdk.org/dpdk-stable/commit/?h=18.11&id=d90e6ae6f936ecdc2fd3811ff9f26aec7f3c06eb When sending the backported patch, please indicate the target branch in the subject line, as we have multiple branches, for example: [PATCH 24.11] foo/bar: fix baz With git format-patch, this can be achieved by appending the parameter: --subject-prefix='PATCH 24.11' Send the backported patch to "stable@dpdk.org" but not "dev@dpdk.org". FYI, branch 24.11 is located at tree: https://git.dpdk.org/dpdk-stable Thanks. Kevin --- 44d6571092 Dariusz Sosnowski net/mlx5: fix min and max MTU reporting f2f75ffe14 Viacheslav Ovsiienko net/mlx5/hws: fix ESP header match in strict mode 08b83e84e1 Nithinsen Kaithakadan crypto/cnxk: fix TLS mbuf 89b634c9cf Dean Marx dts: add reception check to checksum suite