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 8B87645D51 for ; Wed, 20 Nov 2024 10:32:57 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 82E1E402B5; Wed, 20 Nov 2024 10:32:57 +0100 (CET) Received: from szxga01-in.huawei.com (szxga01-in.huawei.com [45.249.212.187]) by mails.dpdk.org (Postfix) with ESMTP id B67E3402B5 for ; Wed, 20 Nov 2024 10:32:55 +0100 (CET) Received: from mail.maildlp.com (unknown [172.19.88.194]) by szxga01-in.huawei.com (SkyGuard) with ESMTP id 4XtbhD0S82z10WBf; Wed, 20 Nov 2024 17:30:52 +0800 (CST) Received: from dggemv704-chm.china.huawei.com (unknown [10.3.19.47]) by mail.maildlp.com (Postfix) with ESMTPS id DC29F14039E; Wed, 20 Nov 2024 17:32:53 +0800 (CST) Received: from kwepemn100009.china.huawei.com (7.202.194.112) by dggemv704-chm.china.huawei.com (10.3.19.47) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.1.2507.39; Wed, 20 Nov 2024 17:32:53 +0800 Received: from [10.67.121.59] (10.67.121.59) by kwepemn100009.china.huawei.com (7.202.194.112) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1544.11; Wed, 20 Nov 2024 17:32:52 +0800 Message-ID: <255d99dd-a118-1967-b8f3-7fbafa10b690@huawei.com> Date: Wed, 20 Nov 2024 17:32:47 +0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.2.0 Subject: Re: please help backporting some patches to stable release 22.11.7 To: dpdk stable , Luca Boccassi CC: Anatoly Burakov , Chengwen Feng , Dariusz Sosnowski , "David Hunt" , Gregory Etelson , "Kevin Laatz" , Konstantin Ananyev , Matan Azrad , Michael Baum , Reshma Pattan , "Sivaprasad Tummala" , Stephen Hemminger , Thomas Monjalon , "Tim Martin" , Viacheslav Ovsiienko , Xiaoyu Min References: <20241112222355.669451-1-luca.boccassi@gmail.com> From: "lihuisong (C)" In-Reply-To: <20241112222355.669451-1-luca.boccassi@gmail.com> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 8bit X-Originating-IP: [10.67.121.59] X-ClientProxiedBy: dggems701-chm.china.huawei.com (10.3.19.178) To kwepemn100009.china.huawei.com (7.202.194.112) 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 Luca, The following patch can backport to 22.11 branch without any conflicts. Can you try it again? 0bc4795d59 Huisong Li examples/l3fwd-power: fix options parsing overflow /Huisong 在 2024/11/13 6:23, luca.boccassi@gmail.com 写道: > 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 22.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 22.11 branch, or > - Indicate that the patch should not be backported > > Please do either of the above by 11/19/24. > > You can find the a temporary work-in-progress branch of the coming 22.11.7 > release at: > https://github.com/bluca/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 22.11] foo/bar: fix baz > > With git format-patch, this can be achieved by appending the parameter: > --subject-prefix='PATCH 22.11' > > Send the backported patch to "stable@dpdk.org" but not "dev@dpdk.org". > > FYI, branch 22.11 is located at tree: > https://git.dpdk.org/dpdk-stable > > Thanks. > > Luca Boccassi > > --- > d46f3b525a Gregory Etelson net/mlx5: fix error notifications in counter initialization > ee76b173b2 Gregory Etelson net/mlx5: fix non-template flow action validation > 0bc4795d59 Huisong Li examples/l3fwd-power: fix options parsing overflow > 2a682d65f8 Stephen Hemminger app/dumpcap: use bitops API instead of compiler builtins > 27918f0d53 Tim Martin net/mlx5: fix real time counter reading from PCI BAR > .