!207 libxscale: Add Yunsilicon User Space RDMA Driver

From: @OGman 
Reviewed-by: @hellotcc 
Signed-off-by: @hellotcc
This commit is contained in:
openeuler-ci-bot 2025-03-05 02:50:12 +00:00 committed by Gitee
commit aff214cd0e
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 10320 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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