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 4355C427F6 for ; Tue, 21 Mar 2023 10:29:50 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1A2B440A7F; Tue, 21 Mar 2023 10:29:50 +0100 (CET) Received: from szxga08-in.huawei.com (szxga08-in.huawei.com [45.249.212.255]) by mails.dpdk.org (Postfix) with ESMTP id DE77E40A7A for ; Tue, 21 Mar 2023 10:29:48 +0100 (CET) Received: from kwepemm600004.china.huawei.com (unknown [172.30.72.57]) by szxga08-in.huawei.com (SkyGuard) with ESMTP id 4PgmSx3s9Rz17LLg; Tue, 21 Mar 2023 17:26:41 +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:29:45 +0800 Message-ID: Date: Tue, 21 Mar 2023 17:29:44 +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: Abhinandan Gujjar , Akhil Goyal , Alexander Kozyrev , Aman Singh , Beilei Xing , Bernard Iremonger , Bruce Richardson , Chengchang Tang , Chengwen Feng , David Christensen , Dongdong Liu , Ferruh Yigit , Gage Eads , Ganapati Kundapura , Hongbo Zheng , Jerin Jacob , Konstantin Ananyev , Lijun Ou , Matan Azrad , Michael Qiu , "Min Hu (Connor)" , Neil Horman , Nelio Laranjeiro , Nikhil Rao , Pablo de Lara , Ray Kinsella , Ruifeng Wang , Shahaf Shuler , Suanming Mou , Viacheslav Ovsiienko , "Wei Hu (Xavier)" , Wenzhuo Lu , Yisen Zhuang , Yongseok Koh References: <20230223094215.3927887-1-luca.boccassi@gmail.com> From: "lihuisong (C)" In-Reply-To: <20230223094215.3927887-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: dggems702-chm.china.huawei.com (10.3.19.179) 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 patches, thanks. 27fd465215 Chengwen Feng net/hns3: declare flow rule keeping capability 52a4e960b4 Huisong Li net/hns3: extract common function to query device 2aec7beaba Huisong Li net/hns3: make getting Tx function static a8d240786e Huisong Li net/hns3: remove debug condition for Tx prepare 6a934ba4c6 Huisong Li net/hns3: separate Tx prepare from getting Tx function Best Regards, Huisong 在 2023/2/23 17:42, 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 02/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 > > --- > 1f903ebe2c Alexander Kozyrev net/mlx5: check compressed CQE opcode in vectorized Rx > 27fd465215 Chengwen Feng net/hns3: declare flow rule keeping capability > cdede073a5 Ferruh Yigit app/testpmd: fix link check condition on port start > 04dac73643 Ganapati Kundapura eventdev/crypto: fix enqueue count > 4b04134cbb Ganapati Kundapura eventdev/crypto: fix failed events > da73a2a0d1 Ganapati Kundapura eventdev/crypto: fix offset used while flushing events > f442c04001 Ganapati Kundapura eventdev/crypto: fix overflow in circular buffer > 52a4e960b4 Huisong Li net/hns3: extract common function to query device > 10f91af5a5 Huisong Li net/hns3: fix burst mode query with dummy function > 2aec7beaba Huisong Li net/hns3: make getting Tx function static > a8d240786e Huisong Li net/hns3: remove debug condition for Tx prepare > 6a934ba4c6 Huisong Li net/hns3: separate Tx prepare from getting Tx function > cedb44dc87 Suanming Mou common/mlx5: improve AES-XTS tweak capability check > 9b31fc9007 Viacheslav Ovsiienko net/mlx5: fix read device clock in real time mode > .