DPDK patches and discussions
 help / color / mirror / Atom feed
From: Bruce Richardson <bruce.richardson@intel.com>
To: dev@dpdk.org
Cc: Bruce Richardson <bruce.richardson@intel.com>
Subject: [PATCH] build: make crypto libraries optional
Date: Fri, 25 Aug 2023 15:57:01 +0100	[thread overview]
Message-ID: <20230825145701.694047-1-bruce.richardson@intel.com> (raw)

Cryptodev and the libraries which depend on it can be made optional,
as they can be disabled without breaking the build.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
---
 lib/meson.build | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lib/meson.build b/lib/meson.build
index c1602e818a..099b0ed18a 100644
--- a/lib/meson.build
+++ b/lib/meson.build
@@ -80,6 +80,7 @@ optional_libs = [
         'bpf',
         'cfgfile',
         'compressdev',
+        'cryptodev',
         'distributor',
         'dmadev',
         'efd',
@@ -89,6 +90,7 @@ optional_libs = [
         'gro',
         'gso',
         'ip_frag',
+        'ipsec',
         'jobstats',
         'latencystats',
         'member',
@@ -105,6 +107,7 @@ optional_libs = [
         'regexdev',
         'reorder',
         'sched',
+        'security',
         'table',
         'vhost',
 ]
-- 
2.39.2


             reply	other threads:[~2023-08-25 14:57 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-25 14:57 Bruce Richardson [this message]
2023-08-25 16:24 ` Morten Brørup
2023-08-28  9:31 ` David Marchand
2023-08-29  8:04 ` 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=20230825145701.694047-1-bruce.richardson@intel.com \
    --to=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).