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 7E205A00BE for ; Thu, 28 May 2020 11:29:43 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 6B8C91DB41; Thu, 28 May 2020 11:29:43 +0200 (CEST) Received: from huawei.com (szxga06-in.huawei.com [45.249.212.32]) by dpdk.org (Postfix) with ESMTP id 5A20C1DB41 for ; Thu, 28 May 2020 11:29:41 +0200 (CEST) Received: from DGGEMS405-HUB.china.huawei.com (unknown [172.30.72.58]) by Forcepoint Email with ESMTP id A46AC80076BF008DF437; Thu, 28 May 2020 17:29:36 +0800 (CST) Received: from [10.69.31.206] (10.69.31.206) by DGGEMS405-HUB.china.huawei.com (10.3.19.205) with Microsoft SMTP Server id 14.3.487.0; Thu, 28 May 2020 17:29:29 +0800 To: dpdk stable References: <20200527101401.274945-1-luca.boccassi@gmail.com> CC: Ajit Khaparde , Akhil Goyal , Apeksha Gupta , "Bruce Richardson" , Chengchang Tang , Chengwen Feng , "Dan Nowlin" , David Christensen , David Marchand , Dekel Peled , Dmitry Kozlyuk , "Ferruh Yigit" , Huisong Li , "Igor Russkikh" , Kalesh AP , Kevin Traynor , Konstantin Ananyev , Lijun Ou , Matan Azrad , Michal Krawczyk , Michal Swiatkowski , Ori Kam , Pablo de Lara , "Paul M Stillwell Jr" , Qiming Yang , Qi Zhang , Rasesh Mody , Raslan Darawsheh , "Santoshkumar Karanappa Rastapur" , Somnath Kotur , Stephen Hemminger , Thomas Monjalon , Viacheslav Ovsiienko From: "Wei Hu (Xavier)" Message-ID: Date: Thu, 28 May 2020 17:29:29 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 In-Reply-To: <20200527101401.274945-1-luca.boccassi@gmail.com> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.69.31.206] X-CFilter-Loop: Reflected Subject: Re: [dpdk-stable] please help backporting some patches to stable release 19.11.3 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 On 2020/5/27 18:14, luca.boccassi@gmail.com wrote: > Hi commit authors (and maintainers), > > I didn't apply following commits from DPDK master 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 June the 3rd. > > > Some notes on stable backports: > > A backport should contain a reference to the DPDK master 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 > > --- > 96477b5dd5 Ajit Khaparde net/bnxt: fix allocation of COS queue info > 205b742952 Ajit Khaparde net/bnxt: fix allocation of LED config info > 986fa3ba83 Ajit Khaparde net/bnxt: fix allocation of link info struct > e8fe0e067b Ajit Khaparde net/bnxt: fix allocation of PF info struct > 29fdc5bf45 Apeksha Gupta test/crypto: fix statistics case > fb94f35948 Chengchang Tang net/hns3: fix adding multicast MAC address DPDK19.11 is the first version of the hns3 driver integrated into the DPDK. In this version, the features based on hns3 network engine are not complete, we prefer to recommend users to use the updated version. "fb94f35948 Chengchang Tang net/hns3: fix adding multicast MAC address" For the above patch, we think that it will have little effect if this patch does not merged into the 19.11.x version. > a4e6ea97a5 Dekel Peled common/mlx5: fix RSS key copy to TIR context > 1db72630da Dmitry Kozlyuk eal/windows: do not expose private facilities > 867b49d17a Ferruh Yigit ring: fix build for gcc O1 optimization > 48f9faddc6 Kalesh AP net/bnxt: fix MAC address setting when port is stopped > 10d6982008 Kalesh AP net/bnxt: fix recovery alarm race condition in port close > 920be799db Lijun Ou net/hns3: fix RSS indirection table configuration "920be799db Lijun Ou net/hns3: fix RSS indirection table configuration" This patch depends on the following patch: "a951c1ed3 net/hns3: support different numbers of Rx and Tx queues", but the patch was accepted in dpdk20.02.0, not merged in dpdk 19.11.x. Can you give some suggestions? Thanks. Regards Xavier > 5af61440dd Matan Azrad net/mlx5: fix flow counter container resize > 6e585db689 Michal Krawczyk net/ena/base: fix testing for supported hash function > f5bf02df31 Ori Kam eal/ppc: fix bool type after altivec include > dede694cd5 Pablo de Lara doc: add NASM installation steps > 0aa1ab2fb4 Qi Zhang net/ice/base: fix a couple of casting > a7b645debc Qi Zhang net/ice/base: fix DCF switch rule > a1f5c1c27c Qi Zhang net/ice/base: fix removing MAC rule > 3ccf61bc1e Qi Zhang net/ice/base: fix tunnel type match word handling > a60704d1ac Rasesh Mody net/qede: fix assignment of Rx/Tx handlers > 4448a202b6 Thomas Monjalon eal: remove useless makefiles > .