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 5E979A0C52 for ; Fri, 13 Aug 2021 03:29:58 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4D8AF4014D; Fri, 13 Aug 2021 03:29:58 +0200 (CEST) Received: from szxga02-in.huawei.com (szxga02-in.huawei.com [45.249.212.188]) by mails.dpdk.org (Postfix) with ESMTP id 21CA34014D for ; Fri, 13 Aug 2021 03:29:55 +0200 (CEST) Received: from dggemv704-chm.china.huawei.com (unknown [172.30.72.56]) by szxga02-in.huawei.com (SkyGuard) with ESMTP id 4Gm5VB3b6Nz85q1; Fri, 13 Aug 2021 09:25:54 +0800 (CST) Received: from dggema767-chm.china.huawei.com (10.1.198.209) by dggemv704-chm.china.huawei.com (10.3.19.47) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256) id 15.1.2176.2; Fri, 13 Aug 2021 09:29:52 +0800 Received: from [10.66.74.184] (10.66.74.184) by dggema767-chm.china.huawei.com (10.1.198.209) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2176.2; Fri, 13 Aug 2021 09:29:52 +0800 To: Christian Ehrhardt References: <20210810153941.749002-1-christian.ehrhardt@canonical.com> CC: dpdk stable From: Huisong Li Message-ID: <96f90148-6f00-4c2b-1337-683ac99d70ae@huawei.com> Date: Fri, 13 Aug 2021 09:29:47 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.8.0 MIME-Version: 1.0 In-Reply-To: <20210810153941.749002-1-christian.ehrhardt@canonical.com> Content-Type: text/plain; charset="gbk"; format=flowed Content-Transfer-Encoding: 8bit X-Originating-IP: [10.66.74.184] X-ClientProxiedBy: dggems706-chm.china.huawei.com (10.3.19.183) To dggema767-chm.china.huawei.com (10.1.198.209) X-CFilter-Loop: Reflected Subject: Re: [dpdk-stable] please help backporting some patches to stable release 19.11.10 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" Please ignore the below patch: c6ccd1e392 Huisong Li sched: rework configuration failure handling Thanks. ÔÚ 2021/8/10 23:39, 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 08/17/21. > > You can find the a temporary work-in-progress branch of the coming 19.11.10 > 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. split in two for mail restrictions :-/ > > --- > b3fa83945a Ajit Khaparde net/bnxt: fix ring allocation and free > 135e3a4046 Arek Kusztal crypto/qat: disable asymmetric crypto on GEN3 > 2fefa0942e Beilei Xing net/i40e: fix flow director input set conflict > 33d2ee0010 Beilei Xing net/iavf: fix scalar Rx > 976ddf2f5a Chengchang Tang net/hns3: fix residual MAC address entry > 2d91b28730 Cheng Jiang net/virtio: fix refill order in packed ring datapath > 699fa1d40e Chengwen Feng net/hns3: fix Arm SVE build with GCC 8.3 > 9b290a3a63 Chengwen Feng net/hns3: fix flow rule list in multi-process > 31c5af644b Christian Ehrhardt vfio: add stdbool include > e391a7b7f8 Dapeng Yu net/i40e: fix multi-process shared data > 03a91d7efb Dapeng Yu net/ice: fix default RSS key generation > e9b3d79b06 Dmitry Kozlyuk bus: clarify log for non-NUMA-aware devices > e8c90926bd Dmitry Kozlyuk doc: fix build on Windows with Meson 0.58 > 1c196da274 Feifei Wang net/mlx5: fix r/w lock usage in DMA unmap > 3e7008459d Ghalem Boudour net/ena: enable multi-segment in Tx offload flags > 494d6863c2 Gregory Etelson net/mlx5: fix representor interrupt handler > 9c30a6f3c9 Henry Nadeau doc: fix spelling > ee930d38ff Hongbo Zheng net/hns3: fix timing of clearing interrupt source > c6ccd1e392 Huisong Li sched: rework configuration failure handling > 4e8169eb0d Ivan Ilchenko net/virtio: fix Rx scatter offload > 8c98bf791c Jasvinder Singh doc: remove old deprecation notice for sched > 93d5bdb5e3 Kai Ji crypto/aesni_gcm: fix performance on some AVX512 CPUs > 70c7d4184c Kalesh AP net/bnxt: fix auto-negociation on Whitney+ > 8ac3cbba62 Kalesh AP net/bnxt: invoke device removal event on recovery failure > 46c451d905 Kalesh AP net/bnxt: remove unnecessary comment > 5ed30db87f Lance Richardson net/bnxt: fix missing barriers in completion handling > c6c90a33de Lance Richardson net/bnxt: fix ring and context memory allocation > 008feb839f Lance Richardson net/bnxt: fix Rx burst size constraint > fa06906a48 Lior Margalit net/mlx5: fix IPIP multi-tunnel validation > 3e455a97dc Lior Margalit net/mlx5: fix RSS expansion for GTP > 5e1db76dd8 Lior Margalit net/mlx5: fix RSS flow rule with L4 mismatch > 2f6c2adbe5 Michael Baum common/mlx5: fix memory region leak > b57e105381 Michal Krawczyk net/ena: trigger reset on Tx prepare failure > 6922655cad Naga Harish K S V eventdev: fix event port setup in Tx adapter > 4e30586dcd Nathan Skrzypczak net/memif: fix abstract socket address length > cd27047dbe Nick Connolly build: support drivers symlink on Windows > a46bd97f60 Olivier Matz net/tap: fix Rx checksum flags on IP options packets > 375474b4d9 Olivier Matz net/tap: fix Rx checksum flags on TCP packets > ca7204b921 Owen Hilyard tests/cmdline: fix memory leaks > 45f6a19f65 Qi Zhang net/ice: fix data path in secondary process > f8b3326f31 Qi Zhang net/ice: fix data path selection in secondary process > 4ea794318a Rebecca Troy test/crypto: fix autotest function parameters > d81cea5280 Satheesh Paul net/cnxk: fix default MCAM allocation size > 03c8f2fe11 Somnath Kotur net/bnxt: detect bad opaque in Rx completion > 219842b999 Somnath Kotur net/bnxt: workaround spurious zero stats in Thor > 128c22b998 Stephen Hemminger eal: fix argument in 32-bit safe BSF function > 920bdbf1bd Steve Yang net/i40e: fix raw packet flow director > 45633c460c Suanming Mou net/mlx5: workaround drop action with old kernel > b6b8a1ebd4 Viacheslav Ovsiienko app/testpmd: fix offloads for newly attached port > 0fd928bbba Viacheslav Ovsiienko common/mlx5: fix compatibility with OFED port query API > d0cf77e8c2 Viacheslav Ovsiienko common/mlx5: use new port query API if available > ec837ad0fc Viacheslav Ovsiienko net/mlx5: fix multi-segment inline for the first segments > 9f430dd751 Viacheslav Ovsiienko net/mlx5: fix RoCE LAG bond device probing > c150dff40d Viacheslav Ovsiienko net/mlx5: fix Rx queue timestamp format > 6b157f3bfa Viacheslav Ovsiienko net/mlx5: fix switchdev mode recognition > 706ba48665 Xiao Wang vhost: check header for legacy dequeue offload > 84f4764c22 Xiaoyu Min net/mlx5: fix MPLS RSS expansion > .