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 3AAA3A0093 for ; Wed, 9 Nov 2022 03:24:00 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3366B400D7; Wed, 9 Nov 2022 03:24:00 +0100 (CET) Received: from szxga02-in.huawei.com (szxga02-in.huawei.com [45.249.212.188]) by mails.dpdk.org (Postfix) with ESMTP id 603EC400D4 for ; Wed, 9 Nov 2022 03:23:58 +0100 (CET) Received: from dggemv703-chm.china.huawei.com (unknown [172.30.72.57]) by szxga02-in.huawei.com (SkyGuard) with ESMTP id 4N6TKv3rtGzRp3w for ; Wed, 9 Nov 2022 10:23:47 +0800 (CST) Received: from kwepemm600004.china.huawei.com (7.193.23.242) by dggemv703-chm.china.huawei.com (10.3.19.46) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.31; Wed, 9 Nov 2022 10:23:56 +0800 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.2375.31; Wed, 9 Nov 2022 10:23:55 +0800 Message-ID: <757622f8-bc2d-d753-adbe-4eb4b51766e9@huawei.com> Date: Wed, 9 Nov 2022 10:23:55 +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.7 To: Luca Boccassi CC: dpdk stable References: <20221103094037.1103109-1-luca.boccassi@gmail.com> <504f25ed-605a-cb16-02d0-8bd4bed31372@huawei.com> From: "lihuisong (C)" In-Reply-To: Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 8bit X-Originating-IP: [10.67.103.231] X-ClientProxiedBy: dggems704-chm.china.huawei.com (10.3.19.181) 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 在 2022/11/8 18:25, Luca Boccassi 写道: > On Tue, 8 Nov 2022 at 02:01, lihuisong (C) wrote: >> Hi Luca Boccassi, >> >> It seems that queued patches are not merged into 20.11.7 branch. >> These patches in this backporting list are hard to backport. >> Is there any other code branch? >> >> Regards, >> Huisong > Yes, it is linked in the email Ok. thanks, Luca Boccassi > >> 在 2022/11/3 17:40, 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 11/10/22. >>> >>> You can find the a temporary work-in-progress branch of the coming 20.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 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 >>> >>> --- >>> 8ae946970e Abdullah Ömer Yamaç eal: fix thread name for high order lcores >>> 09b5b2880d Benjamin Le Berre net/bnxt: fix error code during MTU change >>> b38bd88beb Huisong Li net/hns3: fix clearing hardware MAC statistics >>> 0d81da2559 Huisong Li net/hns3: fix RSS rule restore >>> 8f81056e5a Qi Zhang net/ice/base: fix 100M speed capability >>> 04ab2b2f0b Qi Zhang net/ice/base: fix comment of overloaded GCO bit >>> 40ff47dd4b Qi Zhang net/ice/base: fix double VLAN in promiscuous mode >>> b0472e210f Qi Zhang net/ice/base: fix input set of GTPoGRE >>> 38ef9e1b99 Qi Zhang net/ice/base: fix null pointer dereference >>> 27b7bdae1d Qi Zhang net/ice: fix DDP package init >>> 3b8c645afa Zhichao Zeng net/iavf: fix outer checksum flags >>> 1aaacea174 Zhichao Zeng net/iavf: fix processing VLAN TCI in SSE path >>> >>> . > .