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 82CB4A055A for ; Thu, 27 Feb 2020 11:07:14 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 52FFA1C01; Thu, 27 Feb 2020 11:07:14 +0100 (CET) Received: from mail-wr1-f51.google.com (mail-wr1-f51.google.com [209.85.221.51]) by dpdk.org (Postfix) with ESMTP id 6B6D51C01 for ; Thu, 27 Feb 2020 11:07:13 +0100 (CET) Received: by mail-wr1-f51.google.com with SMTP id e8so2540879wrm.5 for ; Thu, 27 Feb 2020 02:07:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:subject:date:message-id:mime-version:reply-to :content-transfer-encoding; bh=jC3q4rNAO5jKVbr9U8NPURG4Ul9pdRpx2UMnxeiZbmo=; b=FCUqZtSi+PcNBukipppZStgZ/VN5up24qdxmE0pTmLBujU30wzPuMtWireWOY282im 2PmZT8575IUN6VTYk9/b5WSUJIriAo4SNz8L7qelL3qoMM3imOpAnY9ncPFOgFZKIQ57 FNwdEalt7qpl8y9mhHgZETFepnACE3qBb1C4G0F/mMaeWiUoeJWJF6AaC5NQZezNHsZh qG3wHNqe+4L3D8wNEP8bR/ps91DW4zJoV5igfP05pspCS3Yw/CmoHN6ZPt1beELn1/mh UHbDNHb35KNDgq9D1mPuFEDk777UGon+bMvHMmMTH6JY+XOpjwFnr/3LpcYJSvIIOtMW wUng== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:mime-version :reply-to:content-transfer-encoding; bh=jC3q4rNAO5jKVbr9U8NPURG4Ul9pdRpx2UMnxeiZbmo=; b=BnmM92DDaL0CYvzvopzi9y8dhpNAFp7RDH1pz51AbcX/xIbfnBb3uklvUhmaw73NhW g5rdsrvUWEiKuH3HMTe+F5EH2EhyzUTnYtxoECiuIVX/rrRIG0vI6k+yNlFbFSomADAc ANj8QWMgME2K0xqJUKwr9FFfnPKhqMfgKzgm8KeWT58r517/XHAc1F/E2MmqnOpkVNBu CaP2pipIcmskLUvBlDSxMX500l0nrM50xieoZMQbVQTCEs/0AM4lTTiPpi0nCa5vd6DT qvcWtyQ5QwwzTGaHxXojKiMAg7a8bPZveEcZ08i+xgckhdGBwIhVkr0vBmVijTPLvS8j q4Mg== X-Gm-Message-State: APjAAAUWOznMKm1OPjo2cVR4O8OICgKuYuzMSwiR6NwICtQL94mtw4c9 kjXpNynslmpxpPbrGGyOYZMb712tnJs= X-Google-Smtp-Source: APXvYqxoygVcIfG/PX1xCknScm8MGTRWrMVmFGHzaM8BZUEZiHIAtaDpKETQeZ6RVPyF+6l+96rPOA== X-Received: by 2002:adf:fa05:: with SMTP id m5mr4041548wrr.352.1582798032729; Thu, 27 Feb 2020 02:07:12 -0800 (PST) Received: from localhost ([88.98.246.218]) by smtp.gmail.com with ESMTPSA id n5sm7425300wrq.40.2020.02.27.02.07.11 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 27 Feb 2020 02:07:12 -0800 (PST) From: luca.boccassi@gmail.com To: dpdk stable Date: Thu, 27 Feb 2020 10:07:02 +0000 Message-Id: <20200227100702.685-1-luca.boccassi@gmail.com> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-stable] please help backporting some patches to stable release 19.11.1 X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: dpdk stable 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 March the 5th 2020. 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 --- 74f96ffdc1 Kalesh AP net/bnxt: fix return code handling in VLAN config 90c957ef3b Kalesh AP net/bnxt: remove a redundant variable 06387be8ea Matan Azrad net/mlx5: fix encap/decap validation bc42413bb9 Suanming Mou net/mlx5: fix layer flags missing in metadata 6e77151286 Suanming Mou net/mlx5: fix match information in meter 792e749e92 Suanming Mou net/mlx5: fix register usage in meter 50f576d657 Suanming Mou net/mlx5: fix VLAN actions in meter 0654d4a8ad Thomas Monjalon app/testpmd: fix hot-unplug detaching