DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] bpf: use helper to install headers
@ 2020-10-22  7:50 David Marchand
  2020-10-22  8:21 ` Bruce Richardson
  0 siblings, 1 reply; 3+ messages in thread
From: David Marchand @ 2020-10-22  7:50 UTC (permalink / raw)
  To: dev; +Cc: bruce.richardson, Konstantin Ananyev

Libraries can use the headers variable to install headers.

Signed-off-by: David Marchand <david.marchand@redhat.com>
---
 lib/librte_bpf/meson.build | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lib/librte_bpf/meson.build b/lib/librte_bpf/meson.build
index 6070898cb6..48460e9505 100644
--- a/lib/librte_bpf/meson.build
+++ b/lib/librte_bpf/meson.build
@@ -13,9 +13,9 @@ elif dpdk_conf.has('RTE_ARCH_ARM64')
 	sources += files('bpf_jit_arm64.c')
 endif
 
-install_headers('bpf_def.h',
-			'rte_bpf.h',
-			'rte_bpf_ethdev.h')
+headers = files('bpf_def.h',
+		'rte_bpf.h',
+		'rte_bpf_ethdev.h')
 
 deps += ['mbuf', 'net', 'ethdev']
 
-- 
2.23.0


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

* Re: [dpdk-dev] [PATCH] bpf: use helper to install headers
  2020-10-22  7:50 [dpdk-dev] [PATCH] bpf: use helper to install headers David Marchand
@ 2020-10-22  8:21 ` Bruce Richardson
  2020-10-22 12:31   ` David Marchand
  0 siblings, 1 reply; 3+ messages in thread
From: Bruce Richardson @ 2020-10-22  8:21 UTC (permalink / raw)
  To: David Marchand; +Cc: dev, Konstantin Ananyev

On Thu, Oct 22, 2020 at 09:50:38AM +0200, David Marchand wrote:
> Libraries can use the headers variable to install headers.
> 
> Signed-off-by: David Marchand <david.marchand@redhat.com>
> ---
Acked-by: Bruce Richardson <bruce.richardson@intel.com>

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

* Re: [dpdk-dev] [PATCH] bpf: use helper to install headers
  2020-10-22  8:21 ` Bruce Richardson
@ 2020-10-22 12:31   ` David Marchand
  0 siblings, 0 replies; 3+ messages in thread
From: David Marchand @ 2020-10-22 12:31 UTC (permalink / raw)
  To: dev; +Cc: Konstantin Ananyev, Bruce Richardson

On Thu, Oct 22, 2020 at 10:21 AM Bruce Richardson
<bruce.richardson@intel.com> wrote:
>
> On Thu, Oct 22, 2020 at 09:50:38AM +0200, David Marchand wrote:
> > Libraries can use the headers variable to install headers.
> >
> > Signed-off-by: David Marchand <david.marchand@redhat.com>
> > ---
> Acked-by: Bruce Richardson <bruce.richardson@intel.com>

Applied.

-- 
David Marchand


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

end of thread, other threads:[~2020-10-22 12:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-22  7:50 [dpdk-dev] [PATCH] bpf: use helper to install headers David Marchand
2020-10-22  8:21 ` Bruce Richardson
2020-10-22 12:31   ` 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).