DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH] build: make crypto libraries optional
@ 2023-08-25 14:57 Bruce Richardson
  2023-08-25 16:24 ` Morten Brørup
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Bruce Richardson @ 2023-08-25 14:57 UTC (permalink / raw)
  To: dev; +Cc: Bruce Richardson

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


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

* RE: [PATCH] build: make crypto libraries optional
  2023-08-25 14:57 [PATCH] build: make crypto libraries optional Bruce Richardson
@ 2023-08-25 16:24 ` Morten Brørup
  2023-08-28  9:31 ` David Marchand
  2023-08-29  8:04 ` David Marchand
  2 siblings, 0 replies; 4+ messages in thread
From: Morten Brørup @ 2023-08-25 16:24 UTC (permalink / raw)
  To: Bruce Richardson, dev

> From: Bruce Richardson [mailto:bruce.richardson@intel.com]
> Sent: Friday, 25 August 2023 16.57
> 
> 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>
> ---

Thank you, Bruce. You know I like it! :-)

Acked-by: Morten Brørup <mb@smartsharesystems.com>


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

* Re: [PATCH] build: make crypto libraries optional
  2023-08-25 14:57 [PATCH] build: make crypto libraries optional Bruce Richardson
  2023-08-25 16:24 ` Morten Brørup
@ 2023-08-28  9:31 ` David Marchand
  2023-08-29  8:04 ` David Marchand
  2 siblings, 0 replies; 4+ messages in thread
From: David Marchand @ 2023-08-28  9:31 UTC (permalink / raw)
  To: Bruce Richardson; +Cc: dev

On Fri, Aug 25, 2023 at 5:10 PM Bruce Richardson
<bruce.richardson@intel.com> wrote:
>
> 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>

Acked-by: David Marchand <david.marchand@redhat.com>


-- 
David Marchand


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

* Re: [PATCH] build: make crypto libraries optional
  2023-08-25 14:57 [PATCH] build: make crypto libraries optional Bruce Richardson
  2023-08-25 16:24 ` Morten Brørup
  2023-08-28  9:31 ` David Marchand
@ 2023-08-29  8:04 ` David Marchand
  2 siblings, 0 replies; 4+ messages in thread
From: David Marchand @ 2023-08-29  8:04 UTC (permalink / raw)
  To: Bruce Richardson; +Cc: dev, Morten Brørup, David Marchand

On Fri, Aug 25, 2023 at 5:10 PM Bruce Richardson
<bruce.richardson@intel.com> wrote:
>
> 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>

Applied, thanks.


-- 
David Marchand


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

end of thread, other threads:[~2023-08-29  8:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-25 14:57 [PATCH] build: make crypto libraries optional Bruce Richardson
2023-08-25 16:24 ` Morten Brørup
2023-08-28  9:31 ` David Marchand
2023-08-29  8:04 ` 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).