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 D6CDEA0527 for ; Wed, 25 Nov 2020 10:07:35 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 9EA55C93E; Wed, 25 Nov 2020 10:07:34 +0100 (CET) Received: from mail-wr1-f43.google.com (mail-wr1-f43.google.com [209.85.221.43]) by dpdk.org (Postfix) with ESMTP id 31E93C93E for ; Wed, 25 Nov 2020 10:07:34 +0100 (CET) Received: by mail-wr1-f43.google.com with SMTP id m6so1104750wrg.7 for ; Wed, 25 Nov 2020 01:07:34 -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=sYosB8t0W5eWQcGPIBxOQOY8f/kZVtcAhy+tj3+CGPI=; b=pKchnatHFep1IT/JLY0eKC75F8eXdYvMCUCvdjlR3jRt9hJju0fYXhxcBvtmx24wil +y7sapozNqD3qXhWApxNTykadOq8/s4ha4Il5dHqoMua3HngKUvzHtxDcdhVbWUJvh4I 4rWLlxi1uoAqes1vOUv2yAZQmbR1pFNYYdRzUVmIa9x1zWpDSZKJL8hT5z8s7OAnY+Vn TsdEBfq0YDoG1m5oluolTs3kRnfvTIV6WDOP+/Ig6eVOrxK9NM0ix7Gwz7CUVLdtqFmP 44Hj+uOPtskgb2k+cP+UTY/qvIXSDAHDnvaxfmZkyVQF5oyV3R0UAnvlDuZNQk/xnFJP 0qrQ== 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=sYosB8t0W5eWQcGPIBxOQOY8f/kZVtcAhy+tj3+CGPI=; b=nSK/09NwenUfSK8+mw0DgG6QuVAKjiBVih4bYRJ0P1LXr3sZlTMR8NaIqjTpXAfA8G YsR4Yrpa+zGYY8LXnqcHkrm21TNNWCOIEBX0cF5qLB65FAgSBZcwH9AeGRhBby/m9TFR eZSRjTUP7HTbjYWXURFDUCrEaSZu134FgTHs4Bfw5p0PV8+QYDLAyfiz9XUwnbKCvIyI GEDtgdQKytKjLdPw7tHPwx6GQbZ/v/pLYbfAMLtIhI9MwIfYce+XMcvlgCvCC1E6Qih/ EDKAGXy3ureHl4yLBC4KpMz2xZgNytStXmEaCAhfH3x56XMyb3U9jF5MMdU0LzfzG6ur vGcQ== X-Gm-Message-State: AOAM531Dgwsg9+66LUoBG6aMCKjDvcgMYerv4KD1s3pNiWh5/sy+6ifz 6g3c0QMYxb0fA5uYpWsp2fnNgZJZUwtn/w== X-Google-Smtp-Source: ABdhPJwn/H3GefHlUUwn4/chUaqzmoFZQS0H+e25IW3juzSPykRYbvvx+mkemiAfQP5+PJRBf2Insg== X-Received: by 2002:adf:f2c7:: with SMTP id d7mr2862002wrp.142.1606295252617; Wed, 25 Nov 2020 01:07:32 -0800 (PST) Received: from localhost ([88.98.246.218]) by smtp.gmail.com with ESMTPSA id q5sm3676005wrf.41.2020.11.25.01.07.31 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 25 Nov 2020 01:07:31 -0800 (PST) From: luca.boccassi@gmail.com To: dpdk stable Date: Wed, 25 Nov 2020 09:07:29 +0000 Message-Id: <20201125090730.22161-1-luca.boccassi@gmail.com> X-Mailer: git-send-email 2.27.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [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 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 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 November 30th. 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 --- 023b46db54 Harman Kalra common/octeontx2: fix mbox response by syncing data types 5ea8356ec8 Tonghao Zhang net/mlx5: check register available for metadata action