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 135C442CC6 for ; Thu, 15 Jun 2023 15:27:20 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0C06E40EE3; Thu, 15 Jun 2023 15:27:20 +0200 (CEST) Received: from szxga02-in.huawei.com (szxga02-in.huawei.com [45.249.212.188]) by mails.dpdk.org (Postfix) with ESMTP id 4DF3640E0F for ; Thu, 15 Jun 2023 15:27:16 +0200 (CEST) Received: from dggpeml500011.china.huawei.com (unknown [172.30.72.53]) by szxga02-in.huawei.com (SkyGuard) with ESMTP id 4QhjgC6x1fzMpVk; Thu, 15 Jun 2023 21:24:07 +0800 (CST) Received: from [10.67.101.191] (10.67.101.191) by dggpeml500011.china.huawei.com (7.185.36.84) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.23; Thu, 15 Jun 2023 21:27:13 +0800 Message-ID: <542162e0-1f66-0828-3a86-cad65108f0d5@huawei.com> Date: Thu, 15 Jun 2023 21:27:12 +0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0 Subject: Re: please help backporting some patches to stable release 20.11.9 Content-Language: en-US To: dpdk stable , CC: Aaron Conole , Alejandro Lucero , Anatoly Burakov , Andrew Rybchenko , Beilei Xing , Bernard Iremonger , Bruce Richardson , Chaoyong He , Chengchang Tang , Chengwen Feng , Ciara Power , Dariusz Sosnowski , David Marchand , Declan Doherty , Dongdong Liu , Ferruh Yigit , Ferruh Yigit , Heinrich Kuhn , Honnappa Nagarahalli , Ilyes Ben Hamouda , Jiawei Wang , Jie Hai , Kai Ji , Kiran Kumar K , Lijun Ou , Matan Azrad , Michael Santana , "Min Hu (Connor)" , =?UTF-8?Q?Morten_Br=c3=b8rup?= , =?UTF-8?Q?Niklas_S=c3=b6derlund?= , Olivier Matz , Ori Kam , Rongwei Liu , Saoirse O'Donovan , Shahaf Shuler , Suanming Mou , Viacheslav Ovsiienko , "Wei Hu (Xavier)" , Wenzhuo Lu , Yisen Zhuang References: <20230615013820.1440549-1-luca.boccassi@gmail.com> From: huangdengdui In-Reply-To: <20230615013820.1440549-1-luca.boccassi@gmail.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.67.101.191] X-ClientProxiedBy: dggems705-chm.china.huawei.com (10.3.19.182) To dggpeml500011.china.huawei.com (7.185.36.84) X-CFilter-Loop: Reflected 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 db42a84233 Dengdui Huang app/testpmd: fix crash with invalid queue no need to backport this patch, because it depend on multiple other patches, in addition, this bug has little impact. On 2023/6/15 9:38, luca.boccassi@gmail.com wrote: > 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 20.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 20.11 branch, or > - Indicate that the patch should not be backported > > Please do either of the above by 2023/06/23. > > You can find the a temporary work-in-progress branch of the coming 20.11.9 > 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 20.11] foo/bar: fix baz > > With git format-patch, this can be achieved by appending the parameter: > --subject-prefix='PATCH 20.11' > > Send the backported patch to "stable@dpdk.org" but not "dev@dpdk.org". > > FYI, branch 20.11 is located at tree: > https://git.dpdk.org/dpdk-stable > > Thanks. > > Luca Boccassi > > --- > e97738919c Chaoyong He net/nfp: fix Tx descriptor free logic of NFD3 > c1f0cdae14 Dariusz Sosnowski net/mlx5: fix drop action attribute validation > db42a84233 Dengdui Huang app/testpmd: fix crash with invalid queue > 0622428215 Jie Hai net/hns3: fix missing FEC capability > cd41a27154 Jie Hai net/hns3: get FEC capability from firmware > ad4d51d277 Rongwei Liu net/mlx5: forbid duplicated tag index in pattern template > 7ae50175c7 Saoirse O'Donovan test/crypto: fix return value for SNOW3G