sdma-dk : support fast mode

1. add fast/safe mode auto detect
2. fix some codecheck problemswq

Signed-off-by: zhangshuowen96 <zhangshuowen@hisilicon.com>
This commit is contained in:
zhangshuowen96 2024-09-11 19:09:36 +08:00
parent 212b440497
commit 55b50154b5
2 changed files with 7 additions and 1 deletions

Binary file not shown.

View File

@ -1,6 +1,6 @@
Name: sdma-dk
Version: 1.0.0
Release: 2%{?dist}
Release: 3%{?dist}
Summary: SDMA user-mode driver
License: Apache-2.0
Source0: %{name}-%{version}.tar.gz
@ -8,6 +8,8 @@ BuildRoot: %{_buildrootdir}/%{name}-%{version}-build
BuildRequires: make gcc autoconf automake libtool
ExclusiveArch: aarch64
%define debug_package %{nil}
%description
%prep
@ -35,6 +37,10 @@ find ${RPM_BUILD_ROOT}/%{_libdir}/ -name '*.so*'
/usr/include/*
%changelog
* Wed Sep 11 2024 zhangyuyang <zhangyuyang31@huawei.com> - 1.0.0-3
- Type:bugfix
- DESC:add fast mode and fix sdma-dk code
* Tue Jun 11 2024 wangzijian <wangzijian22@huawei.com> - 1.0.0-2
- Type:bugfix
- DESC:fix sdma-dk spec