remove unuse files

(cherry picked from commit 8dae64803cae7e1cdb291c754d2d52865b2ed784)
This commit is contained in:
cherry530 2022-01-25 16:33:47 +08:00 committed by openeuler-sync-bot
parent a29b2d31a3
commit 2fa9f2a5d7
4 changed files with 7 additions and 18 deletions

View File

@ -1,12 +0,0 @@
diff -Nur perftest-4.2-old/src/raw_ethernet_resources.c perftest-4.2/src/raw_ethernet_resources.c
--- perftest-4.2-old/src/raw_ethernet_resources.c 2018-05-06 19:58:57.000000000 +0800
+++ perftest-4.2/src/raw_ethernet_resources.c 2021-08-03 15:00:40.000000000 +0800
@@ -54,7 +54,7 @@
#include "raw_ethernet_resources.h"
#include "config.h"
-struct perftest_parameters* duration_param;
+extern struct perftest_parameters* duration_param;
int check_flow_steering_support(char *dev_name)
{

Binary file not shown.

Binary file not shown.

View File

@ -1,17 +1,15 @@
Name: perftest
Version: 4.2
Release: 7
Version: 4.5
Release: 1
License: GPLv2 or BSD
Summary: RDMA Performance Testing Tools
Url: https://github.com/linux-rdma/perftest
Source: https://github.com/linux-rdma/%{name}/releases/download/V4.2-0.8/perftest-4.2-0.8.g0e24e67.tar.gz
Source: https://github.com/linux-rdma/perftest/releases/download/v4.5-0.12/perftest-4.5-0.12.ge93c538.tar.gz
BuildRequires: gcc libibverbs-devel >= 1.2.0 librdmacm-devel >= 1.0.21 libibumad-devel >= 1.3.10.2
BuildRequires: pciutils-devel
Obsoletes: openib-perftest < 1.3
Patch0001: bugfix-of-gcc-10.patch
%description
Perftest is a collection of simple tools for testing bandwidth and latency over RDMA connections.
@ -32,6 +30,9 @@ done
%_bindir/*
%changelog
* Tue Jan 18 2022 SimpleUpdate Robot <tc@openeuler.org> - 4.5-1
- Upgrade to version 4.5
* Tue 3 Aug 2021 Shenmei Tu <tushenmei@huawei.com> - 4.2-7
- bugfix-of-gcc-10.patch