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 A22FDA0524 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 92D11188A26; Fri, 5 Feb 2021 12:35:13 +0100 (CET) Received: from mail-wr1-f50.google.com (mail-wr1-f50.google.com [209.85.221.50]) by mails.dpdk.org (Postfix) with ESMTP id 692AA40682 for ; Fri, 5 Feb 2021 12:35:12 +0100 (CET) Received: by mail-wr1-f50.google.com with SMTP id b3so7313719wrj.5 for ; Fri, 05 Feb 2021 03:35:12 -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=f1x2p4rcxlqDP1om1XNE87OF95O10At8eP/uwsnpae0=; b=GNoa4dK/N+VkBy650D7qliVSDb05XrMLQ99lpbklyIb7r3Y76qxwNBchOO0rzM9M13 VvdE0nt5XfSMxT8ilOj0SlTADChjR965frx7qV/NN1M23eZV8sNoJJA55kPJTM7GqUx5 WLcu+caqubDQJUV6jkTjIRR3Wp3PMqsD1yUK19yAv6mtKQx7pyVuE0MP1xKrIXwyw4+1 vvBaH/J0iPxr4B6tUtN4eC7jpynO1UWITWfkTtFX1acFvHbkz5KLKBwcfMmKEFGs9U8Q WnbgoVWh/ZhhyjZjKyEOTMZh6nMdALdU12NM/n6JpVzz9uJgYL6lWNadV/6cmDfCKmeZ cOiQ== 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=f1x2p4rcxlqDP1om1XNE87OF95O10At8eP/uwsnpae0=; b=LzIyTkVN4V4ed1WUZ8NIbGha5kO+tn4gCO1gUIf9ZBFMWdei1GeBT0YyubBTsyuMCt e8+GiM/nkb3LtyHvZo3WQtZ1so1LYB4mEdyWW6jSqDPyLrHLARpLGk3SMXAJwHcNcawE hp9w8deUNyv7RskIbb7CJzJfZntH9RyS2vgzGdGaVBS6KAO3X2qOPhtNNx4X3V/CqMrC kGVE7R7cWxN+T6umnIUiD+B6eG9rC+DwGpJTtrFFqfkVktW6wP7rX5akqJiZ/4BeIHlE ti5nk59h7OAT2JAUVzpMYsXJz4MqthBpucPreXtWfaolxMuqMrrsUGygd7AunuUwURii oFwA== X-Gm-Message-State: AOAM530kdg8+6G7MkZwPZFJybemcKs1rjpSOl0KdaLAGphaG1wFH5v6p Cg8cSCPorC0Qt2FNbXWUYYM= X-Google-Smtp-Source: ABdhPJy2n2gpNv6spmJ1bmdNkV0ou6zA/13ZM/2oJ1+frQXgbDnO3mDLe1mG+LI+o1paf53hbrBcww== X-Received: by 2002:a5d:4988:: with SMTP id r8mr4612830wrq.26.1612524912231; Fri, 05 Feb 2021 03:35:12 -0800 (PST) Received: from localhost ([88.98.246.218]) by smtp.gmail.com with ESMTPSA id c11sm11579160wrs.28.2021.02.05.03.35.11 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 05 Feb 2021 03:35:11 -0800 (PST) From: luca.boccassi@gmail.com To: Bruce Richardson Cc: David Marchand , dpdk stable Date: Fri, 5 Feb 2021 11:17:55 +0000 Message-Id: <20210205111920.1272063-189-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 'pipeline: fix missing header includes' 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/1bc86cf411d7b6ce3edbae7307d94474c20d6160 Thanks. Luca Boccassi --- >From 1bc86cf411d7b6ce3edbae7307d94474c20d6160 Mon Sep 17 00:00:00 2001 From: Bruce Richardson Date: Fri, 15 Jan 2021 11:10:44 +0000 Subject: [PATCH] pipeline: fix missing header includes [ upstream commit cd93ec896191060310ec8761b3a10a5e02bc841c ] The stdio.h header needs to be included to get the definition of the FILE type. Fixes: b32c0a2c5e4c ("pipeline: add SWX table update high level API") Fixes: 3ca60ceed79a ("pipeline: add SWX pipeline specification file") Signed-off-by: Bruce Richardson Reviewed-by: David Marchand --- lib/librte_pipeline/rte_swx_ctl.h | 1 + lib/librte_pipeline/rte_swx_pipeline.h | 1 + 2 files changed, 2 insertions(+) diff --git a/lib/librte_pipeline/rte_swx_ctl.h b/lib/librte_pipeline/rte_swx_ctl.h index bab1894944..32815b69e2 100644 --- a/lib/librte_pipeline/rte_swx_ctl.h +++ b/lib/librte_pipeline/rte_swx_ctl.h @@ -15,6 +15,7 @@ extern "C" { #include #include +#include #include diff --git a/lib/librte_pipeline/rte_swx_pipeline.h b/lib/librte_pipeline/rte_swx_pipeline.h index d0a3439edf..f0a2cef777 100644 --- a/lib/librte_pipeline/rte_swx_pipeline.h +++ b/lib/librte_pipeline/rte_swx_pipeline.h @@ -15,6 +15,7 @@ extern "C" { #include #include +#include #include -- 2.29.2 --- Diff of the applied patch vs upstream commit (please double-check if non-empty: --- --- - 2021-02-05 11:18:37.643653760 +0000 +++ 0189-pipeline-fix-missing-header-includes.patch 2021-02-05 11:18:29.142697509 +0000 @@ -1 +1 @@ -From cd93ec896191060310ec8761b3a10a5e02bc841c Mon Sep 17 00:00:00 2001 +From 1bc86cf411d7b6ce3edbae7307d94474c20d6160 Mon Sep 17 00:00:00 2001 @@ -5,0 +6,2 @@ +[ upstream commit cd93ec896191060310ec8761b3a10a5e02bc841c ] + @@ -11 +12,0 @@ -Cc: stable@dpdk.org