!169 [sync] PR-165: ZTE Dinghai rdma-core驱动合入

From: @openeuler-sync-bot 
Reviewed-by: @hellotcc 
Signed-off-by: @hellotcc
This commit is contained in:
openeuler-ci-bot 2024-11-14 07:41:36 +00:00 committed by Gitee
commit e054e1b08e
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 8263 additions and 2 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
Name: rdma-core
Version: 50.0
Release: 12
Release: 13
Summary: RDMA core userspace libraries and daemons
License: GPLv2 or BSD
Url: https://github.com/linux-rdma/rdma-core
@ -41,6 +41,7 @@ patch32: 0032-libhns-Clean-up-signed-unsigned-mix-with-relational-.patch
patch33: 0033-libhns-Fix-missing-flag-when-creating-qp-by-hnsdv_cr.patch
patch34: 0034-librdmacm-Fix-an-overflow-bug-in-qsort-comparison-function.patch
patch35: 0035-Fix-the-stride-calculation-for-MSN-PSN-area.patch
patch36: 0036-add-ZTE-Dinghai-rdma-driver.patch
BuildRequires: binutils cmake >= 2.8.11 gcc libudev-devel pkgconfig pkgconfig(libnl-3.0)
BuildRequires: pkgconfig(libnl-route-3.0) systemd systemd-devel
@ -144,6 +145,8 @@ Provides: libocrdma = %{version}-%{release}
Obsoletes: libocrdma < %{version}-%{release}
Provides: librxe = %{version}-%{release}
Obsoletes: librxe < %{version}-%{release}
Provides: libzrdma = %{version}-%{release}
Obsoletes: libzrdma < %{version}-%{release}
%description -n libibverbs
libibverbs is a library that allows userspace processes to use RDMA
@ -169,6 +172,7 @@ Device-specific plug-in ibverbs userspace drivers are included:
- librxe: A software implementation of the RoCE protocol
- libsiw: A software implementation of the iWarp protocol
- libvmw_pvrdma: VMware paravirtual RDMA device
- libzrdma: ZTE Connection RDMA
%package -n libibverbs-utils
Summary: Examples for the libibverbs library
@ -524,6 +528,7 @@ fi
%{_libdir}/libmana.so.*
%{_libdir}/libmlx5.so.*
%{_libdir}/libmlx4.so.*
%{_libdir}/libzrdma.so.*
%config(noreplace) %{_sysconfdir}/libibverbs.d/*.driver
%files -n libibverbs-utils
@ -623,13 +628,19 @@ fi
%doc %{_docdir}/%{name}-%{version}/70-persistent-ipoib.rules
%changelog
* Sat Aug 31 2024 Li Fuyan <li.fuyan@zte.com.cn> - 50.0-13
- Type: requirement
- ID: NA
- SUG: NA
- DESC: Add support for ZTE Dinghai RDMA driver
* Wed Jul 17 2024 dfh <dufuhang@kylinos.cn> - 50.0-12
- Type: bugfix
- ID: NA
- SUG: NA
- DESC: Fix the stride calculation for MSN/PSN area
* Wed May 29 zhangyaqi <zhangyaqi@kylinos.cn> - 50.0-11
* Wed May 29 2024 zhangyaqi <zhangyaqi@kylinos.cn> - 50.0-11
- Type: bugfix
- ID: NA
- SUG: NA