From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 087ACA04E7 for ; Wed, 4 Nov 2020 09:42:37 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id CE371C822; Wed, 4 Nov 2020 09:42:36 +0100 (CET) Received: from szxga01-in.huawei.com (szxga01-in.huawei.com [45.249.212.187]) by dpdk.org (Postfix) with ESMTP id 9DACEC822 for ; Wed, 4 Nov 2020 09:42:34 +0100 (CET) Received: from nkgeml709-chm.china.huawei.com (unknown [172.30.72.56]) by szxga01-in.huawei.com (SkyGuard) with ESMTP id 4CR0Wz4cxRzVks7 for ; Wed, 4 Nov 2020 16:42:23 +0800 (CST) Received: from [10.174.61.166] (10.174.61.166) by nkgeml709-chm.china.huawei.com (10.98.57.40) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1913.5; Wed, 4 Nov 2020 16:42:30 +0800 To: dpdk stable , , , , References: <20201102194256.1910550-1-luca.boccassi@gmail.com> From: "Wangxiaoyun (Cloud)" Message-ID: Date: Wed, 4 Nov 2020 16:42:30 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.1.1 MIME-Version: 1.0 In-Reply-To: <20201102194256.1910550-1-luca.boccassi@gmail.com> Content-Type: text/plain; charset="gbk"; format=flowed Content-Transfer-Encoding: 8bit X-Originating-IP: [10.174.61.166] X-ClientProxiedBy: nkgeml704-chm.china.huawei.com (10.98.57.158) To nkgeml709-chm.china.huawei.com (10.98.57.40) X-CFilter-Loop: Reflected Subject: Re: [dpdk-stable] please help backporting some patches to stable release 19.11.6 X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 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 Luca Boccassi, For 0c87a15f5f patch, I have backported the patch to dpdk-stable, For 19cc028345 patch, which should not be backported. Thanks. ÔÚ 2020/11/3 3:42, luca.boccassi@gmail.com дµÀ: > Hi commit authors (and maintainers), > > 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 2020/11/04. > > > 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. > > Luca Boccassi > > --- > 0134a5c7b4 Chengchang Tang net/hns3: fix crash when Tx multiple buffer packets > ce8628c66a Harman Kalra net/octeontx2: fix jumbo frame crash > 9f6dc8592d Huisong Li ethdev: fix data type in TC queues > 99ad2abc02 Kalesh AP net/bnxt: fix speed setting on certain adapters > c4ae7adafa Kalesh AP net/bnxt: fix UDP tunnel port removal > 8410c369b4 Marvin Liu net/virtio: fix indirect desc length > b473061b0e Marvin Liu net/virtio: fix indirect descriptors in packed datapaths > 93fa67fb11 Michael Baum net/mlx5: fix Rx hash queue creation error flow > c902e264f6 Michael Baum net/mlx5: fix types differentiation in Rx queue create > 227f283599 Pavan Nikhilesh event/octeontx: validate events requested against available > 059a231080 Phil Yang app/testpmd: enable burst stats for noisy VNF mode > 6b78a62995 Rahul Lakkireddy net/cxgbe: fix queue DMA ring leaks during port close > 0f9ac2afa6 Sarosh Arif common/octeontx2: fix memory mapping API usage > 26cf65b23d Shougang Wang net/ice: fix firmware version output > ef10add374 Venkat Duvvuru net/bnxt: fix PF support in SR-IOV mode > 0c87a15f5f Xiaoyun Wang net/hinic: fix filters on memory allocation failure > 19cc028345 Xiaoyun Wang net/hinic: fix TCAM filter set > c21e5facf7 Xueming Li net/mlx5: use bond index for netdev operations > 9fb9a94caf Yunjian Wang net/bnxt: fix memory leak when freeing VF info > . >