Index: head/benchmarks/perftest/Makefile =================================================================== --- head/benchmarks/perftest/Makefile (revision 549392) +++ head/benchmarks/perftest/Makefile (revision 549393) @@ -1,28 +1,29 @@ # Created by: Slava Shwartsman # $FreeBSD$ PORTNAME= perftest DISTVERSIONPREFIX= v DISTVERSION= 4.4-0.7 +PORTREVISION= 1 CATEGORIES= benchmarks MAINTAINER= hselasky@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 libtool shebangfix USE_GITHUB= yes GH_ACCOUNT= linux-rdma SHEBANG_FILES= run_perftest_multi_devices GNU_CONFIGURE=yes .include Index: head/benchmarks/perftest/files/patch-src_raw__ethernet__resources.c =================================================================== --- head/benchmarks/perftest/files/patch-src_raw__ethernet__resources.c (nonexistent) +++ head/benchmarks/perftest/files/patch-src_raw__ethernet__resources.c (revision 549393) @@ -0,0 +1,11 @@ +--- src/raw_ethernet_resources.c.orig 2019-07-28 11:18:47 UTC ++++ src/raw_ethernet_resources.c +@@ -55,7 +55,7 @@ + #include + #endif + +-struct perftest_parameters* duration_param; ++extern struct perftest_parameters* duration_param; + + int check_flow_steering_support(char *dev_name) + { Property changes on: head/benchmarks/perftest/files/patch-src_raw__ethernet__resources.c ___________________________________________________________________ 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