DPDK patches and discussions
 help / color / mirror / Atom feed
From: Martijn Bakker <gladdyu@gmail.com>
To: bruce.richardson@intel.com
Cc: dev@dpdk.org, Martijn Bakker <gladdyu@gmail.com>
Subject: [PATCH] add missing file to meson build for installation
Date: Mon, 31 Jan 2022 22:48:21 +0000	[thread overview]
Message-ID: <20220131224821.94408-1-gladdyu@gmail.com> (raw)

Signed-off-by: Martijn Bakker <gladdyu@gmail.com>
---
 lib/eal/include/meson.build | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/eal/include/meson.build b/lib/eal/include/meson.build
index 86468d1a2b..9700494816 100644
--- a/lib/eal/include/meson.build
+++ b/lib/eal/include/meson.build
@@ -60,6 +60,7 @@ generic_headers = files(
         'generic/rte_mcslock.h',
         'generic/rte_memcpy.h',
         'generic/rte_pause.h',
+        'generic/rte_pflock.h',
         'generic/rte_power_intrinsics.h',
         'generic/rte_prefetch.h',
         'generic/rte_rwlock.h',
-- 
2.25.1


             reply	other threads:[~2022-01-31 22:48 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-31 22:48 Martijn Bakker [this message]
2022-02-01  9:26 ` Bruce Richardson
2022-02-02 13:33   ` 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=20220131224821.94408-1-gladdyu@gmail.com \
    --to=gladdyu@gmail.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).