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 24598A0093 for ; Thu, 10 Mar 2022 14:24:07 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id EEFED4113E; Thu, 10 Mar 2022 14:24:06 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mails.dpdk.org (Postfix) with ESMTP id D06654113E for ; Thu, 10 Mar 2022 14:24:04 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1646918644; 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=H4vHZv02eMpGbgruFF2pwmKndwPgoLQSjmWnj3qOSpE=; b=UHLuAE5rzjb26rwSBJzWIkEtNV5mAjo6Ut2rl2pW0QZ+hHFTPNq4DZi+NgNvw4AmdTzjLq qlI1nkAJmtjSj20+qw6iF6prQdsM1Nne2Gz5E9vKdia5y+rknJSJ4Rr99DYOSK/fslqtgG 1Fm8bkMunUdNQX+ijQ/F+E00KTwqqkU= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-64-8f_JtQ_oMh-dOX3O6xopow-1; Thu, 10 Mar 2022 08:24:01 -0500 X-MC-Unique: 8f_JtQ_oMh-dOX3O6xopow-1 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 280DA824FA6; Thu, 10 Mar 2022 13:23:59 +0000 (UTC) Received: from rh.Home (unknown [10.39.195.75]) by smtp.corp.redhat.com (Postfix) with ESMTP id 90E80106D5B3; Thu, 10 Mar 2022 13:23:55 +0000 (UTC) From: Kevin Traynor To: dpdk stable Cc: Jiawei Wang , Gowrishankar Muthukrishnan , Harman Kalra , Jerin Jacob , Kiran Kumar K , Nithin Dabilpuram , Pavan Nikhilesh , Satha Rao , Satheesh Paul , Shijith Thotton , Sunil Kumar Kori , Viacheslav Ovsiienko , Ori Kam Subject: please help backporting some patches to stable release 21.11.1 Date: Thu, 10 Mar 2022 13:23:38 +0000 Message-Id: <20220310132338.1329570-1-ktraynor@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=ktraynor@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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 (with fixed Subject) 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 21.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 21.11 branch, or - Indicate that the patch should not be backported Please do either of the above by 03/14/22. You can find the a temporary work-in-progress branch of the coming 21.11.1 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 21.11] foo/bar: fix baz With git format-patch, this can be achieved by appending the parameter: --subject-prefix='PATCH 21.11' Send the backported patch to "stable@dpdk.org" but not "dev@dpdk.org". FYI, branch 21.11 is located at tree: https://git.dpdk.org/dpdk-stable Thanks. Kevin --- 315d14d705 Gowrishankar Muthukrishnan event/cnxk: fix memory leaks 6d4f1066be Jiawei Wang net/mlx5: fix NIC egress flow mismatch in switchdev mode