diff --git a/_service b/_service index b3d96c5..72222a8 100644 --- a/_service +++ b/_service @@ -1,14 +1,14 @@ - + git https://github.com/linux-rdma/perftest.git no .git perftest - 23.07.0-0.27 - abf6dd964acb93a6c1c45bf658161d691c74de5f + 24.07.0-0.44 + 2e3aa2fe392cc1c573e11f253d5168c2899f1b59 - + *perftest*.tar gz diff --git a/perftest-23.07.00.27.tar.gz b/perftest-23.07.00.27.tar.gz deleted file mode 100644 index 69d90ac..0000000 --- a/perftest-23.07.00.27.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:80db853340c20bf6d81864b6d699b703c6339c5c008670539b35f40a0d396a74 -size 161516 diff --git a/perftest-24.07.00.44.tar.gz b/perftest-24.07.00.44.tar.gz new file mode 100644 index 0000000..7164c84 --- /dev/null +++ b/perftest-24.07.00.44.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d42e4f28f0af2de87de672fcce0d72ee037cc0dbbfc6faac3662776c9a3d32c8 +size 164238 diff --git a/perftest.changes b/perftest.changes index c6ee7ec..f2ff19b 100644 --- a/perftest.changes +++ b/perftest.changes @@ -1,3 +1,52 @@ +------------------------------------------------------------------- +Mon Nov 4 17:21:05 UTC 2024 - Nicolas Morey + +- Update to v24.07.0-0.44 (jsc#PED-11328) + - Add minimum rx_depth size in case of SRQ and UD/UC qp type + - Perftest: Support selecting congestion control algorithms + - Perftest: Fix rx_depth check for XRC + - Implement get_cycles for hppa architecture + - Fix syntax of script run_perftest_loopback + - Fix format of man pages + - Perftest: Fix indentation between results after the fix of the BW unit + - Perftest: Version increase to 6.22 + - Perftest: changing spec file version to 24.07.0. + - Display proper unit for MiB/sec results + - Fix Integer overflow issue + +------------------------------------------------------------------- +Mon Aug 12 10:20:18 UTC 2024 - Nicolas Morey + +- Update to v24.04-00.41 + - Perftest: Add condition to force stop polling in write_with_imm + - Perftest: Version increase to 6.21 + - Both the server and client call rdma_disconnect() synchronously, When the ... + - add support for ROCm6.0 API changes + - Add support for loongarch64. + - perftest: Add Broadcom gen p7 adapter device ids + - Perftest: define use_write_with_imm_flag outside HAVE_AES_XTS ifdef + - Display a warning if BW peak measurement was disabled implicitly + - Make output JSON standard + - Fix Neuron dmabuf uninitialized offset + - feat: add more valid RATE_VALUES + - Perftest: fix completion count with special combination of tx_depth/cq_mod/iterations bug + - Fix wrong-result bug in write_bw-with-imm duration mode + - Add write-with-immediate option for write_bw test + - Add option for write-with-immediate verb for write_lat test + - Minor update to error log + - Error out if CuDeviceGetByPCIBusId fails + - perftest: support set flow_label in GRH + - Fix race in non-rdmacm ctx_close_connection() + - Add missing HW accelerator flags to perftest's man + - Add support for DMA-buffers in Neuron devices + - Perftest: Fix limit_bw in ib_send_bw bidir traffic duration mode + +------------------------------------------------------------------- +Thu Feb 29 15:08:35 UTC 2024 - Dominique Leuenberger + +- Use %autosetup macro. Allows to eliminate the usage of deprecated + %patchN. + ------------------------------------------------------------------- Thu Sep 28 14:02:58 UTC 2023 - Nicolas Morey diff --git a/perftest.spec b/perftest.spec index 67fda21..5bf95b6 100644 --- a/perftest.spec +++ b/perftest.spec @@ -1,7 +1,7 @@ # # spec file for package perftest # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,9 +16,9 @@ # -%define extra_version 0.27 +%define extra_version 0.44 Name: perftest -Version: 23.07.0 +Version: 24.07.0 Release: 0 Summary: IB Performance tests License: BSD-3-Clause OR GPL-2.0-or-later @@ -40,8 +40,7 @@ BuildRequires: pciutils-devel gen2 uverbs microbenchmarks %prep -%setup -q -n %{name}-%{version}%{extra_version} -%patch4 -p1 +%autosetup -p1 -n %{name}-%{version}%{extra_version} %build ./autogen.sh