View | Details | Raw Unified | Return to bug 228591
Collapse All | Expand All

(-)benchmarks/perftest/Makefile (+26 lines)
Line 0 Link Here
1
# Created by: Slava Shwartsman <slavash@FreeBSD.org>
2
# $FreeBSD$
3
4
PORTNAME=	perftest
5
DISTVERSION=	4.2-0.7
6
CATEGORIES=	benchmarks
7
8
MAINTAINER=	slavash@FreeBSD.org
9
COMMENT=	Collection of tests for RDMA micro-benchmark
10
11
LICENSE=	LGPL21 BSD2CLAUSE
12
LICENSE_COMB=	dual
13
14
.if !exists(/usr/lib/libibverbs.so)
15
IGNORE=		missing OFED user space
16
.endif
17
18
USES=		autoreconf
19
20
USE_GITHUB=	yes
21
GH_ACCOUNT=	linux-rdma
22
GH_TAGNAME=	V4.2-0.7
23
24
GNU_CONFIGURE=yes
25
26
.include <bsd.port.mk>
(-)benchmarks/perftest/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1526476189
2
SHA256 (linux-rdma-perftest-4.2-0.7-V4.2-0.7_GH0.tar.gz) = c376e7232508fad50f34845a364a23400bd542140388702ba28748cc4496bce5
3
SIZE (linux-rdma-perftest-4.2-0.7-V4.2-0.7_GH0.tar.gz) = 139384
(-)benchmarks/perftest/pkg-descr (+14 lines)
Line 0 Link Here
1
s is a collection of tests written over uverbs intended for use as a
2
performance micro-benchmark. The tests may be used for HW or SW tuning
3
as well as for functional testing.
4
5
The collection contains a set of bandwidth and latency benchmark such as:
6
7
	* Send        - ib_send_bw and ib_send_lat
8
	* RDMA Read   - ib_read_bw and ib_read_lat
9
	* RDMA Write  - ib_write_bw and ib_wriet_lat
10
	* RDMA Atomic - ib_atomic_bw and ib_atomic_lat
11
	* Native Ethernet (when working with MOFED2) - 
12
                        raw_ethernet_bw, raw_ethernet_lat 
13
14
WWW: https://github.com/linux-rdma/perftest/
(-)benchmarks/perftest/pkg-plist (+14 lines)
Line 0 Link Here
1
bin/ib_send_bw
2
bin/ib_send_lat
3
bin/ib_write_lat
4
bin/ib_write_bw
5
bin/ib_read_lat
6
bin/ib_read_bw
7
bin/ib_atomic_lat
8
bin/ib_atomic_bw
9
bin/raw_ethernet_bw
10
bin/raw_ethernet_lat
11
bin/raw_ethernet_burst_lat
12
bin/raw_ethernet_fs_rate
13
bin/run_perftest_loopback
14
bin/run_perftest_multi_devices

Return to bug 228591