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 E41E8A0093 for ; Thu, 28 May 2020 18:35:51 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A093C1DC25; Thu, 28 May 2020 18:35:51 +0200 (CEST) Received: from mail-wm1-f67.google.com (mail-wm1-f67.google.com [209.85.128.67]) by dpdk.org (Postfix) with ESMTP id 61E9B1DC25 for ; Thu, 28 May 2020 18:35:50 +0200 (CEST) Received: by mail-wm1-f67.google.com with SMTP id n5so4023424wmd.0 for ; Thu, 28 May 2020 09:35:50 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:subject:from:to:date:in-reply-to :references:content-transfer-encoding:user-agent:mime-version; bh=NFbxOPwSfi2XcJtXdekfZ1AGP3dHGP7zTRo/00hkJAE=; b=pGDfdQqwxPF8R+1bJrkNC6yjvddqDc07s3GYJC1tOoNO8ZLkd494sdGTEHROWBgIx3 vI0z5dlEuuI5Z9WHw5Odmv1r8slRE70ukimVA3NQ1qSHR1DTtZknz+yCg6EH0adsQfPU G91iMrKtdz2qqdLpNmFQddo61Yi3TeVG0S/jbpIa5A8Z8bjF+XyL9kzGtEcri0zt7ZW0 +2WUSXFSAmcbycMx9gq8TXPamMBEK1aePVW7AVjC7YCZflMTKT+6xati1oHV7eOSTr5v Giu4hxDMzo7jLI+ZLoGSmCTr4Lut2ys05xvT8PnLsWfQ3RfNJ9G8JruqVD96eDthk1+C 2QeQ== X-Gm-Message-State: AOAM533SIhlr5GcW9Ms5ELka807TMl8YsAkiS1Dt8CpydjFvXo70uNQq VbczI0hieGJjsQNVr59gkCc= X-Google-Smtp-Source: ABdhPJwOGSlDHP3ANSD0WWucgJgCSEFNTExwHHHrY01aJBNTHcOfn1F/d/Gi3BQGKx0db9rlA0AdAA== X-Received: by 2002:a7b:c622:: with SMTP id p2mr4200176wmk.55.1590683749095; Thu, 28 May 2020 09:35:49 -0700 (PDT) Received: from localhost ([88.98.246.218]) by smtp.gmail.com with ESMTPSA id d2sm5863440wrs.95.2020.05.28.09.35.48 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 28 May 2020 09:35:48 -0700 (PDT) Message-ID: From: Luca Boccassi To: "Wei Hu (Xavier)" , dpdk stable Date: Thu, 28 May 2020 17:35:47 +0100 In-Reply-To: References: <20200527101401.274945-1-luca.boccassi@gmail.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.30.5-1.1 MIME-Version: 1.0 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" On Thu, 2020-05-28 at 17:29 +0800, Wei Hu (Xavier) wrote: > Hi, Luca Boccassi >=20 > On 2020/5/27 18:14, luca.boccassi@gmail.com wrote: > > Hi commit authors (and maintainers), > >=20 > > I didn't apply following commits from DPDK master to 19.11 > > stable branch, as conflicts or build errors occur. > >=20 > > 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 > >=20 > > Please do either of the above by June the 3rd. > >=20 > >=20 > > Some notes on stable backports: > >=20 > > A backport should contain a reference to the DPDK master branch commit > > in it's commit message in the following fashion: > > [ upstream commit ] > >=20 > > For example: > > https://git.dpdk.org/dpdk-stable/commit/?h=3D18.11&id=3Dd90e6ae6f9= 36ecdc2fd3811ff9f26aec7f3c06eb > >=20 > > 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 > >=20 > > With git format-patch, this can be achieved by appending the parameter: > > --subject-prefix=3D'PATCH 19.11' > >=20 > > Send the backported patch to "stable@dpdk.org" but not "dev@dpdk.org". > >=20 > > FYI, branch 19.11 is located at tree: > > https://git.dpdk.org/dpdk-stable > >=20 > > Thanks. > >=20 > > Luca Boccassi > >=20 > > --- > > 96477b5dd5 Ajit Khaparde net/bnxt: fix allocation of COS queue info > > 205b742952 Ajit Khaparde net/bnxt: fix allocation of LED config inf= o > > 986fa3ba83 Ajit Khaparde net/bnxt: fix allocation of link info stru= ct > > 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 DPD= K. > In this version, the features based on hns3 network engine are not comple= te, > we prefer to recommend users to use the updated version. >=20 > "fb94f35948 Chengchang Tang net/hns3: fix adding multicast MAC address" > For the above patch, we think that it will have little effect if this pat= ch > does not merged into the 19.11.x version. > > a4e6ea97a5 Dekel Peled common/mlx5: fix RSS key copy to TIR conte= xt > > 1db72630da Dmitry Kozlyuk eal/windows: do not expose private facilit= ies > > 867b49d17a Ferruh Yigit ring: fix build for gcc O1 optimization > > 48f9faddc6 Kalesh AP net/bnxt: fix MAC address setting when por= t is stopped > > 10d6982008 Kalesh AP net/bnxt: fix recovery alarm race conditio= n in port close > > 920be799db Lijun Ou net/hns3: fix RSS indirection table config= uration > "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? a951c1ed3 does not apply cleanly either. If you'd like to have both in 19.11.3, please backport them both on top of dpdk-stable/19.11 and send them to stable@dpdk.org. If you don't think it's worth having them, that's fine too.