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 AEDEDA0032 for ; Fri, 18 Feb 2022 13:43:39 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A672041140; Fri, 18 Feb 2022 13:43:39 +0100 (CET) Received: from mail-wr1-f46.google.com (mail-wr1-f46.google.com [209.85.221.46]) by mails.dpdk.org (Postfix) with ESMTP id 6BBE040E2D for ; Fri, 18 Feb 2022 13:43:38 +0100 (CET) Received: by mail-wr1-f46.google.com with SMTP id p9so14352713wra.12 for ; Fri, 18 Feb 2022 04:43:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=PFF4yoooc5g3RwxesvBXIV3lvj+VAPuB4k+omqbzavI=; b=e0VaW+imxGa7krn3pYFdLD3u60rAbKBEANh4yopz4iPP4R/6wg+V+i4BEo4QpseiJd efIVz9IiPwnor7RsxvOMdtcKrShUt/jHMgxxs3ymLxSts6NDkQointVKkhZp1O+M8OQo s7/SsiGX9xbqDsq4/kFfIirThg1dTX58eY7XUZ7a3VP/roi+o+6K85NbQuXaR9L/oiqn CvM8u0xB4XsPc3jstK0bZ4u5FRKf+5hxo2qZDWUdcrBw8m0A2v8Uf28hdyL0JYxJ+sCO AMnhIemOK6IaVJAruCrLRiOMGxykalgLcDvKIioGNs0250vAezXNJkZAYAI9a5aJ0w1M 8hgw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=PFF4yoooc5g3RwxesvBXIV3lvj+VAPuB4k+omqbzavI=; b=cjzz19dP3KT7PcDe0Jsci2MnskVQOfLRJXL+sjqR8EUDQrUkykAMW5FUw+GKum85ul V4qnGcGpaB2/Gknqyl313soLK5FtudoOYMTj0MjSPmwQFG/QHN2FXj5n6HAMtUyZ4Z8+ OHZvp8bzmqVjwTzVk4SrcCZ8tlH/tC/ErpzFjYtzgC7wlmXJAQuTwceaMhff1og1Ajfc vYtPUNsTP+UjN0fNMQcHOLCAHh45qum0mNXoGUeNF9eq0kMZyL0tu929USKwK5+VPzDV fK500G7Y7IkOS0st8hPojdWzNxK5BYSdBik5Nsbg7F7xpgMHUvdOjIH0028f665cy40I 7Ayg== X-Gm-Message-State: AOAM5310Mc+k2tvM24efsXy+WPtIz/c23BQbpSQR2huduV2SYgeZko/5 R43g3QFzU0Em7HPyD4ot4QwhvmlelkjY5rWF X-Google-Smtp-Source: ABdhPJxasz4/fA0I44cERrwI+R6Bo9/u7TOkwTAovX3wbSwSQYPQwaiGVbUkYHPAV5wkuHwQYxjE7A== X-Received: by 2002:adf:f748:0:b0:1e4:a5c0:d783 with SMTP id z8-20020adff748000000b001e4a5c0d783mr5951053wrp.91.1645188218132; Fri, 18 Feb 2022 04:43:38 -0800 (PST) Received: from localhost ([2a01:4b00:f41a:3600:360b:9754:2e3a:c344]) by smtp.gmail.com with ESMTPSA id p32sm4669663wms.1.2022.02.18.04.43.37 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 18 Feb 2022 04:43:37 -0800 (PST) From: luca.boccassi@gmail.com To: Weiguo Li Cc: dpdk stable Subject: patch 'net/dpaa2: remove useless C++ include guard' has been queued to stable release 20.11.5 Date: Fri, 18 Feb 2022 12:38:49 +0000 Message-Id: <20220218123931.1749595-80-luca.boccassi@gmail.com> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220218123931.1749595-1-luca.boccassi@gmail.com> References: <20220218123931.1749595-1-luca.boccassi@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 Hi, FYI, your patch has been queued to stable release 20.11.5 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/20/22. 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/e9734a61dac50e163f66fb534c43891cc8834318 Thanks. Luca Boccassi --- >From e9734a61dac50e163f66fb534c43891cc8834318 Mon Sep 17 00:00:00 2001 From: Weiguo Li Date: Mon, 7 Feb 2022 20:36:59 +0800 Subject: [PATCH] net/dpaa2: remove useless C++ include guard [ upstream commit 9df62f8574c2ea139432e3fff010d756f0980c45 ] Remove the incomplete cplusplus guard in internal headers. Fixes: 72ec7a678e70 ("net/dpaa2: add soft parser driver") Signed-off-by: Weiguo Li --- drivers/net/dpaa2/dpaa2_sparser.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/drivers/net/dpaa2/dpaa2_sparser.h b/drivers/net/dpaa2/dpaa2_sparser.h index 365b8062a9..ed0897928b 100644 --- a/drivers/net/dpaa2/dpaa2_sparser.h +++ b/drivers/net/dpaa2/dpaa2_sparser.h @@ -13,10 +13,6 @@ #ifndef _DPAA2_SPARSER_H #define _DPAA2_SPARSER_H -#ifdef __cplusplus -extern "C" { -#endif - #define WRIOP_SS_INITIALIZER(priv) \ do { \ /* Base offset of parse profile memory in WRIOP */ \ -- 2.30.2 --- Diff of the applied patch vs upstream commit (please double-check if non-empty: --- --- - 2022-02-18 12:37:40.984857726 +0000 +++ 0080-net-dpaa2-remove-useless-C-include-guard.patch 2022-02-18 12:37:37.758793438 +0000 @@ -1 +1 @@ -From 9df62f8574c2ea139432e3fff010d756f0980c45 Mon Sep 17 00:00:00 2001 +From e9734a61dac50e163f66fb534c43891cc8834318 Mon Sep 17 00:00:00 2001 @@ -4,0 +5,2 @@ + +[ upstream commit 9df62f8574c2ea139432e3fff010d756f0980c45 ]