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 D29B9A0C47 for ; Mon, 26 Jul 2021 19:15:14 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C0EED410E6; Mon, 26 Jul 2021 19:15:14 +0200 (CEST) Received: from shelob.oktetlabs.ru (shelob.oktetlabs.ru [91.220.146.113]) by mails.dpdk.org (Postfix) with ESMTP id C585B410E6 for ; Mon, 26 Jul 2021 19:15:13 +0200 (CEST) Received: from [100.65.5.102] (unknown [5.144.122.26]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by shelob.oktetlabs.ru (Postfix) with ESMTPSA id 9AC467F4E2; Mon, 26 Jul 2021 20:15:12 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 shelob.oktetlabs.ru 9AC467F4E2 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=oktetlabs.ru; s=default; t=1627319713; bh=5zl2m/7GNVpVQ4bhaZjB2CxD9G0IoK4EbEyWVcG9Prk=; h=Subject:To:Cc:References:From:Date:In-Reply-To; b=UVfR4pvj3NczBSsGNscpObccUstn5ITFb12z6cdcVcFxoYHgw2R7JAwTNRpk2eEmg yY+ISX74w+tGLSYl1hLrzofiTpxK1S4gHPg4mPNK1P0TdlSY1ZAe6f4NMopqNKJU1C AMc06D9OA4UEGLrPY3HDRWA6HPbrkhMqLLi1qmWc= To: dpdk stable , "Xueming(Steven) Li" Cc: Adam Dybkowski , NBU-Contact-Adrien Mazarguil , Akhil Goyal , Alan Winkowski , Alexander Kozyrev , Ali Alnubani , Andrew Rybchenko , Andy Moreton , Ankur Dwivedi , Anoob Joseph , Beilei Xing , Bruce Richardson , Chengchang Tang , Chengwen Feng , Chunsong Feng , Ciara Power , Cristian Dumitrescu , Dapeng Yu , David Marchand , Dekel Peled , Dekel Peled , Ed Czeck , Fan Zhang , Ferruh Yigit , Gaetan Rivet , Gavin Hu , Hao Chen , Hemant Agrawal , Hongbo Zheng , Honnappa Nagarahalli , Huisong Li , Jan Viktorin , Jasvinder Singh , Jerin Jacob , "Jiawei(Jonny) Wang" , Jingjing Wu , John Miller , =?UTF-8?Q?Juraj_Linke=c5=a1?= , Keith Wiles , Kevin Traynor , Konstantin Ananyev , Lijun Ou , Liron Himi , Luca Boccassi , Matan Azrad , Michael Baum , "Min Hu (Connor" , "Min Wang (Jushui" , Nithin Dabilpuram , Ori Kam , Pavan Nikhilesh , Qi Zhang , Robin Jarry , Rosen Xu , Ruifeng Wang , Shahaf Shuler , Shepard Siegel , Shijith Thotton , Shun Hao , Stephen Hemminger , Suanming Mou , NBU-Contact-Thomas Monjalon , Tianfei zhang , Slava Ovsiienko , Wei Huang , "Wei Hu (Xavier" , Wenzhuo Lu , Wisam Monther , Jack Min , Xiaoyun Li , Yisen Zhuang , Yongseok Koh , Yuanhan Liu , Zhiyong Yang References: From: Ivan Malov Message-ID: <8e1c636a-f9db-2c82-9362-c0c749388ff0@oktetlabs.ru> Date: Mon, 26 Jul 2021 20:15:07 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.12.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=iso-8859-2; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-stable] please help backporting some patches to stable release 20.11.2-rc2 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 Sender: "stable" Hi Xueming, On 09/06/2021 16:34, Xueming(Steven) Li wrote: > Hi commit authors (and maintainers), > > 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 06/16/21. > > You can find the a temporary work-in-progress branch of the coming 20.11.2 > release at: > https://github.com/steevenlee/dpdk > 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. > > Xueming Li > > --- > a395143ac9 Adam Dybkowski doc: fix release notes for QAT compression PMD > 2444d35dc1 Beilei Xing net/iavf: fix Tx context descriptor > 1e28e842e0 Chengchang Tang net/hns3: fix imprecise statistics > d7ec2c0765 Chengchang Tang net/hns3: select Tx prepare based on Tx offload > ec2ed976ac Chengwen Feng net/hns3: delete mailbox arq ring > 55c038c2db Chengwen Feng net/hns3: fix PTP capability report > aa5baf47e1 Chengwen Feng net/hns3: rename Rx burst function > c53a5f3efb Chengwen Feng telemetry: check thread creations > 9421152d7d Dapeng Yu net/softnic: fix meter policies initialization > 627c5b41bb David Marchand build: fix default drivers list without Python > c3946acf22 David Marchand doc: fix Arm SoCs list > b8b5dc6b95 David Marchand net/ark: fix leak on thread termination > f9f24ecd79 Hongbo Zheng net/hns3: fix concurrent interrupt handling > a2258ea1be Huisong Li doc: remove queue stats mapping from testpmd guide > d8caafcbf9 Ivan Malov net/sfc: fix outer rule and encap rollback on error This patch shouldn't be on the list because it has already been applied to 20.11. Please see http://mails.dpdk.org/archives/stable/2021-May/030807.html . Thank you. > 178f76cdf3 Jiawei Wang net/mlx5: fix age action in transfer root group > f11f70ae1a Jiawei Wang net/mlx5: fix default context in flow age action > 8f5ea6a464 Juraj Linkeš config/arm: fix implementer and its SoCs > e6988afdc7 Matan Azrad net/mlx5: fix imissed statistics > cd414f81d1 Michael Baum net/mlx5: workaround ASO memory region creation > 8e321f7df1 Min Hu (Connor) doc: fix Rx burst function in hns3 guide > 53ef1b3477 Min Hu (Connor) ethdev: add sanity checks in control APIs > 052a5d3867 Pavan Nikhilesh event/octeontx2: fix XAQ pool reconfigure > 849111aec7 Shijith Thotton event/octeontx2: configure crypto adapter xaq pool > 3841fc3581 Shijith Thotton event/octeontx2: fix crypto adapter queue pair operations > c751be1027 Shun Hao net/mlx5: fix metering with flow ID 0 > 83306d6c46 Shun Hao net/mlx5: fix meter statistics > 0d655820e0 Thomas Monjalon net/hns3: fix debug build > 31625e6288 Viacheslav Ovsiienko net/mlx5: fix Tx queue doorbell record field offset > 978a0303a3 Viacheslav Ovsiienko net/mlx5/linux: fix missed Rx packet stats > 687833fffa Wei Huang raw/ifpga/base: check size before assigning > f2cb939365 Wisam Jaddo app/flow-perf: fix IPv6 source address increment > -- Ivan M