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 C8DE3A09E4 for ; Fri, 5 Feb 2021 12:37:06 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C2D6F1889F7; Fri, 5 Feb 2021 12:37:06 +0100 (CET) Received: from mail-wm1-f53.google.com (mail-wm1-f53.google.com [209.85.128.53]) by mails.dpdk.org (Postfix) with ESMTP id 14E514067B for ; Fri, 5 Feb 2021 12:37:06 +0100 (CET) Received: by mail-wm1-f53.google.com with SMTP id t142so3589243wmt.1 for ; Fri, 05 Feb 2021 03:37:06 -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=nLKDTBm5vY35yt4Arign4FlLA+c056URTXW87llh/CI=; b=OLG0XahnlXlz1bUkkY+5QSZsqCmSjcfLqU6DqPRWnLfaUlXjVaeWcTHqYu7Co5v1OH g3TJtDFFaugps2ZhJcooZ0ruReV06FSPtVR4ldZnXiCUPq5iAiPX/SFhOzFo0yUVX1dZ V97dScT8T+260RewVKMqAdhYc3nUIXmyHzasq28TsyRe3eVWyfrqKccJiW5bj59LEJxI wa7U0VYlzBRxSeYZwgql3cR3mBjC7sRj66TWWtVfGZdOdPbLp4cKYwWMPXDkJKMLQVHq g1DR7i4/aPmv90epBVVoG95yTPYUHy26vOxRguUmZb/Pvg117zTqQtOE+jsYj2/SbhcD vY2w== 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=nLKDTBm5vY35yt4Arign4FlLA+c056URTXW87llh/CI=; b=jm46mbQ3abTKbEaOxodpQo89BUUaH2HGBEPjY1Y0hp1+1oODMK2aljWQIXOHEImmw+ iGHd1/4FyxFxHKJuhV8VJK45Lfp84DgZlU8cyxBZoYxE/wUG0+2HLcQMK7uJFCcknAev a9XV+PGyqhBAjBwahgoHWmaOKUiqeCeqVT8eH1KeYEsBVyayxrLjIUlqGL6DhKlk3eUG bi3LjF88rwd5BJQEVTEdHGkZNE3SwakAwGkcD65ZZ0UA88lcQ5ga9JwlY4DJwvs/7wF0 vVhwNgk+FxI/WefzFJim1OMtn1gGolXOkT4cMWNcqJisJHgLCVNJdXoQc1KbH2UeuKxs lnZg== X-Gm-Message-State: AOAM5333qaakTuRf0DpJgBFknfd9RlTd3IrXHNX2vYKEa59CDoB4sB+B /SCHnswjssMoQteq229GeQY= X-Google-Smtp-Source: ABdhPJw1LH+LQpMRJOBRrc1db/VJNVZojZuKpN3PreuX3ENG4yelXCaZlJ1aTTXRD0KHU5NN6RwkeQ== X-Received: by 2002:a05:600c:3506:: with SMTP id h6mr3264828wmq.21.1612525025816; Fri, 05 Feb 2021 03:37:05 -0800 (PST) Received: from localhost ([88.98.246.218]) by smtp.gmail.com with ESMTPSA id a24sm7617097wmj.23.2021.02.05.03.37.05 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 05 Feb 2021 03:37:05 -0800 (PST) From: luca.boccassi@gmail.com To: Bruce Richardson Cc: Vladimir Medvedkin , dpdk stable Date: Fri, 5 Feb 2021 11:18:28 +0000 Message-Id: <20210205111920.1272063-222-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 'rib: fix missing 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/f733bc6b001ffc763c0fbc38451a3190b90d048e Thanks. Luca Boccassi --- >From f733bc6b001ffc763c0fbc38451a3190b90d048e Mon Sep 17 00:00:00 2001 From: Bruce Richardson Date: Fri, 29 Jan 2021 16:48:18 +0000 Subject: [PATCH] rib: fix missing header include [ upstream commit 5d1a53130ab7570d96cf7edd0b48413d3bba1bfc ] The rte_rib6 header was using RTE_MIN macro from rte_common.h but not including the header file. Fixes: f7e861e21c46 ("rib: support IPv6") Signed-off-by: Bruce Richardson Acked-by: Vladimir Medvedkin --- lib/librte_rib/rte_rib6.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/librte_rib/rte_rib6.h b/lib/librte_rib/rte_rib6.h index b5e10569b9..dbd52928a2 100644 --- a/lib/librte_rib/rte_rib6.h +++ b/lib/librte_rib/rte_rib6.h @@ -20,6 +20,7 @@ #include #include +#include #ifdef __cplusplus extern "C" { -- 2.29.2 --- Diff of the applied patch vs upstream commit (please double-check if non-empty: --- --- - 2021-02-05 11:18:38.959741463 +0000 +++ 0222-rib-fix-missing-header-include.patch 2021-02-05 11:18:29.178698194 +0000 @@ -1 +1 @@ -From 5d1a53130ab7570d96cf7edd0b48413d3bba1bfc Mon Sep 17 00:00:00 2001 +From f733bc6b001ffc763c0fbc38451a3190b90d048e Mon Sep 17 00:00:00 2001 @@ -5,0 +6,2 @@ +[ upstream commit 5d1a53130ab7570d96cf7edd0b48413d3bba1bfc ] + @@ -10 +11,0 @@ -Cc: stable@dpdk.org