!8 SDMA-DK: fix bug code by review

From: @zhang-yuyang-0821 
Reviewed-by: @zju-zzy 
Signed-off-by: @zju-zzy
This commit is contained in:
openeuler-ci-bot 2024-09-15 03:24:18 +00:00 committed by Gitee
commit 7b09bcf8c1
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 5 additions and 1 deletions

Binary file not shown.

View File

@ -1,6 +1,6 @@
Name: sdma-dk
Version: 1.0.0
Release: 3%{?dist}
Release: 4%{?dist}
Summary: SDMA user-mode driver
License: Apache-2.0
Source0: %{name}-%{version}.tar.gz
@ -37,6 +37,10 @@ find ${RPM_BUILD_ROOT}/%{_libdir}/ -name '*.so*'
/usr/include/*
%changelog
* Sun Sep 15 2024 zhangyuyang <zhangyuyang31@huawei.com> - 1.0.0-4
- Type:bugfix
- DESC:fix bug code by review
* Wed Sep 11 2024 zhangyuyang <zhangyuyang31@huawei.com> - 1.0.0-3
- Type:bugfix
- DESC:add fast mode and fix sdma-dk code