From: Thomas Monjalon <thomas@monjalon.net>
To: Bruce Richardson <bruce.richardson@intel.com>
Cc: dev@dpdk.org, David Marchand <david.marchand@redhat.com>
Subject: Re: [dpdk-dev] [PATCH] devtools/test-meson-builds: allow custom set of examples
Date: Thu, 12 Nov 2020 16:40:42 +0100 [thread overview]
Message-ID: <2586362.fpK9z5S3Nf@thomas> (raw)
In-Reply-To: <CAJFAV8w66thRqsJsnyY0WRbFNDXkSYRGd6yuZ1XFVUFQmWpaiQ@mail.gmail.com>
09/11/2020 11:01, David Marchand:
> On Tue, Oct 27, 2020 at 6:39 PM Bruce Richardson
> <bruce.richardson@intel.com> wrote:
> >
> > To test the installation process of DPDK using "ninja install"
> > test-meson-builds.sh builds a subset of the examples using "make". To allow
> > more flexibility for people testing, allow the set of examples chosen for
> > this make test to be overridden using variable "DPDK_BUILD_TEST_EXAMPLES"
> > in the environment.
> >
> > Since a number of example apps link against drivers directly even for
> > shared builds, we need to ensure that LD_LIBRARY_PATH points to the main
> > DPDK lib folder so any dependencies of those drivers can be found e.g. that
> > the PCI/vdev bus driver .so is found. [All drivers are symlinked from
> > drivers dir back to lib dir on install, so only one dir rather than two is
> > needed in the path.]
> >
> > Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
> > ---
>
> I had something similar in store for a while, happy to get a better fix.
> Acked-by: David Marchand <david.marchand@redhat.com>
The behaviour of pkg-config --define-prefix is kind of magic,
but that's unrelated to this patch or this script :)
Acked-by: Thomas Monjalon <thomas@monjalon.net>
Applied, thanks
next prev parent reply other threads:[~2020-11-12 15:40 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-27 17:38 [dpdk-dev] [PATCH] devtools/test-meson-builds: allow custom set of examples Bruce Richardson
2020-11-09 10:01 ` David Marchand
2020-11-12 15:40 ` Thomas Monjalon [this message]
2020-11-09 17:09 ` Thomas Monjalon
2020-11-09 18:02 ` Bruce Richardson
2020-11-09 19:26 ` Thomas Monjalon
2020-11-10 10:08 ` Bruce Richardson
2020-11-10 11:25 ` Thomas Monjalon
2020-11-10 11:34 ` Bruce Richardson
2020-11-10 13:04 ` Thomas Monjalon
2020-11-10 13:19 ` Bruce Richardson
2020-11-10 13:53 ` Thomas Monjalon
2020-11-10 14:19 ` Bruce Richardson
2020-11-10 14:36 ` Thomas Monjalon
2020-11-12 14:40 ` David Marchand
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=2586362.fpK9z5S3Nf@thomas \
--to=thomas@monjalon.net \
--cc=bruce.richardson@intel.com \
--cc=david.marchand@redhat.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.