openeuler-ci-bot
a5ebec4bc6
!48 [sync] PR-41: Perftest: Add support for TD lock-free mode
...
From: @openeuler-sync-bot
Reviewed-by: @hellotcc
Signed-off-by: @hellotcc
2024-08-21 14:39:03 +00:00
Xinghai Cen
3704a3f145
Perftest: Add support for TD lock-free mode
...
Add support for TD lock-free mode
New option: --no_lock
Usage example:
ib_send_bw -d hns_0 --no_lock
ib_send_bw -d hns_0 --no_lock 192.168.100.100
Signed-off-by: Xinghai Cen <cenxinghai@h-partners.com>
(cherry picked from commit 621caab096092f45ac8e5b5d74a16467e4f8df4c)
2024-08-21 22:27:03 +08:00
openeuler-ci-bot
51d793f623
!46 [sync] PR-32: fix build error due to automake update 1.17
...
From: @openeuler-sync-bot
Reviewed-by: @hellotcc
Signed-off-by: @hellotcc
2024-08-21 14:25:57 +00:00
liweigang
d3bd5b1114
fix build error due to automake update 1.17
...
Signed-off-by: liweigang <liweiganga@uniontech.com>
(cherry picked from commit 6cde06d02cfca0684d63d05d4231d5a262e5cb71)
2024-08-21 22:15:08 +08:00
openeuler-ci-bot
a0c9e87785
!43 [sync] PR-28: 从社区回合patch到openeuler
...
From: @openeuler-sync-bot
Reviewed-by: @hellotcc
Signed-off-by: @hellotcc
2024-08-21 11:57:00 +00:00
Guofeng Yue
69d8c0fc37
Fix rx_depth check for XRC
...
When users manually specifies use_srq in perftest command, the rx_depth will
be checked.
If rx_depth is less than the number of qps, the process will throw an error
and exit.
Url: https://github.com/linux-rdma/perftest/commit/lc358f240129f686ebd616a8b2a75f1561846c6c
Signed-off-by:Xinghai Cen <cenxinghai@partners.com>
(cherry picked from commit 662ad4a698723579fb79aaf6a341040bfbefeac1)
2024-08-21 19:39:17 +08:00
Guofeng Yue
7e27c6d393
Support selecting congestion control algorithms
...
Support configuring congestion control algorithms with hns direct verbs.
New option: --congest_type
Usage example:
./ib_send_bw -d hns_0 --congest_type=3DDCQCN
./ib_send_bw -d hns_0 --congest_type=3DDCQCN 192.168.100.100
Url: d3d89123a6
Signed-off-by:Xinghai Cen <cenxinghai@partners.com>
(cherry picked from commit 680317100d3963f56bd4dd1fb7ecf689ec78cee8)
2024-08-21 19:39:17 +08:00
openeuler-ci-bot
8206a7cc2f
!39 [sync] PR-27: 解决perftest master分支编译的问题
...
From: @openeuler-sync-bot
Reviewed-by: @hellotcc
Signed-off-by: @hellotcc
2024-08-21 11:37:32 +00:00
tcc@hello
86ac750e6c
update perftest.spec.
...
Fix missing required libs, e.g. libibverbs.
Signed-off-by: tcc@hello <tangchengchang@126.com>
(cherry picked from commit c4393435e1fbc80327380e240355caa8202d0df4)
2024-08-21 19:02:52 +08:00
openeuler-ci-bot
e64c61f59e
!38 [sync] PR-22: 修复riscv64上的构建错误
...
From: @openeuler-sync-bot
Reviewed-by: @hellotcc
Signed-off-by: @hellotcc
2024-08-21 10:57:34 +00:00
Xiaoqian Lv
fab70239bc
backport upstream 4.5-0.20 patches to support riscv64
...
(cherry picked from commit 85fbe98af2db6866b2f0555323d8ca27a61ea210)
2024-08-21 18:42:41 +08:00
openeuler-ci-bot
7259693ae4
!36 [sync] PR-17: fix build error for loongarch64
...
From: @openeuler-sync-bot
Reviewed-by: @hellotcc
Signed-off-by: @hellotcc
2024-08-21 10:38:08 +00:00
Wenlong Zhang
1fd3749d77
fix build error for loongarch64
...
Signed-off-by: Wenlong Zhang <zhangwenlong@loongson.cn>
(cherry picked from commit ab74ef3ab440c462cf79f62eacac81377a733832)
2024-08-21 18:05:29 +08:00
openeuler-ci-bot
5aac675729
!10 【轻量级 PR】:fix bogus date in %changelog
...
From: @zhangkea
Reviewed-by: @li-yangyang20
Signed-off-by: @li-yangyang20
2022-12-07 02:59:17 +00:00
openeuler-ci-bot
b100b3d9e7
!16 [sync] PR-15: [sync] PR-14: 替换当前patch为perftest开源社区的版本
...
From: @openeuler-sync-bot
Reviewed-by: @li-yangyang20
Signed-off-by: @li-yangyang20
2022-11-29 07:34:02 +00:00
Chengchang Tang
628eaaec45
Replace patches with community version
...
This commit replace current patches with the community version patches
to reduce the workload of maintaining perftest in the future.
Signed-off-by: Chengchang Tang <tangchengchang@huawei.com>
(cherry picked from commit 1307cd4c49f07bb01481a1547183e5f4c5842e43)
(cherry picked from commit 63f2a3f278c09be49b9bd8b7ea3971c409101701)
2022-11-29 15:18:16 +08:00
openeuler-ci-bot
63e29eb598
!13 [sync] PR-12: 支持hns roce new io
...
From: @openeuler-sync-bot
Reviewed-by: @li-yangyang20
Signed-off-by: @li-yangyang20
2022-11-09 07:25:25 +00:00
Chengchang Tang
324b856d31
Add hns roce to device list to support new io
...
Devices which are not in the device list does not support new io
(ibv_wr_xx).
Add patch to support the ibv_wr_xx() API test for hns roce.
These patches also set a correct max inline size for hns.
Signed-off-by: Chengchang Tang <tangchengchang@huawei.com>
(cherry picked from commit df00d8ddda9f814d0cd33131729837dacbba21d6)
2022-11-09 15:01:49 +08:00
ut001695
7df72ce5b4
fix bogus date in %changelog
2022-06-15 14:44:01 +08:00
openeuler-ci-bot
9c648c0a24
!5 openEuler-22.03-LTS-Next Packages upgrade
...
Merge pull request !5 from xu_ping/openEuler-22.03-LTS-Next
2022-01-28 06:26:59 +00:00
cherry530
8dae64803c
remove unuse files
2022-01-25 16:33:47 +08:00
openeuler-ci-bot
a29b2d31a3
!4 解决 gcc 10 导致 perftest 编译失败问题
...
From: @tushenmei
Reviewed-by: @small_leek
Signed-off-by: @small_leek
2021-08-03 08:26:59 +00:00
tushenmei
f9672c47c9
bugfix of gcc 10
2021-08-03 15:35:10 +08:00
openeuler-ci-bot
1788ab936d
!3 解决multiple definition 问题
...
From: @tushenmei
Reviewed-by: @solarhu,@small_leek
Signed-off-by: @solarhu,@small_leek
2021-07-31 07:15:51 +00:00
tushenmei
87431d0897
bugfix multiple definition
2021-07-30 17:22:40 +08:00
openeuler-ci-bot
fcdbbd615e
!2 添加gcc依赖, 解决gcc command not found.
...
From: @shine_
Reviewed-by: @small_leek
Signed-off-by: @small_leek
2021-06-07 20:36:42 +08:00
shine_
a4c5647f01
fix failed: gcc command not found.
2021-06-04 16:39:57 +08:00
openeuler-ci-bot
5d2683b5fc
!1 add perftest.yaml
...
Merge pull request !1 from 成子晗/master
2020-05-11 15:40:45 +08:00
chengzihan2
df116c2977
add perftest.yaml
2020-05-11 11:14:39 +08:00
sugarfillet
f971588dc3
package init
2019-12-08 19:21:27 +08:00
sugarfillet
eeb4e0ec7c
package init
2019-12-08 19:12:15 +08:00