Compare commits

...

20 Commits

Author SHA1 Message Date
openeuler-ci-bot
acd87eeddb
!41 [sync] PR-37: hns3 udma: add rq mode for um
From: @openeuler-sync-bot 
Reviewed-by: @qianguoxin 
Signed-off-by: @qianguoxin
2024-06-21 02:27:39 +00:00
Weibo Zhao
7756375f86 hns3 udma: add rq mode for um
(cherry picked from commit 60f9731e69a662685a904aaaf7ec3ff23f65060d)
2024-06-21 10:12:58 +08:00
openeuler-ci-bot
5a5976bd3d
!38 Bugfix: urma tool information error
From: @chen-wen1s 
Reviewed-by: @qianguoxin 
Signed-off-by: @qianguoxin
2024-06-20 09:48:44 +00:00
openeuler-ci-bot
a75c472c20
!34 Bugfix: urma tool information error
From: @chen-wen1s 
Reviewed-by: @qianguoxin 
Signed-off-by: @qianguoxin
2024-06-20 08:28:56 +00:00
WenChen
d31528f5d8 Bugfix: urma tool information error 2024-06-20 14:42:45 +08:00
WenChen
55dbacda08 Bugfix: urma tool information error 2024-06-20 14:35:09 +08:00
openeuler-ci-bot
1943287cb6
!30 Fix perftest bug and remove uvs_*.h
From: @chen-wen1s 
Reviewed-by: @qianguoxin 
Signed-off-by: @qianguoxin
2024-06-06 02:49:50 +00:00
openeuler-ci-bot
45bc6832ce
!28 Fix perftest bug and remove uvs_*.h
From: @chen-wen1s 
Reviewed-by: @qianguoxin 
Signed-off-by: @qianguoxin
2024-06-06 02:49:35 +00:00
chen-wen1s
244cce64bf fix urma perftest bug 2024-06-06 10:20:31 +08:00
chen-wen1s
cf8de65f11 fix urma perfetst bug 2024-06-06 10:18:39 +08:00
openeuler-ci-bot
31a0e2ac13
!24 sync urma tag
From: @chen-wen1s 
Reviewed-by: @fangfang-yan 
Signed-off-by: @fangfang-yan
2024-05-22 09:27:49 +00:00
WenChen
e8cd44d319 sync urma 2024-05-22 16:59:11 +08:00
openeuler-ci-bot
dc2dc8c85d
!15 [sync] PR-14: urma: modify SO_REUSEADDR to SO_REUSEPORT
From: @openeuler-sync-bot 
Reviewed-by: @qianguoxin 
Signed-off-by: @qianguoxin
2023-11-29 07:17:26 +00:00
fanyizhen1995
dd90f8643d modify SO_REUSEADDR to SO_REUSEPORT
(cherry picked from commit 3d688ceb3b583b4127dfb0b0a1827f19746c350f)
2023-11-29 14:11:47 +08:00
openeuler-ci-bot
2dfbd58b7b
!12 [sync] PR-11: ub: Fix bugs in urma kernel and user lib
From: @openeuler-sync-bot 
Reviewed-by: @qianguoxin 
Signed-off-by: @qianguoxin
2023-11-29 03:11:37 +00:00
fanyizhen1995
c90f4c6408 ub: Fix bugs in urma kernel and user lib
(cherry picked from commit 6b3a4c45648b8b0846380c91a37f35f2e9754f16)
2023-11-28 14:13:28 +08:00
openeuler-ci-bot
561d79ef6d
!10 [sync] PR-7: urma 特性演进
From: @openeuler-sync-bot 
Reviewed-by: @qianguoxin 
Signed-off-by: @qianguoxin
2023-11-23 04:40:46 +00:00
fanyizhen1995
040d488bad add new feature for urma
(cherry picked from commit 77f2b83c49621bcb8613986a4ef83ace9407aa93)
2023-11-23 12:30:04 +08:00
openeuler-ci-bot
3f46d991c0
!6 [sync] PR-5: URMA: 更新最新 umdk 源码仓代码,其中新增了 hns3 驱动的代码
From: @openeuler-sync-bot 
Reviewed-by: @qianguoxin 
Signed-off-by: @qianguoxin
2023-10-16 02:20:29 +00:00
Yizhen Fan
62dd54fab1 update source code, add hw hns3 lib
(cherry picked from commit a0309c819b992553f034d28e4df3e6557771c67b)
2023-10-13 16:42:24 +08:00
2 changed files with 11 additions and 3 deletions

Binary file not shown.

View File

@ -17,7 +17,7 @@
%endif
%if %{undefined rpm_release}
%define rpm_release B009
%define rpm_release B012
%endif
Name : umdk-urma
@ -137,8 +137,6 @@ fi
%{_includedir}/umdk/urma_provider.h
%{_includedir}/umdk/common/ub_*.h
%{_includedir}/umdk/common/urma_*.h
%{_includedir}/umdk/uvs_api.h
%{_includedir}/umdk/uvs_types.h
%files tools
%defattr(-,root,root)
@ -176,8 +174,18 @@ fi
%endif
%changelog
* Thu June 20 2024 WeiboZhao <zhaoweibo3@huawei.com> - 1.3.0-B012
- Bugfix: hns3 udma: add rq mode for UM
*Thu June 20 2024 WenChen <chenwen54@huawei.com> - 1.3.0-B011
- Bugfix: urma tool information error
*Wed June 5 2024 WenChen <chenwen54@huawei.com> - 1.3.0-B010
- fix bugs urma_perftest init
* Wed May 22 2024 WenChen <chenwen54@huawei.com> - 1.3.0-B009
- add sync urma_tag
* Fri Mar 22 2024 panchenbo <panchenbo@kylinsec.com.cn> - 1.3.0-B008
- add BuildRequires:systemd for %{_unitdir} Macros