libxscale: Add Yunsilicon User Space RDMA Driver
Introduce xscale provider for Yunsilicon devices. Signed-off-by: Xin Tian <tianx@yunsilicon.com>
This commit is contained in:
parent
4819566bd8
commit
9d52c25dc9
10309
0093-libxscale-Add-Yunsilicon-User-Space-RDMA-Driver.patch
Normal file
10309
0093-libxscale-Add-Yunsilicon-User-Space-RDMA-Driver.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,6 @@
|
||||
Name: rdma-core
|
||||
Version: 41.0
|
||||
Release: 31
|
||||
Release: 32
|
||||
Summary: RDMA core userspace libraries and daemons
|
||||
License: GPLv2 or BSD
|
||||
Url: https://github.com/linux-rdma/rdma-core
|
||||
@ -98,6 +98,7 @@ patch89: 0089-libhns-Fix-bypassed-vendor-check-in-hnsdv_query_devi.patch
|
||||
patch90: 0090-libhns-Fix-coredump-during-QP-destruction-when-send_.patch
|
||||
patch91: 0091-libhns-Fix-the-identification-mark-of-RDMA-UD-packet.patch
|
||||
patch92: 0092-libhns-Fix-missing-fields-for-SRQ-WC.patch
|
||||
patch93: 0093-libxscale-Add-Yunsilicon-User-Space-RDMA-Driver.patch
|
||||
|
||||
BuildRequires: binutils cmake >= 2.8.11 gcc libudev-devel pkgconfig pkgconfig(libnl-3.0)
|
||||
BuildRequires: pkgconfig(libnl-route-3.0) valgrind-devel systemd systemd-devel
|
||||
@ -137,6 +138,8 @@ Provides: libocrdma = %{version}-%{release}
|
||||
Obsoletes: libocrdma < %{version}-%{release}
|
||||
Provides: librxe = %{version}-%{release}
|
||||
Obsoletes: librxe < %{version}-%{release}
|
||||
Provides: libxscale = %{version}-%{release}
|
||||
Obsoletes: libxscale < %{version}-%{release}
|
||||
Obsoletes: srptools <= 1.0.3
|
||||
Provides: srptools = %{version}-%{release}
|
||||
Obsoletes: openib-srptools <= 0.0.6
|
||||
@ -312,6 +315,7 @@ fi
|
||||
%{_libdir}/libibverbs/*.so
|
||||
%{_libdir}/libmlx5.so.*
|
||||
%{_libdir}/libmlx4.so.*
|
||||
%{_libdir}/libxscale.so.*
|
||||
%{_libdir}/ibacm/*
|
||||
%{_libdir}/libibumad*.so.*
|
||||
%{_libdir}/librdmacm*.so.*
|
||||
@ -345,6 +349,12 @@ fi
|
||||
%{_mandir}/*
|
||||
|
||||
%changelog
|
||||
* Tue Mar 4 2025 Xin Tian <tianx@yunsilicon.com> - 41.0-32
|
||||
- Type: requirement
|
||||
- ID: NA
|
||||
- SUG: NA
|
||||
- DESC: Add Yunsilicon user space RDMA driver
|
||||
|
||||
* Thu Feb 27 2025 Xinghai Cen <cenxinghai@h-partners.com> - 41.0-31
|
||||
- Type: bugfix
|
||||
- ID: NA
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user