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 63912A0353 for ; Tue, 1 Mar 2022 12:22:17 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5675B407FF; Tue, 1 Mar 2022 12:22:17 +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 F2981407FF for ; Tue, 1 Mar 2022 12:22:15 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1646133735; 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=d92ZWqo4Ot5UHlVcea/vNVeQZg3IndyxoyGShjJSOew=; b=NuPKl1DKuRkO6gE7QUh0kaCSMrsgo/XoGBKmwDrBvWlyEf0wzN5l+naucodZm+sAsDugub 8guNERA0m59VJHgDLZRhUcmwMRDJry0K50kqvyO5/KaIvE80kBBDY1eL7tMNEQIWy0SUwJ Koj1Pvr+A5p30zmnU6nfUiTn04Ri6lE= 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-17-wMGsYPReOWODkiRjmWIAAw-1; Tue, 01 Mar 2022 06:22:10 -0500 X-MC-Unique: wMGsYPReOWODkiRjmWIAAw-1 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 80C661091DA0; Tue, 1 Mar 2022 11:22:08 +0000 (UTC) Received: from rh.Home (unknown [10.39.194.142]) by smtp.corp.redhat.com (Postfix) with ESMTP id 61892646C9; Tue, 1 Mar 2022 11:22:01 +0000 (UTC) From: Kevin Traynor To: dpdk stable Cc: Chenbo Xia , Gowrishankar Muthukrishnan , Harman Kalra , Jerin Jacob , Kiran Kumar K , Maxime Coquelin , Nithin Dabilpuram , Pavan Nikhilesh , Satha Rao , Satheesh Paul , Shijith Thotton , Sunil Kumar Kori , Xuan Ding , Yuan Wang Subject: please help backporting some patches to stable release 21.11.1 Date: Tue, 1 Mar 2022 11:21:51 +0000 Message-Id: <20220301112151.338828-1-ktraynor@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 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 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/07/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 3cebc8f35f Satheesh Paul net/cnxk: fix Rx/Tx function update 52ade97e36 Xuan Ding vhost: fix physical address mapping