DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] test: remove hack for private header inclusion
@ 2021-06-24 11:53 David Marchand
  2021-06-24 12:09 ` Bruce Richardson
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: David Marchand @ 2021-06-24 11:53 UTC (permalink / raw)
  To: dev; +Cc: bruce.richardson, Anatoly Burakov, Ciara Power

This hack was needed with the make build system.
With meson, any private header from a library is visible as long as a
dependency to this library is expressed.

Signed-off-by: David Marchand <david.marchand@redhat.com>
---
 app/test/test_eal_fs.c         | 3 +--
 app/test/test_memzone.c        | 3 ++-
 app/test/test_telemetry_json.c | 3 ++-
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/app/test/test_eal_fs.c b/app/test/test_eal_fs.c
index bb93b82a43..39ac6961b3 100644
--- a/app/test/test_eal_fs.c
+++ b/app/test/test_eal_fs.c
@@ -8,8 +8,7 @@
 #include <string.h>
 #include <errno.h>
 
-/* eal_filesystem.h is not a public header file, so use relative path */
-#include "../../lib/eal/common/eal_filesystem.h"
+#include "eal_filesystem.h"
 
 static int
 test_parse_sysfs_value(void)
diff --git a/app/test/test_memzone.c b/app/test/test_memzone.c
index 03a9d1d3bb..27b8b52fcd 100644
--- a/app/test/test_memzone.c
+++ b/app/test/test_memzone.c
@@ -18,7 +18,8 @@
 #include <rte_string_fns.h>
 #include <rte_errno.h>
 #include <rte_malloc.h>
-#include "../../lib/eal/common/malloc_elem.h"
+
+#include "malloc_elem.h"
 
 #include "test.h"
 
diff --git a/app/test/test_telemetry_json.c b/app/test/test_telemetry_json.c
index 3171ab12ec..790181d316 100644
--- a/app/test/test_telemetry_json.c
+++ b/app/test/test_telemetry_json.c
@@ -4,7 +4,8 @@
 
 #include <string.h>
 
-#include "../../lib/telemetry/telemetry_json.h"
+#include "telemetry_json.h"
+
 #include "test.h"
 
 static int
-- 
2.23.0


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

* Re: [dpdk-dev] [PATCH] test: remove hack for private header inclusion
  2021-06-24 11:53 [dpdk-dev] [PATCH] test: remove hack for private header inclusion David Marchand
@ 2021-06-24 12:09 ` Bruce Richardson
  2021-06-24 16:07 ` Tyler Retzlaff
  2021-07-06 14:41 ` David Marchand
  2 siblings, 0 replies; 4+ messages in thread
From: Bruce Richardson @ 2021-06-24 12:09 UTC (permalink / raw)
  To: David Marchand; +Cc: dev, Anatoly Burakov, Ciara Power

On Thu, Jun 24, 2021 at 01:53:19PM +0200, David Marchand wrote:
> This hack was needed with the make build system.
> With meson, any private header from a library is visible as long as a
> dependency to this library is expressed.
> 
> Signed-off-by: David Marchand <david.marchand@redhat.com>
> ---
Acked-by: Bruce Richardson <bruce.richardson@intel.com>

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

* Re: [dpdk-dev] [PATCH] test: remove hack for private header inclusion
  2021-06-24 11:53 [dpdk-dev] [PATCH] test: remove hack for private header inclusion David Marchand
  2021-06-24 12:09 ` Bruce Richardson
@ 2021-06-24 16:07 ` Tyler Retzlaff
  2021-07-06 14:41 ` David Marchand
  2 siblings, 0 replies; 4+ messages in thread
From: Tyler Retzlaff @ 2021-06-24 16:07 UTC (permalink / raw)
  To: David Marchand; +Cc: dev, bruce.richardson, Anatoly Burakov, Ciara Power

On Thu, Jun 24, 2021 at 01:53:19PM +0200, David Marchand wrote:
> This hack was needed with the make build system.
> With meson, any private header from a library is visible as long as a
> dependency to this library is expressed.
> 
> Signed-off-by: David Marchand <david.marchand@redhat.com>
> ---

Acked-by: Tyler Retzlaff <roretzla@linux.microsoft.com>


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

* Re: [dpdk-dev] [PATCH] test: remove hack for private header inclusion
  2021-06-24 11:53 [dpdk-dev] [PATCH] test: remove hack for private header inclusion David Marchand
  2021-06-24 12:09 ` Bruce Richardson
  2021-06-24 16:07 ` Tyler Retzlaff
@ 2021-07-06 14:41 ` David Marchand
  2 siblings, 0 replies; 4+ messages in thread
From: David Marchand @ 2021-07-06 14:41 UTC (permalink / raw)
  To: dev; +Cc: Bruce Richardson, Anatoly Burakov, Ciara Power

On Thu, Jun 24, 2021 at 1:53 PM David Marchand
<david.marchand@redhat.com> wrote:
>
> This hack was needed with the make build system.
> With meson, any private header from a library is visible as long as a
> dependency to this library is expressed.
>
> Signed-off-by: David Marchand <david.marchand@redhat.com>

Acked-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Tyler Retzlaff <roretzla@linux.microsoft.com>

Applied.

-- 
David Marchand


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

end of thread, other threads:[~2021-07-06 14:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-24 11:53 [dpdk-dev] [PATCH] test: remove hack for private header inclusion David Marchand
2021-06-24 12:09 ` Bruce Richardson
2021-06-24 16:07 ` Tyler Retzlaff
2021-07-06 14:41 ` David Marchand

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).