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 735D2A0524 for ; Fri, 5 Feb 2021 12:35:13 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 35E9840682; Fri, 5 Feb 2021 12:35:13 +0100 (CET) Received: from mail-wm1-f48.google.com (mail-wm1-f48.google.com [209.85.128.48]) by mails.dpdk.org (Postfix) with ESMTP id 35416188A26 for ; Fri, 5 Feb 2021 12:35:11 +0100 (CET) Received: by mail-wm1-f48.google.com with SMTP id m1so5654221wml.2 for ; Fri, 05 Feb 2021 03:35:11 -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=0aHP5j1sMkv64TD1CYC6Wk6tbYYeqAXrAFmR/YfbEcE=; b=vbd0kQmQbP7oYjNZq3rwbnYH7dl8Qmskk1RtjC8rF0kmjji/COFZV9xb4Jul7cct12 DSRdNGyNGzyk42kbRjXREnpcdr3hm4bvBwRm4i2Yi0GwrXqZRD8aec5OIfwgnRaoBJQ2 ZlggT9RyPONXZZhX7EkVyBmqZjZ1Ot3WzDLNH+JPJEbdng4HB0sYArI0zVrkr8iWKpvj 1NoZWoaQ7fIPf+/5R7hTWbKJST2Sw3yogYfG2DNYVQQawt9XfSAAi+decLrrS/JhMqLz qYTgCHbW6DBCOT0Mqv5o+vfO0OK3sNZGKMAJfyDUxmOzCtIaajxCT8XEeRtegr6KHGox YLSg== 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=0aHP5j1sMkv64TD1CYC6Wk6tbYYeqAXrAFmR/YfbEcE=; b=oWxq6XOJVDBp5ySiLa6UaNZK/jOxgSEc7RFtTLhOM5aMEnAQjfvJijwLEv9EiwRQ5P FAYHClKolgWLvGs5vEKjXnuRmFfztWzVh5zbU3epbPljcnYf1Wz0Izu4nOoH/GkBE0Dv Ez6VwgjyBOf5JshOrSdYbgrGOGKTan/iWQRB7DA1K404KiEBTuYhdjH1llp5FtFtpbPK cShMBlaTbKkp2QqmQFZ1vaehXXYNm4xjKfhmin508zM9TUglk+snX1DD+6iJuYxi1xKb dYu8squk+V8Fzf1YulSG/w0E7jCfp3+GrWTe0aODQWAgkQCn8D0l8P6g4StSjvb6yRYc t9fw== X-Gm-Message-State: AOAM531li9+dN7zjfKtSWjDIfhCnGZAc5vpeTt8IrqgpvWXqF1PWRd6B HGbayZzQ3H3sIi7A0yVMPzw= X-Google-Smtp-Source: ABdhPJzNMS72+r5Mv5WFK1zTb0o2+BMv2AxLYOv3SlbUqd5nHZCrs1GdHCIkG+9EssgiOPpmvrNmYw== X-Received: by 2002:a1c:7217:: with SMTP id n23mr3192217wmc.183.1612524910957; Fri, 05 Feb 2021 03:35:10 -0800 (PST) Received: from localhost ([88.98.246.218]) by smtp.gmail.com with ESMTPSA id o13sm5165848wmh.2.2021.02.05.03.35.10 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 05 Feb 2021 03:35:10 -0800 (PST) From: luca.boccassi@gmail.com To: Bruce Richardson Cc: David Marchand , dpdk stable Date: Fri, 5 Feb 2021 11:17:54 +0000 Message-Id: <20210205111920.1272063-188-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 'table: 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/b7afbabcfeb813edd3d8852b982ac63ab5596125 Thanks. Luca Boccassi --- >From b7afbabcfeb813edd3d8852b982ac63ab5596125 Mon Sep 17 00:00:00 2001 From: Bruce Richardson Date: Fri, 15 Jan 2021 11:10:43 +0000 Subject: [PATCH] table: fix missing header include [ upstream commit 3b4d434e531acafed757b80d14f4b5bb57d1d4aa ] The rte_lru_x86.h header, included from the main rte_lru.h header, uses the RTE_CC_IS_GNU macro from rte_common.h but fails to include that header file. Fixes: 0c9a5735a947 ("eal: fix compiler detection in public headers") Signed-off-by: Bruce Richardson Reviewed-by: David Marchand --- lib/librte_table/rte_lru_x86.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/librte_table/rte_lru_x86.h b/lib/librte_table/rte_lru_x86.h index 0e24906c2c..38476d956e 100644 --- a/lib/librte_table/rte_lru_x86.h +++ b/lib/librte_table/rte_lru_x86.h @@ -12,6 +12,7 @@ extern "C" { #include #include +#include #ifndef RTE_TABLE_HASH_LRU_STRATEGY #define RTE_TABLE_HASH_LRU_STRATEGY 2 -- 2.29.2 --- Diff of the applied patch vs upstream commit (please double-check if non-empty: --- --- - 2021-02-05 11:18:37.606496164 +0000 +++ 0188-table-fix-missing-header-include.patch 2021-02-05 11:18:29.142697509 +0000 @@ -1 +1 @@ -From 3b4d434e531acafed757b80d14f4b5bb57d1d4aa Mon Sep 17 00:00:00 2001 +From b7afbabcfeb813edd3d8852b982ac63ab5596125 Mon Sep 17 00:00:00 2001 @@ -5,0 +6,2 @@ +[ upstream commit 3b4d434e531acafed757b80d14f4b5bb57d1d4aa ] + @@ -11 +12,0 @@ -Cc: stable@dpdk.org