* [dpdk-dev] [PATCH] regex/octeontx2: remove unused include directory
@ 2021-05-03 14:45 Thomas Monjalon
2021-05-03 15:43 ` [dpdk-dev] [EXT] " Guy Kaneti
0 siblings, 1 reply; 3+ messages in thread
From: Thomas Monjalon @ 2021-05-03 14:45 UTC (permalink / raw)
To: dev; +Cc: stable, Guy Kaneti
The variable inc_dir is not defined in this file.
Fixes: 4cd1c5fd9ed4 ("regex/octeontx2: introduce REE driver")
Cc: stable@dpdk.org
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
---
drivers/regex/octeontx2/meson.build | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/regex/octeontx2/meson.build b/drivers/regex/octeontx2/meson.build
index 4930ce00f4..3f81add5bf 100644
--- a/drivers/regex/octeontx2/meson.build
+++ b/drivers/regex/octeontx2/meson.build
@@ -12,7 +12,6 @@ lib = cc.find_library('librxp_compiler', required: false)
if lib.found()
ext_deps += lib
ext_deps += cc.find_library('libstdc++', required: true)
- includes += include_directories(inc_dir)
cflags += ['-DREE_COMPILER_SDK']
endif
--
2.31.1
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-dev] [EXT] [PATCH] regex/octeontx2: remove unused include directory
2021-05-03 14:45 [dpdk-dev] [PATCH] regex/octeontx2: remove unused include directory Thomas Monjalon
@ 2021-05-03 15:43 ` Guy Kaneti
2021-05-05 20:16 ` Thomas Monjalon
0 siblings, 1 reply; 3+ messages in thread
From: Guy Kaneti @ 2021-05-03 15:43 UTC (permalink / raw)
To: Thomas Monjalon, dev; +Cc: stable
> -----Original Message-----
> From: Thomas Monjalon <thomas@monjalon.net>
> Sent: Monday, May 3, 2021 5:46 PM
> To: dev@dpdk.org
> Cc: stable@dpdk.org; Guy Kaneti <guyk@marvell.com>
> Subject: [EXT] [PATCH] regex/octeontx2: remove unused include directory
>
> External Email
>
> ----------------------------------------------------------------------
> The variable inc_dir is not defined in this file.
>
> Fixes: 4cd1c5fd9ed4 ("regex/octeontx2: introduce REE driver")
> Cc: stable@dpdk.org
>
> Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
> ---
> drivers/regex/octeontx2/meson.build | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/regex/octeontx2/meson.build
> b/drivers/regex/octeontx2/meson.build
> index 4930ce00f4..3f81add5bf 100644
> --- a/drivers/regex/octeontx2/meson.build
> +++ b/drivers/regex/octeontx2/meson.build
> @@ -12,7 +12,6 @@ lib = cc.find_library('librxp_compiler', required: false) if
> lib.found()
> ext_deps += lib
> ext_deps += cc.find_library('libstdc++', required: true)
> - includes += include_directories(inc_dir)
> cflags += ['-DREE_COMPILER_SDK']
> endif
>
Acked-by: Guy Kaneti <guyk@marvell.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-dev] [EXT] [PATCH] regex/octeontx2: remove unused include directory
2021-05-03 15:43 ` [dpdk-dev] [EXT] " Guy Kaneti
@ 2021-05-05 20:16 ` Thomas Monjalon
0 siblings, 0 replies; 3+ messages in thread
From: Thomas Monjalon @ 2021-05-05 20:16 UTC (permalink / raw)
To: dev; +Cc: stable, Guy Kaneti
> > The variable inc_dir is not defined in this file.
> >
> > Fixes: 4cd1c5fd9ed4 ("regex/octeontx2: introduce REE driver")
> > Cc: stable@dpdk.org
> >
> > Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
>
> Acked-by: Guy Kaneti <guyk@marvell.com>
Applied
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-05-05 20:16 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-03 14:45 [dpdk-dev] [PATCH] regex/octeontx2: remove unused include directory Thomas Monjalon
2021-05-03 15:43 ` [dpdk-dev] [EXT] " Guy Kaneti
2021-05-05 20:16 ` Thomas Monjalon
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).