mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
benchmarks/perftest: upgrade to 4.5-0.17
Changelog: * https://github.com/linux-rdma/perftest/releases/tag/4.4-0.8 * https://github.com/linux-rdma/perftest/releases/tag/v4.4-0.9 * https://github.com/linux-rdma/perftest/releases/tag/v4.4-0.11 * https://github.com/linux-rdma/perftest/releases/tag/v4.4-0.18-beta * https://github.com/linux-rdma/perftest/releases/tag/v4.4-0.23-beta * https://github.com/linux-rdma/perftest/releases/tag/4.4-0.29 * https://github.com/linux-rdma/perftest/releases/tag/v4.4-0.32 * https://github.com/linux-rdma/perftest/releases/tag/v4.4-0.36 * https://github.com/linux-rdma/perftest/releases/tag/v4.4-0.37 * https://github.com/linux-rdma/perftest/releases/tag/v4.5-0.2 * https://github.com/linux-rdma/perftest/releases/tag/v4.5-0.12 * https://github.com/linux-rdma/perftest/releases/tag/v4.5-0.14 * https://github.com/linux-rdma/perftest/releases/tag/v4.5-0.17 Differential Revision: https://reviews.freebsd.org/D44398
This commit is contained in:
parent
fa942875e4
commit
89d01b02d8
3 changed files with 4 additions and 17 deletions
|
@ -1,7 +1,6 @@
|
||||||
PORTNAME= perftest
|
PORTNAME= perftest
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
DISTVERSION= 4.4-0.7
|
DISTVERSION= 4.5-0.17
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= benchmarks
|
CATEGORIES= benchmarks
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
|
@ -16,7 +15,6 @@ IGNORE= missing OFED user space
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
USES= autoreconf libtool shebangfix
|
USES= autoreconf libtool shebangfix
|
||||||
|
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= linux-rdma
|
GH_ACCOUNT= linux-rdma
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1566073436
|
TIMESTAMP = 1710663419
|
||||||
SHA256 (linux-rdma-perftest-v4.4-0.7_GH0.tar.gz) = d1cd744cbb1cf7dfca811ff5c280045fba7589fa40c784ef6bc905d12b6e66a7
|
SHA256 (linux-rdma-perftest-v4.5-0.17_GH0.tar.gz) = e0cce1eed8414d9c22e58b5cc65b43718ea341b6020a08266b751695ef2b620a
|
||||||
SIZE (linux-rdma-perftest-v4.4-0.7_GH0.tar.gz) = 147748
|
SIZE (linux-rdma-perftest-v4.5-0.17_GH0.tar.gz) = 139410
|
||||||
|
|
|
@ -1,11 +0,0 @@
|
||||||
--- src/raw_ethernet_resources.c.orig 2019-07-28 11:18:47 UTC
|
|
||||||
+++ src/raw_ethernet_resources.c
|
|
||||||
@@ -55,7 +55,7 @@
|
|
||||||
#include <config.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
-struct perftest_parameters* duration_param;
|
|
||||||
+extern struct perftest_parameters* duration_param;
|
|
||||||
|
|
||||||
int check_flow_steering_support(char *dev_name)
|
|
||||||
{
|
|
Loading…
Add table
Reference in a new issue