From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 9CF55A0553 for ; Mon, 17 Feb 2020 18:47:31 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 966CC1DAA0; Mon, 17 Feb 2020 18:47:31 +0100 (CET) Received: from mail-wr1-f68.google.com (mail-wr1-f68.google.com [209.85.221.68]) by dpdk.org (Postfix) with ESMTP id 2212A1DA12 for ; Mon, 17 Feb 2020 18:47:30 +0100 (CET) Received: by mail-wr1-f68.google.com with SMTP id w12so20794710wrt.2 for ; Mon, 17 Feb 2020 09:47:30 -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=VEmFRhLbyXjPEngdg8ADccma7CAfqxCYIrp2KBX8W+s=; b=qvqsqySMJSXMYkmvd4GuweCLE57G+jUA3dGhfv9GW5QBtowupjcfrUh3d9iRuECbyn 7OHkykEjS/xuWljqh8Y1R6nnlrxIfnVRZRZ2npLwkp+UxdOXsJoa5nn57WdOlAIUyynd Cm3LaxYIujUTn1j/+i6htZCFK8Ro1kIaNKF7TE0DC2o2KOyDwhK4//b1dbJZ6V15JT5l limk5eb/ZzAUWaKR76W078UZjQLdkIkM+x4Q+42KQqV9H4ysb+bKLawbprxjrw43GsqX 5VjWo4pcOSPnkUTK370elhwBE0b4MAG0XROxAOFEYmyhT8VGi/gPoBdaqD6caEfdGAOw w8Mw== 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=VEmFRhLbyXjPEngdg8ADccma7CAfqxCYIrp2KBX8W+s=; b=nYyOYO23JbcbEdO8rrRjrWv2hQYd2bZDDiUvM+7XJZ+iepl7bGpM8F5GJ6EHq7cldF aIWOxiXFr7O6ZQOM+Uo85te13tB8nCJHhWW3mnpEwlgVMGloZmW62PrOr2gvlHhcoZ3E /OhXCLxVkAbEQikoxGymqm1XoE0n+Ed2aKguku7BoHZ3YIul8Sk26FoNKysKMFyjieZk 5ruvmwwIEvyT+C6U9ZfG6Tdp7R/zJpndBJhzgDs/1s/VA1f35ToibCW2AGiAOZhT/Atc APkuKO2NehGJXRrx34ujyeDtm7ikylJSBfTc0MTMjmINYFDjud3+cZLJMOs0rqecYPwF kxEQ== X-Gm-Message-State: APjAAAV5MqnKLvJY6NLo2tEOvjwmbZy9UeiIvB+mUdnh80LGhSTveUk/ fZaBjgOuLhr4h+dpRv9risg= X-Google-Smtp-Source: APXvYqzEH44P0NtLSus7ie9gwuZtLy3XFoVMBhm0pxOts46HONCxESCGRi5MoautznD/9rBWPu/FGQ== X-Received: by 2002:adf:f401:: with SMTP id g1mr22891198wro.129.1581961649779; Mon, 17 Feb 2020 09:47:29 -0800 (PST) Received: from localhost (userh634.uk.uudial.com. [194.69.103.7]) by smtp.gmail.com with ESMTPSA id g21sm203368wmh.17.2020.02.17.09.47.29 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 17 Feb 2020 09:47:29 -0800 (PST) From: luca.boccassi@gmail.com To: Pavan Nikhilesh Cc: Jerin Jacob , dpdk stable Date: Mon, 17 Feb 2020 17:45:42 +0000 Message-Id: <20200217174546.25334-50-luca.boccassi@gmail.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20200217174546.25334-1-luca.boccassi@gmail.com> References: <20200211112216.3929-190-luca.boccassi@gmail.com> <20200217174546.25334-1-luca.boccassi@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-stable] patch 'app/eventdev: fix pipeline test with meson build' has been queued to stable release 19.11.1 X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 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 19.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/19/20. 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. Thanks. Luca Boccassi --- >From 7377fe6165d98eb21bbaeca7e918a8ed91d021bb Mon Sep 17 00:00:00 2001 From: Pavan Nikhilesh Date: Mon, 3 Feb 2020 10:22:59 +0530 Subject: [PATCH] app/eventdev: fix pipeline test with meson build [ upstream commit 0d4ba7496512b57e7e0c66d4041d1b339f132629 ] Add missing pipeline test to meson build. Fixes: 2ff67267b049 ("app/eventdev: build with meson") Signed-off-by: Pavan Nikhilesh Acked-by: Jerin Jacob --- app/test-eventdev/meson.build | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/test-eventdev/meson.build b/app/test-eventdev/meson.build index 7ff2b786cf..9e588d9ec7 100644 --- a/app/test-eventdev/meson.build +++ b/app/test-eventdev/meson.build @@ -10,5 +10,8 @@ sources = files('evt_main.c', 'test_order_queue.c', 'test_perf_common.c', 'test_perf_atq.c', - 'test_perf_queue.c') + 'test_perf_queue.c', + 'test_pipeline_common.c', + 'test_pipeline_atq.c', + 'test_pipeline_queue.c') deps += 'eventdev' -- 2.20.1 --- Diff of the applied patch vs upstream commit (please double-check if non-empty: --- --- - 2020-02-17 17:00:16.703244840 +0000 +++ 0050-app-eventdev-fix-pipeline-test-with-meson-build.patch 2020-02-17 17:00:15.379951475 +0000 @@ -1,12 +1,13 @@ -From 0d4ba7496512b57e7e0c66d4041d1b339f132629 Mon Sep 17 00:00:00 2001 +From 7377fe6165d98eb21bbaeca7e918a8ed91d021bb Mon Sep 17 00:00:00 2001 From: Pavan Nikhilesh Date: Mon, 3 Feb 2020 10:22:59 +0530 Subject: [PATCH] app/eventdev: fix pipeline test with meson build +[ upstream commit 0d4ba7496512b57e7e0c66d4041d1b339f132629 ] + Add missing pipeline test to meson build. Fixes: 2ff67267b049 ("app/eventdev: build with meson") -Cc: stable@dpdk.org Signed-off-by: Pavan Nikhilesh Acked-by: Jerin Jacob