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 3A7E0A0093 for ; Wed, 27 May 2020 18:10:34 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 8A51B1DA6F; Wed, 27 May 2020 18:10:33 +0200 (CEST) Received: from mail-wm1-f65.google.com (mail-wm1-f65.google.com [209.85.128.65]) by dpdk.org (Postfix) with ESMTP id 285191DA6F for ; Wed, 27 May 2020 18:10:32 +0200 (CEST) Received: by mail-wm1-f65.google.com with SMTP id k26so3171986wmi.4 for ; Wed, 27 May 2020 09:10:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=message-id:subject:from:to:date:user-agent:mime-version :content-transfer-encoding; bh=CiUhK6LoKWDjcorgE2O9GFfqc8oUfcOET53bs6Z7puQ=; b=izkt6cjSuyBUGvDOTbpBaw4Dh7egT/9eFa9HPHFxMkuWp5wT9wwteb3oMm3bmB5BUH S1SNzfOeGvwrj24hv1sKbtYYTaZQvih4oOoQDAZmzCJYM/zJ4EKCdsii9+EOHoCc4WzW 7/cUJAzBNyiQ2dBfVp7Aqy+t/t0ipLMKsuokNSAxKIPuVlj8tClSrlMA4yOVwLhfndK3 9+1Q3Nlm/EMU5CMtgNCWO/UCe14BfSyzFoFQS0UPYHyPRY7Ak2b0TZfr5Zic5E2ZlcRc yLrXHT05AGn0W8b1wYOKSyblSE549cH1F4702hwoqghny5KArLM3B0bQyjwJTUhVnk9O RuLQ== 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:user-agent :mime-version:content-transfer-encoding; bh=CiUhK6LoKWDjcorgE2O9GFfqc8oUfcOET53bs6Z7puQ=; b=MoZScr/wUM7rsg1r1PS3f/YmxIRDRlA5o0RkZxQzWkuTaWCJN7Q36o8G6SACSYXApP NQt2UttWGnlW9/juJAgsvuS54XSorNsE9ZE5wxn5SiUuaQEDxbVwogEs5V+Z/LVdlY7k y2x/g3ffZ/7D00hprK6Yz67aTmPlJ+Vz2mWhOMUnTntsXT0KhrJICTlePJ3uM4Uzbdbs yE0Lg/KcE7esqOsNMgtwaR+FfVJkq9F4BprjHyC7jbpAVA+WJ1ujsRrKHcJyFphfNAot S4F0WHnfALUyh6+/VxxGDfRvnHHI8TtoWE+5MSHulQReOCBkDEb9IsJw1STU4VtkxaRj ilXw== X-Gm-Message-State: AOAM530LO4SiusUyKeP8K0LjhIdteFq+qksDUbO5ZMw5uB899RFotVSQ 4aaeYEn6ZSGRWqsB2VOLUJYn1oM6pozGrA== X-Google-Smtp-Source: ABdhPJxpCU3ua6taVwPFa/4ZtFtEZ7sW6DrPugy36bTtcieyv4wcp4Hn0+FsToj27KgUDbWcSq2Rlw== X-Received: by 2002:a1c:117:: with SMTP id 23mr5258558wmb.90.1590595831437; Wed, 27 May 2020 09:10:31 -0700 (PDT) Received: from bluca-lenovo ([88.98.246.218]) by smtp.gmail.com with ESMTPSA id u3sm3533485wmg.38.2020.05.27.09.10.30 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 27 May 2020 09:10:30 -0700 (PDT) Message-ID: <0f72a373ea18930a93dfbfa8cb4579b7577727a8.camel@gmail.com> From: Luca Boccassi To: dpdk stable Date: Wed, 27 May 2020 17:10:29 +0100 Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.30.5-1.1 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [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 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 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 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