emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#32601: closed ([PATCH] gnu: Add perftest.)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#32601: closed ([PATCH] gnu: Add perftest.)
Date: Sat, 01 Sep 2018 17:43:01 +0000

Your message dated Sat, 1 Sep 2018 13:42:16 -0400
with message-id <address@hidden>
and subject line Re: [bug#32601] [PATCH] gnu: Add perftest.
has caused the debbugs.gnu.org bug report #32601,
regarding [PATCH] gnu: Add perftest.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
32601: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=32601
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: Add perftest. Date: Fri, 31 Aug 2018 17:00:19 +0200
* gnu/packages/linux.scm (perftest): New variable.
---
 gnu/packages/linux.scm | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 63b3ece8e..f46877561 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -3622,6 +3622,39 @@ The following service daemons are also provided:
            license:cc0               ; most files in ccan/
            license:bsd-3))))         ; providers/hfi1verbs are dual GPL2/BSD-3
 
+(define-public perftest
+  (package
+    (name "perftest")
+    (version "4.2-0.8")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append 
"https://github.com/linux-rdma/perftest/releases/download/V";
+                           version
+                           "/perftest-"
+                           version
+                           ".g0e24e67.tar.gz"))
+       (sha256
+        (base32 "1r3pxn7cx3grb8myb4q1b0pk447pc06cifd0v7ym13xw00372dlx"))
+       (patches (search-patches 
"linux-perftest-fix-netinet-ip.h-includes.patch"))))
+    (build-system gnu-build-system)
+    (inputs `(("rdma-core" ,rdma-core)))
+    (home-page "https://github.com/linux-rdma/perftest/";)
+    (synopsis "Open Fabrics Enterprise Distribution (OFED) Performance Tests")
+    (description "This is a collection of tests written over uverbs intended 
for
+use as a performance micro-benchmark. The tests may be used for HW or SW tuning
+as well as for functional testing.
+
+The collection contains a set of bandwidth and latency benchmark such as:
address@hidden
address@hidden Send        - @code{ib_send_bw} and @code{ib_send_lat}
address@hidden RDMA Read   - @code{ib_read_bw} and @code{ib_read_lat}
address@hidden RDMA Write  - @code{ib_write_bw} and @code{ib_wriet_lat}
address@hidden RDMA Atomic - @code{ib_atomic_bw} and @code{ib_atomic_lat}
address@hidden Native Ethernet (when working with MOFED2) - 
@code{raw_ethernet_bw}, @code{raw_ethernet_lat}
address@hidden enumerate")
+    (license license:gpl2)))
+
 (define-public rng-tools
   (package
     (name "rng-tools")
-- 
2.14.4





--- End Message ---
--- Begin Message --- Subject: Re: [bug#32601] [PATCH] gnu: Add perftest. Date: Sat, 1 Sep 2018 13:42:16 -0400 User-agent: Mutt/1.10.1 (2018-07-13)
On Fri, Aug 31, 2018 at 05:24:42PM +0200, Manuel Graf wrote:
> * gnu/packages/linux.scm (perftest): New variable.

Thanks!

I replaced the patch file that fixed the header paths with a
"substitution" in the package definition itself and pushed as
d8b98ecf97d4764297d29ff6d78995f8dab4c3c2.

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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