libxscale: Add Yunsilicon User Space RDMA Driver

Introduce xscale provider for Yunsilicon devices.

Signed-off-by: Xin Tian <tianx@yunsilicon.com>
(cherry picked from commit 1eba17df9185c0ad5e2a18a696bf2098c9dd8c83)
This commit is contained in:
Xin Tian 2025-02-26 14:48:05 +08:00 committed by openeuler-sync-bot
parent 6435a68e8a
commit 881fea21ec
2 changed files with 10928 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
Name: rdma-core
Version: 50.0
Release: 21
Release: 22
Summary: RDMA core userspace libraries and daemons
License: GPL-2.0-only OR BSD-2-Clause AND BSD-3-Clause
Url: https://github.com/linux-rdma/rdma-core
@ -49,6 +49,7 @@ patch40: 0040-libhns-Fix-memory-leakage-when-DCA-is-enabled.patch
patch41: 0041-libhns-Fix-coredump-during-QP-destruction-when-send_.patch
patch42: 0042-libhns-Add-error-logs-to-help-diagnosis.patch
patch43: 0043-libhns-Fix-missing-fields-for-SRQ-WC.patch
patch44: 0044-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) systemd systemd-devel
@ -152,6 +153,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}
Provides: libzrdma = %{version}-%{release}
Obsoletes: libzrdma < %{version}-%{release}
@ -179,6 +182,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
- libxscale: Yunsilicon RDMA device
- libzrdma: ZTE Connection RDMA
%package -n libibverbs-utils
@ -528,6 +532,7 @@ fi
%{_libdir}/libmana.so.*
%{_libdir}/libmlx5.so.*
%{_libdir}/libmlx4.so.*
%{_libdir}/libxscale.so.*
%{_libdir}/libzrdma.so.*
%config(noreplace) %{_sysconfdir}/libibverbs.d/*.driver
@ -626,6 +631,12 @@ fi
%doc %{_docdir}/%{name}-%{version}/70-persistent-ipoib.rules
%changelog
* Wed Feb 26 2025 Xin Tian <tianx@yunsilicon.com> - 50.0-22
- Type: requirement
- ID: NA
- SUG: NA
- DESC: Add Yunsilicon user space RDMA driver
* Fri Jan 17 2025 Xinghai Cen <cenxinghai@h-partners.com> - 50.0-21
- Type: bugfix
- ID: NA