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 75063427F6 for ; Tue, 21 Mar 2023 10:37:58 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6ECC6410DF; Tue, 21 Mar 2023 10:37:58 +0100 (CET) Received: from szxga02-in.huawei.com (szxga02-in.huawei.com [45.249.212.188]) by mails.dpdk.org (Postfix) with ESMTP id C7A9C40A7A for ; Tue, 21 Mar 2023 10:37:55 +0100 (CET) Received: from kwepemm600004.china.huawei.com (unknown [172.30.72.57]) by szxga02-in.huawei.com (SkyGuard) with ESMTP id 4Pgmdy0wMkzSm9Q; Tue, 21 Mar 2023 17:34:30 +0800 (CST) Received: from [10.67.103.231] (10.67.103.231) by kwepemm600004.china.huawei.com (7.193.23.242) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.21; Tue, 21 Mar 2023 17:37:52 +0800 Message-ID: Date: Tue, 21 Mar 2023 17:37:52 +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 20.11.8 To: dpdk stable , Luca Boccassi CC: Anatoly Burakov , Beilei Xing , Bernard Iremonger , Chengchang Tang , Chengwen Feng , Chunsong Feng , Dmitry Kozlyuk , Dongdong Liu , Ferruh Yigit , Ferruh Yigit , Gerry Gribbon , Hao Chen , Lijun Ou , Matan Azrad , Michael Baum , "Min Hu (Connor)" , Ori Kam , Shahaf Shuler , Shiyang He , Tal Shnaiderman , Thomas Monjalon , Tyler Retzlaff , Viacheslav Ovsiienko , "Wei Hu (Xavier)" , Wenzhuo Lu , Yisen Zhuang References: <20230315224909.1026727-1-luca.boccassi@gmail.com> From: "lihuisong (C)" In-Reply-To: <20230315224909.1026727-1-luca.boccassi@gmail.com> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 8bit X-Originating-IP: [10.67.103.231] X-ClientProxiedBy: dggems701-chm.china.huawei.com (10.3.19.178) To kwepemm600004.china.huawei.com (7.193.23.242) 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 Hi Luca Boccassi, No need to backport the following patch, thanks. 8e9bd29995  Chengwen Feng    net/hns3: fix empty devargs parsing Best Regards, Huisong 在 2023/3/16 6:49, 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 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 22/03/23. > > You can find the a temporary work-in-progress branch of the coming 20.11.8 > 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 > > --- > 8e9bd29995 Chengwen Feng net/hns3: fix empty devargs parsing > b15d75b287 Gerry Gribbon regex/mlx5: fix doorbell record > eb3ef9e0d7 Huisong Li net/hns3: add verification of RSS types > e3069658da Huisong Li net/hns3: reimplement hash flow function > 5028f207a4 Shiyang He app/testpmd: fix secondary process packet forwarding > .