From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 67385A0524 for ; Fri, 5 Feb 2021 12:36:53 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 61D701889F7; Fri, 5 Feb 2021 12:36:53 +0100 (CET) Received: from mail-wr1-f43.google.com (mail-wr1-f43.google.com [209.85.221.43]) by mails.dpdk.org (Postfix) with ESMTP id 0A6F6188A3E for ; Fri, 5 Feb 2021 12:36:52 +0100 (CET) Received: by mail-wr1-f43.google.com with SMTP id d16so7268334wro.11 for ; Fri, 05 Feb 2021 03:36:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=xXwCW7mI8ENOPkXdYicEaDd0Jp4B94TsVqz2AOZempA=; b=vWRxuG71HqV0wj+ZEMt3uEVx0QTZEs5H0Q85IxZXbOb1kH1guG7j0fTRyunSE2VgYs zdfWAiJq8ygCD12GfbXv7rg93JJ6BIoCf/50DJmLBA5ivGv/1uMmvfhobSsDLeyxr1ho qQtINzXmss1bncTNVu7fPFrRJuNhDipIYBX65Dxb81hQ3hFtOBxTXFofOdt+6TzTXZeq T7ehg8iMesCURJlcbwPIxr7vjK/SKaMO5Yyh+yRI0MEu7HkQaWSc+0yAl4U7vl8UxP7o Io+ASkIGiIvKuaUM2XwjLwfcDZlO5NBD+VOUQJAYaxVYLd4+6/VY8g0wGSSyIvr7arHc Q5HQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=xXwCW7mI8ENOPkXdYicEaDd0Jp4B94TsVqz2AOZempA=; b=MrBgKwfOfNlZ61QoFtEyRC9up9U0ipNnrbq00Rz6bcgBB+EudTBh4IbQS9myMIsLfT tI0HKj+baTx6QjtduxCi1kQGJT8XYGFQbgwrQCItVZYPB66r2eidEM/jkZ+z2ruNDvlC xnz5rS4OwBDFoBLYoofEB15D3/PVKszPcWzEAx6o/7qup87AAB++s+vw54ZPGvN8eD/6 rObr7veoAKwhzcZ7djqq7/CHk1IIzBlGHqPZx15JD3Pmz1wAXGOK0sKTKodywoVGTWs5 cDUPj3+H9ujupTd8OEtUBRfSOvOEFI9GaPgWsIkWXILBWA3/Ja16k2FnRdGIuTihRKuv SD2Q== X-Gm-Message-State: AOAM530U0DfFFrlDxrFuTeNOcequbVB61kxhrM7MA13TSpFU6seWD3IP a+KinhdvCGOPUx56rlUuHAk= X-Google-Smtp-Source: ABdhPJzxFLOH70ez7XHSAUwVuAbn4xgtMtlIf8ksTCjGGoupXP8rTIUk+Kf38FmtSPGrzEgaa3C54Q== X-Received: by 2002:adf:a31d:: with SMTP id c29mr4578986wrb.306.1612525011792; Fri, 05 Feb 2021 03:36:51 -0800 (PST) Received: from localhost ([88.98.246.218]) by smtp.gmail.com with ESMTPSA id f14sm8588330wmc.32.2021.02.05.03.36.50 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 05 Feb 2021 03:36:50 -0800 (PST) From: luca.boccassi@gmail.com To: Bruce Richardson Cc: Honnappa Nagarahalli , dpdk stable Date: Fri, 5 Feb 2021 11:18:25 +0000 Message-Id: <20210205111920.1272063-219-luca.boccassi@gmail.com> X-Mailer: git-send-email 2.29.2 In-Reply-To: <20210205111920.1272063-1-luca.boccassi@gmail.com> References: <20210205111920.1272063-1-luca.boccassi@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-stable] patch 'eal: fix MCS lock header include' has been queued to stable release 20.11.1 X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.29 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, FYI, your patch has been queued to stable release 20.11.1 Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet. It will be pushed if I get no objections before 02/07/21. So please shout if anyone has objections. Also note that after the patch there's a diff of the upstream commit vs the patch applied to the branch. This will indicate if there was any rebasing needed to apply to the stable branch. If there were code changes for rebasing (ie: not only metadata diffs), please double check that the rebase was correctly done. Queued patches are on a temporary branch at: https://github.com/bluca/dpdk-stable This queued commit can be viewed at: https://github.com/bluca/dpdk-stable/commit/364e00637a558aa443d61893e0c4481ad085de57 Thanks. Luca Boccassi --- >From 364e00637a558aa443d61893e0c4481ad085de57 Mon Sep 17 00:00:00 2001 From: Bruce Richardson Date: Fri, 29 Jan 2021 16:48:15 +0000 Subject: [PATCH] eal: fix MCS lock header include [ upstream commit 3c2cca6a0da17c83716522084357731ab053172e ] Include 'rte_branch_prediction.h' to get the likely/unlikely macro definitions. Fixes: 2173f3333b61 ("mcslock: add MCS queued lock implementation") Signed-off-by: Bruce Richardson Reviewed-by: Honnappa Nagarahalli --- lib/librte_eal/include/generic/rte_mcslock.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/librte_eal/include/generic/rte_mcslock.h b/lib/librte_eal/include/generic/rte_mcslock.h index d370bef17a..9f323bd2a2 100644 --- a/lib/librte_eal/include/generic/rte_mcslock.h +++ b/lib/librte_eal/include/generic/rte_mcslock.h @@ -22,6 +22,7 @@ #include #include #include +#include /** * The rte_mcslock_t type. -- 2.29.2 --- Diff of the applied patch vs upstream commit (please double-check if non-empty: --- --- - 2021-02-05 11:18:38.852430564 +0000 +++ 0219-eal-fix-MCS-lock-header-include.patch 2021-02-05 11:18:29.174698119 +0000 @@ -1 +1 @@ -From 3c2cca6a0da17c83716522084357731ab053172e Mon Sep 17 00:00:00 2001 +From 364e00637a558aa443d61893e0c4481ad085de57 Mon Sep 17 00:00:00 2001 @@ -5,0 +6,2 @@ +[ upstream commit 3c2cca6a0da17c83716522084357731ab053172e ] + @@ -10 +11,0 @@ -Cc: stable@dpdk.org