DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev]  [PATCH] app/eventdev: fix test pipeline meson build
@ 2020-02-03  4:52 pbhagavatula
  2020-02-15  7:51 ` Jerin Jacob
  0 siblings, 1 reply; 2+ messages in thread
From: pbhagavatula @ 2020-02-03  4:52 UTC (permalink / raw)
  To: Jerin Jacob; +Cc: dev, Pavan Nikhilesh

From: Pavan Nikhilesh <pbhagavatula@marvell.com>

Add missing pipeline test to meson build.

Fixes: 2ff67267b049 ("app/eventdev: build with meson")

Signed-off-by: Pavan Nikhilesh <pbhagavatula@marvell.com>
---
 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 7ff2b786c..9e588d9ec 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.17.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dpdk-dev] [PATCH] app/eventdev: fix test pipeline meson build
  2020-02-03  4:52 [dpdk-dev] [PATCH] app/eventdev: fix test pipeline meson build pbhagavatula
@ 2020-02-15  7:51 ` Jerin Jacob
  0 siblings, 0 replies; 2+ messages in thread
From: Jerin Jacob @ 2020-02-15  7:51 UTC (permalink / raw)
  To: Pavan Nikhilesh; +Cc: Jerin Jacob, dpdk-dev

On Mon, Feb 3, 2020 at 10:23 AM <pbhagavatula@marvell.com> wrote:
>
> From: Pavan Nikhilesh <pbhagavatula@marvell.com>
>
> Add missing pipeline test to meson build.
>
> Fixes: 2ff67267b049 ("app/eventdev: build with meson")
Cc: stable@dpdk.org

>
> Signed-off-by: Pavan Nikhilesh <pbhagavatula@marvell.com>
Acked-by: Jerin Jacob <jerinj@marvell.com>
Applied to dpdk-next-eventdev/master. Thanks.


> ---
>  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 7ff2b786c..9e588d9ec 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.17.1
>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-02-15  7:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-03  4:52 [dpdk-dev] [PATCH] app/eventdev: fix test pipeline meson build pbhagavatula
2020-02-15  7:51 ` Jerin Jacob

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).