From: Thomas Monjalon <thomas@monjalon.net>
To: bruce.richardson@intel.com
Cc: dev@dpdk.org, ktraynor@redhat.com, ali.rizvi@emumba.com,
muhammad.ahamd@emumba.com, david.hunt@intel.com,
reshma.pattan@intel.com, konstantin.ananyev@intel.com,
ferruh.yigit@intel.com, jerinj@marvell.com,
honnappa.nagarahalli@arm.com, olivier.matz@6wind.com,
lijuan.tu@intel.com, ohilyard@iol.unh.edu,
mb@smartsharesystems.com, viacheslavo@nvidia.com,
stephen@networkplumber.org, anatoly.burakov@intel.com,
Felix Moessbauer <felix.moessbauer@siemens.com>
Subject: Re: [dpdk-dev] [PATCH 1/2] Fix build of apps with external dependencies
Date: Tue, 20 Oct 2020 16:12:58 +0200 [thread overview]
Message-ID: <8907870.d7ml1O1rqj@thomas> (raw)
In-Reply-To: <20200915083836.18805-2-felix.moessbauer@siemens.com>
15/09/2020 10:38, Felix Moessbauer:
> This fix initializes the dependency object with the external
> dependency list. Previously, the external dependencies were
> just ignored.
>
> Signed-off-by: Felix Moessbauer <felix.moessbauer@siemens.com>
> ---
> --- a/app/meson.build
> +++ b/app/meson.build
> if build
> - dep_objs = []
> + dep_objs = ext_deps
Bruce, do you confirm this is required?
next prev parent reply other threads:[~2020-10-20 14:13 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-03 15:18 [dpdk-dev] [RFC PATCH 0/1] Add l2reflect measurement application Felix Moessbauer
2020-07-03 15:18 ` [dpdk-dev] [RFC PATCH 1/1] " Felix Moessbauer
2020-07-07 14:11 ` [dpdk-dev] [PATCH v2 0/2] " Felix Moessbauer
2020-07-07 14:11 ` [dpdk-dev] [PATCH v2 1/2] Fix build of apps with external dependencies Felix Moessbauer
2020-07-07 14:11 ` [dpdk-dev] [PATCH v2 2/2] Add l2reflect measurement application Felix Moessbauer
2020-07-09 9:27 ` [dpdk-dev] [PATCH v3 0/2] " Felix Moessbauer
2020-07-09 9:27 ` [dpdk-dev] [PATCH v3 1/2] Fix build of apps with external dependencies Felix Moessbauer
2020-07-09 9:27 ` [dpdk-dev] [PATCH v3 2/2] Add l2reflect measurement application Felix Moessbauer
2020-07-15 15:54 ` [dpdk-dev] [PATCH v4 0/2] " Felix Moessbauer
2020-07-15 15:54 ` [dpdk-dev] [PATCH v4 1/2] Fix build of apps with external dependencies Felix Moessbauer
2020-07-15 15:54 ` [dpdk-dev] [PATCH v4 2/2] Add l2reflect measurement application Felix Moessbauer
2020-08-28 14:22 ` Henning Schild
2020-09-01 15:07 ` Thomas Monjalon
2020-09-02 7:56 ` Henning Schild
2020-09-02 8:30 ` Thomas Monjalon
2020-09-02 9:10 ` Henning Schild
2020-09-15 8:38 ` [dpdk-dev] [PATCH v5 0/2] " Felix Moessbauer
2020-09-15 8:38 ` [dpdk-dev] [PATCH 1/2] Fix build of apps with external dependencies Felix Moessbauer
2020-10-20 14:12 ` Thomas Monjalon [this message]
2020-10-20 14:32 ` Bruce Richardson
2020-09-15 8:38 ` [dpdk-dev] [PATCH 2/2] Add l2reflect measurement application Felix Moessbauer
2020-07-03 15:51 ` [dpdk-dev] [RFC PATCH 0/1] " Thomas Monjalon
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=8907870.d7ml1O1rqj@thomas \
--to=thomas@monjalon.net \
--cc=ali.rizvi@emumba.com \
--cc=anatoly.burakov@intel.com \
--cc=bruce.richardson@intel.com \
--cc=david.hunt@intel.com \
--cc=dev@dpdk.org \
--cc=felix.moessbauer@siemens.com \
--cc=ferruh.yigit@intel.com \
--cc=honnappa.nagarahalli@arm.com \
--cc=jerinj@marvell.com \
--cc=konstantin.ananyev@intel.com \
--cc=ktraynor@redhat.com \
--cc=lijuan.tu@intel.com \
--cc=mb@smartsharesystems.com \
--cc=muhammad.ahamd@emumba.com \
--cc=ohilyard@iol.unh.edu \
--cc=olivier.matz@6wind.com \
--cc=reshma.pattan@intel.com \
--cc=stephen@networkplumber.org \
--cc=viacheslavo@nvidia.com \
/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.