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 01AF6A00C2 for ; Thu, 1 Dec 2022 05:12:20 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id F059540A7F; Thu, 1 Dec 2022 05:12:19 +0100 (CET) Received: from szxga03-in.huawei.com (szxga03-in.huawei.com [45.249.212.189]) by mails.dpdk.org (Postfix) with ESMTP id EBB6240693 for ; Thu, 1 Dec 2022 05:12:17 +0100 (CET) Received: from dggemv711-chm.china.huawei.com (unknown [172.30.72.57]) by szxga03-in.huawei.com (SkyGuard) with ESMTP id 4NN2ct3NLKzJp56; Thu, 1 Dec 2022 12:08:46 +0800 (CST) Received: from kwepemm600004.china.huawei.com (7.193.23.242) by dggemv711-chm.china.huawei.com (10.1.198.66) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.31; Thu, 1 Dec 2022 12:11:54 +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; Thu, 1 Dec 2022 12:11:52 +0800 Message-ID: <5041b22a-79e9-5df7-d53b-04b767dca816@huawei.com> Date: Thu, 1 Dec 2022 12:11:45 +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 19.11.14 To: dpdk stable , Christian Ehrhardt CC: Abhijit Sinha , Abhinandan Gujjar , Ajit Khaparde , Akhil Goyal , Akhil Goyal , Alejandro Lucero , Alexander Kozyrev , Anatoly Burakov , "Andrew Rybchenko" , Andy Gospodarek , Anoob Joseph , "Ashish Gupta" , Beilei Xing , Benjamin Le Berre , Bruce Richardson , Changpeng Liu , Chaoyong He , Chao Zhu , Chas Williams <3chas3@gmail.com>, Chas Williams , Chenbo Xia , Chengwen Feng , Chunsong Feng , "Ciara Power" , Damodharam Ammepalli , Dan Nowlin , "David Christensen" , David Marchand , Declan Doherty , Dmitry Kozlyuk , Dmitry Kozlyuk , Dongdong Liu , "Erik Gabriel Carrillo" , Fan Zhang , Ferruh Yigit , Fiona Trahe , Gage Eads , Ganapati Kundapura , Gowrishankar Muthukrishnan , Hao Chen , "Harry van Haaren" , Honnappa Nagarahalli , Ivan Malov , "Jerin Jacob" , Jianfeng Tan , "Jiawei Wang" , Jiayu Hu , Jingjing Wu , Junfeng Guo , Jun Qiu , Kalesh AP , Kevin Liu References: <20221111114803.1553104-1-christian.ehrhardt@canonical.com> From: "lihuisong (C)" In-Reply-To: <20221111114803.1553104-1-christian.ehrhardt@canonical.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 Christian, Sorry for my late reply.  Following patches do not need to be backported. b38bd88beb Huisong Li net/hns3: fix clearing hardware MAC statistics a35799625e Huisong Li net/hns3: fix lock protection of RSS flow rule 904ee370e8 Huisong Li net/hns3: fix packet type for GENEVE 1042ed401f Huisong Li net/hns3: fix restore filter function input 705a508003 Huisong Li net/hns3: fix RSS filter restore 43d8adf389 Huisong Li net/hns3: fix RSS flow rule restore 0d81da2559 Huisong Li net/hns3: fix RSS rule restore 860ed8516a Huisong Li net/hns3: move flow direction rule recovery 在 2022/11/11 19:48, christian.ehrhardt@canonical.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 19.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 19.11 branch, or > - Indicate that the patch should not be backported > > Please do either of the above by 11/18/22. > > You can find the a temporary work-in-progress branch of the coming 19.11.14 > release at: > https://github.com/cpaelzer/dpdk-stable-queue > 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 19.11] foo/bar: fix baz > > With git format-patch, this can be achieved by appending the parameter: > --subject-prefix='PATCH 19.11' > > Send the backported patch to "stable@dpdk.org" but not "dev@dpdk.org". > > FYI, branch 19.11 is located at tree: > https://git.dpdk.org/dpdk-stable > > Thanks. > > Christian Ehrhardt > > P.S. I had to split the mail again to obey rules of mail providers > > --- > 09b5b2880d Benjamin Le Berre net/bnxt: fix error code during MTU change > 830f7e7907 Changpeng Liu vhost: add non-blocking API for posting interrupt > bc6eeb29c6 Chengwen Feng net/hns3: fix VF mailbox message handling > 12590fc503 Chengwen Feng net/hns3: optimize SVE Tx performance > e0ec62d6e9 Chengwen Feng net/hns3: revert fix mailbox communication with HW > 1a7374c956 Dmitry Kozlyuk eal: fix side effect in some pointer arithmetic macros > 329280c53e Erik Gabriel Carrillo service: fix early move to inactive status > 8f4ff7de39 Ganapati Kundapura eventdev/crypto: fix multi-process > c05a540902 Huisong Li net/hns3: delete unused markup > b38bd88beb Huisong Li net/hns3: fix clearing hardware MAC statistics > a35799625e Huisong Li net/hns3: fix lock protection of RSS flow rule > 904ee370e8 Huisong Li net/hns3: fix packet type for GENEVE > 1042ed401f Huisong Li net/hns3: fix restore filter function input > 705a508003 Huisong Li net/hns3: fix RSS filter restore > 43d8adf389 Huisong Li net/hns3: fix RSS flow rule restore > 0d81da2559 Huisong Li net/hns3: fix RSS rule restore > 860ed8516a Huisong Li net/hns3: move flow direction rule recovery > df810d1b6e Ivan Malov net/bonding: fix flow flush order on close > 9f71a297da Jiawei Wang net/mlx5: fix modify action with tunnel decapsulation > bfa87e21bd Jiawei Wang net/mlx5: fix tunnel header with IPIP offload > b8a55871d5 Jun Qiu gro: trim tail padding bytes > aaa44cb125 Kalesh AP net/bnxt: remove unnecessary check > 19ee91c6bd Kevin Liu net/iavf: check illegal packet sizes > 72f51b097a Kumara Parameshwaran gro: check payload length after trim > bc5d8fdb70 Long Li net/mlx5: fix Verbs FD leak in secondary process > bb340f56fc Long Wu net/nfp: fix memory leak in Rx > 4841015ffb Mah Yock Gen net/igc: remove unnecessary PHY ID checks > 4bfb499829 Mao YingMing net/bnxt: fix null pointer dereference in LED config > 60b254e392 Matan Azrad net/mlx5: fix Rx queue recovery mechanism > 70cb0278a4 Mattias Rönnblom event/dsw: fix flow migration > 459531c958 Morten Brørup mempool: fix cache flushing algorithm > a2833ecc5e Morten Brørup mempool: fix get objects from mempool with cache > 4edcee19fc Nithin Dabilpuram examples/ipsec-secgw: use Tx checksum offload conditionally > a0a17e2a3e Olivier Matz cryptodev: fix unduly newlines in logs > d5262b521d Olivier Matz mem: fix API doc about allocation on secondary processes > 927cb43fe9 Pavan Nikhilesh examples/l3fwd: fix port group mask with AltiVec > dbad6f64f9 Peng Zhang net/nfp: fix internal buffer size and MTU check > b0472e210f Qi Zhang net/ice/base: fix input set of GTPoGRE > c05f2e9688 Radu Nicolau examples/ipsec-secgw: fix Tx checksum offload flag > 130bb7da53 Raja Zidane net/mlx5: fix Tx check for hardware descriptor length > d914c01036 Shiqi Liu node: check Rx element allocation > f66323717e Usman Tanveer net/bonding: fix mode 4 with dedicated queues > d15bfd2930 Viacheslav Ovsiienko net/mlx5: fix inline length exceeding descriptor limit > 40abb903fe Wenwu Ma examples/vhost: fix use after free > cb5c1b91f7 Yiding Zhou net/iavf: add thread for event callbacks > .