FreeBSD Bugzilla – Attachment 193817 Details for
Bug 228591
[New port] benchmarks/perftest Collection of tests for RDMA micro-benchmark
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
diff file for adding perftest
introduce_perftet_port.diff (text/plain), 3.77 KB, created by
Slava Shwartsman
on 2018-05-29 15:07:13 UTC
(
hide
)
Description:
diff file for adding perftest
Filename:
MIME Type:
Creator:
Slava Shwartsman
Created:
2018-05-29 15:07:13 UTC
Size:
3.77 KB
patch
obsolete
>Index: benchmarks/perftest/Makefile >=================================================================== >--- benchmarks/perftest/Makefile (nonexistent) >+++ benchmarks/perftest/Makefile (working copy) >@@ -0,0 +1,26 @@ >+# Created by: Slava Shwartsman <slavash@FreeBSD.org> >+# $FreeBSD$ >+ >+PORTNAME= perftest >+DISTVERSION= 4.2-0.7 >+CATEGORIES= benchmarks >+ >+MAINTAINER= slavash@FreeBSD.org >+COMMENT= Collection of tests for RDMA micro-benchmark >+ >+LICENSE= LGPL21 BSD2CLAUSE >+LICENSE_COMB= dual >+ >+.if !exists(/usr/lib/libibverbs.so) >+IGNORE= missing OFED user space >+.endif >+ >+USES= autoreconf >+ >+USE_GITHUB= yes >+GH_ACCOUNT= linux-rdma >+GH_TAGNAME= V4.2-0.7 >+ >+GNU_CONFIGURE=yes >+ >+.include <bsd.port.mk> > >Property changes on: benchmarks/perftest/Makefile >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: benchmarks/perftest/distinfo >=================================================================== >--- benchmarks/perftest/distinfo (nonexistent) >+++ benchmarks/perftest/distinfo (working copy) >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1526476189 >+SHA256 (linux-rdma-perftest-4.2-0.7-V4.2-0.7_GH0.tar.gz) = c376e7232508fad50f34845a364a23400bd542140388702ba28748cc4496bce5 >+SIZE (linux-rdma-perftest-4.2-0.7-V4.2-0.7_GH0.tar.gz) = 139384 > >Property changes on: benchmarks/perftest/distinfo >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: benchmarks/perftest/pkg-descr >=================================================================== >--- benchmarks/perftest/pkg-descr (nonexistent) >+++ benchmarks/perftest/pkg-descr (working copy) >@@ -0,0 +1,14 @@ >+s 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: >+ >+ * Send - ib_send_bw and ib_send_lat >+ * RDMA Read - ib_read_bw and ib_read_lat >+ * RDMA Write - ib_write_bw and ib_wriet_lat >+ * RDMA Atomic - ib_atomic_bw and ib_atomic_lat >+ * Native Ethernet (when working with MOFED2) - >+ raw_ethernet_bw, raw_ethernet_lat >+ >+WWW: https://github.com/linux-rdma/perftest/ > >Property changes on: benchmarks/perftest/pkg-descr >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: benchmarks/perftest/pkg-plist >=================================================================== >--- benchmarks/perftest/pkg-plist (nonexistent) >+++ benchmarks/perftest/pkg-plist (working copy) >@@ -0,0 +1,14 @@ >+bin/ib_send_bw >+bin/ib_send_lat >+bin/ib_write_lat >+bin/ib_write_bw >+bin/ib_read_lat >+bin/ib_read_bw >+bin/ib_atomic_lat >+bin/ib_atomic_bw >+bin/raw_ethernet_bw >+bin/raw_ethernet_lat >+bin/raw_ethernet_burst_lat >+bin/raw_ethernet_fs_rate >+bin/run_perftest_loopback >+bin/run_perftest_multi_devices > >Property changes on: benchmarks/perftest/pkg-plist >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 228591
: 193817