guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/36: gnu: knot: Unambiguously enable XDP.


From: guix-commits
Subject: 09/36: gnu: knot: Unambiguously enable XDP.
Date: Mon, 4 Oct 2021 07:43:59 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 8e71f48c0c817b0ebdaebb8c82c7652e4415c732
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Oct 3 23:06:34 2021 +0200

    gnu: knot: Unambiguously enable XDP.
    
    * gnu/packages/dns.scm (knot)[arguments]: Replace "--enable-xdp=auto"
    with "--enable-xdp=yes" which now supports using the system libbpf.
---
 gnu/packages/dns.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm
index 9a1737f..27bc01f 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -849,7 +849,7 @@ Extensions} (DNSSEC).")
              "--disable-static"         ; static libraries are built by default
              "--enable-dnstap"          ; let tools read/write capture files
              "--enable-fastparser"      ; disabled by default when .git/ exists
-             "--enable-xdp=auto"        ; XXX [=yes] currently means =embedded
+             "--enable-xdp=yes"
              "--with-module-dnstap=yes") ; detailed query capturing & logging
        #:phases
        (modify-phases %standard-phases



reply via email to

[Prev in Thread] Current Thread [Next in Thread]