add ZTE Dinghai rdma driver
Signed-off-by: 李富艳 <li.fuyan@zte.com.cn> (cherry picked from commit bc9537acadff7ef3930afceec74adc3968d5a6da)
This commit is contained in:
parent
1b8dfae59f
commit
cf00311534
8250
0036-add-ZTE-Dinghai-rdma-driver.patch
Normal file
8250
0036-add-ZTE-Dinghai-rdma-driver.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user