From: David Marchand <david.marchand@redhat.com>
To: dev@dpdk.org
Cc: Bruce Richardson <bruce.richardson@intel.com>
Subject: [PATCH v2 1/2] app/test: load drivers using build directory
Date: Fri, 29 Jul 2022 14:42:55 +0200 [thread overview]
Message-ID: <20220729124256.1384838-1-david.marchand@redhat.com> (raw)
In-Reply-To: <20220729095400.774303-1-david.marchand@redhat.com>
Since commit 49b536fc3060 ("eal: load only shared libs from driver ...),
we can specify a build directory to the -d option.
Suggested-by: Bruce Richardson <bruce.richardson@intel.com>
Signed-off-by: David Marchand <david.marchand@redhat.com>
---
app/test/meson.build | 4 +---
drivers/meson.build | 2 ++
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/app/test/meson.build b/app/test/meson.build
index 431c5bd318..861dd92ebd 100644
--- a/app/test/meson.build
+++ b/app/test/meson.build
@@ -492,9 +492,7 @@ foreach arg : fast_tests
if (get_option('default_library') == 'shared' and
arg[0] == 'event_eth_tx_adapter_autotest')
- foreach drv:dpdk_drivers
- test_args += ['-d', drv.full_path().split('.a')[0] + '.so']
- endforeach
+ test_args += ['-d', dpdk_drivers_build_dir]
endif
if is_linux
test_args += ['--file-prefix=@0@'.format(arg[0])]
diff --git a/drivers/meson.build b/drivers/meson.build
index b22c2adda7..376a64f4da 100644
--- a/drivers/meson.build
+++ b/drivers/meson.build
@@ -52,6 +52,8 @@ if cc.has_argument('-Wno-format-truncation')
default_cflags += '-Wno-format-truncation'
endif
+dpdk_drivers_build_dir = meson.current_build_dir()
+
foreach subpath:subdirs
drivers = []
std_deps = []
--
2.36.1
next prev parent reply other threads:[~2022-07-29 12:43 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-29 9:54 [PATCH] app/test: invoke all telemetry commands David Marchand
2022-07-29 10:20 ` Bruce Richardson
2022-07-29 11:13 ` David Marchand
2022-07-29 11:28 ` Bruce Richardson
2022-07-29 11:53 ` David Marchand
2022-07-29 13:27 ` Bruce Richardson
2022-07-29 13:42 ` David Marchand
2022-07-29 12:42 ` David Marchand [this message]
2022-07-29 12:42 ` [PATCH v2 2/2] " David Marchand
2022-07-29 18:04 ` Aaron Conole
2022-08-16 16:20 ` Power, Ciara
2022-08-26 9:42 ` David Marchand
2022-07-29 13:28 ` [PATCH v2 1/2] app/test: load drivers using build directory Bruce Richardson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220729124256.1384838-1-david.marchand@redhat.com \
--to=david.marchand@redhat.com \
--cc=bruce.richardson@intel.com \
--cc=dev@dpdk.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).