2020-07-27 18:25:57 +08:00
|
|
|
Name: rdma-core
|
2024-02-06 16:03:33 +08:00
|
|
|
Version: 50.0
|
2024-05-06 10:04:50 +08:00
|
|
|
Release: 8
|
2020-07-27 18:25:57 +08:00
|
|
|
Summary: RDMA core userspace libraries and daemons
|
|
|
|
|
License: GPLv2 or BSD
|
|
|
|
|
Url: https://github.com/linux-rdma/rdma-core
|
|
|
|
|
Source: https://github.com/linux-rdma/rdma-core/releases/download/v%{version}/%{name}-%{version}.tar.gz
|
2022-01-10 16:41:56 +08:00
|
|
|
|
2024-03-12 10:28:45 +08:00
|
|
|
Patch1: 0001-Update-kernel-headers.patch
|
|
|
|
|
Patch2: 0002-libhns-Support-DSCP.patch
|
|
|
|
|
patch3: 0003-Update-kernel-headers.patch
|
|
|
|
|
patch4: 0004-libhns-Introduce-hns-direct-verbs.patch
|
|
|
|
|
patch5: 0005-libhns-Encapsulate-context-attribute-setting-into-a-.patch
|
|
|
|
|
patch6: 0006-libhns-Support-congestion-control-algorithm-configur.patch
|
2024-03-21 10:21:59 +08:00
|
|
|
patch7: 0007-libhns-Add-support-for-thread-domain-and-parent-doma.patch
|
|
|
|
|
patch8: 0008-libhns-Add-support-for-lock-free-QP.patch
|
|
|
|
|
patch9: 0009-libhns-Add-support-for-lock-free-CQ.patch
|
|
|
|
|
patch10: 0010-libhns-Add-support-for-lock-free-SRQ.patch
|
2024-03-26 20:13:00 +08:00
|
|
|
patch11: 0011-libhns-Support-flexible-WQE-buffer-page-size.patch
|
|
|
|
|
patch12: 0012-Update-kernel-headers.patch
|
|
|
|
|
patch13: 0013-libhns-Add-reset-stop-flow-mechanism.patch
|
|
|
|
|
patch14: 0014-libhns-Support-reporting-wc-as-software-mode.patch
|
|
|
|
|
patch15: 0015-libhns-return-error-when-post-send-in-reset-state.patch
|
|
|
|
|
patch16: 0016-libhns-assign-doorbell-to-zero-when-allocate-it.patch
|
|
|
|
|
patch17: 0017-libhns-Fix-missing-reset-notification.patch
|
|
|
|
|
patch18: 0018-libhns-Fix-owner-bit-when-SQ-wraps-around-in-new-IO.patch
|
2024-04-11 09:22:46 +08:00
|
|
|
patch19: 0019-Update-kernel-headers.patch
|
|
|
|
|
patch20: 0020-libhns-Introduce-DCA-for-RC-QP.patch
|
|
|
|
|
patch21: 0021-libhns-Add-support-for-shrinking-DCA-memory-pool.patch
|
|
|
|
|
patch22: 0022-libhns-Add-support-for-attaching-QP-s-WQE-buffer.patch
|
|
|
|
|
patch23: 0023-libhns-Use-shared-memory-to-sync-DCA-status.patch
|
|
|
|
|
patch24: 0024-libhns-Sync-DCA-status-by-shared-memory.patch
|
|
|
|
|
patch25: 0025-libhns-Add-direct-verbs-support-to-config-DCA.patch
|
2024-04-12 15:28:08 +08:00
|
|
|
patch26: 0026-libhns-Add-RoH-device-IDs.patch
|
|
|
|
|
patch27: 0027-libhns-Add-the-parsing-of-mac-type-in-RoH-mode.patch
|
2024-05-06 10:04:50 +08:00
|
|
|
patch28: 0028-libhns-Fix-missing-flexible-WQE-buffer-page-flag.patch
|
|
|
|
|
patch29: 0029-libhns-Fix-ext_sge-page-size.patch
|
2024-02-22 17:34:28 +08:00
|
|
|
|
2020-07-27 18:25:57 +08:00
|
|
|
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
|
|
|
|
|
BuildRequires: python3-devel python3-Cython python3 python3-docutils perl-generators
|
|
|
|
|
BuildRequires: ninja-build
|
|
|
|
|
|
2021-12-09 19:19:06 +08:00
|
|
|
Requires: systemd pciutils
|
2020-07-27 18:25:57 +08:00
|
|
|
|
|
|
|
|
Provides: rdma = %{version}-%{release}
|
|
|
|
|
Obsoletes: rdma < %{version}-%{release}
|
2023-11-22 03:53:22 +00:00
|
|
|
Obsoletes: rdma-core < %{version}-%{release}
|
2020-07-27 18:25:57 +08:00
|
|
|
Conflicts: infiniband-diags <= 1.6.7
|
2019-09-30 11:16:12 -04:00
|
|
|
|
|
|
|
|
%{?systemd_requires}
|
|
|
|
|
|
2020-07-27 18:25:57 +08:00
|
|
|
%define CMAKE_FLAGS -GNinja
|
|
|
|
|
%define make_jobs ninja-build -v %{?_smp_mflags}
|
|
|
|
|
%define cmake_install DESTDIR=%{buildroot} ninja-build install
|
|
|
|
|
|
2019-09-30 11:16:12 -04:00
|
|
|
%description
|
2020-07-27 18:25:57 +08:00
|
|
|
This is the userspace components for the Linux Kernel's drivers/infiniband subsystem.
|
2019-09-30 11:16:12 -04:00
|
|
|
Specifically this contains the userspace libraries for the following device nodes:
|
|
|
|
|
|
|
|
|
|
- /dev/infiniband/uverbsX (libibverbs)
|
|
|
|
|
- /dev/infiniband/rdma_cm (librdmacm)
|
|
|
|
|
- /dev/infiniband/umadX (libibumad)
|
|
|
|
|
|
|
|
|
|
%package devel
|
2020-07-27 18:25:57 +08:00
|
|
|
Summary: RDMA core development libraries and headers
|
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
2024-01-25 20:02:21 +08:00
|
|
|
Requires: libibverbs%{?_isa} = %{version}-%{release}
|
2020-07-27 18:25:57 +08:00
|
|
|
Provides: libibverbs-devel = %{version}-%{release}
|
|
|
|
|
Obsoletes: libibverbs-devel < %{version}-%{release}
|
2024-01-25 20:02:21 +08:00
|
|
|
Requires: libibumad%{?_isa} = %{version}-%{release}
|
2020-07-27 18:25:57 +08:00
|
|
|
Provides: libibumad-devel = %{version}-%{release}
|
|
|
|
|
Obsoletes: libibumad-devel < %{version}-%{release}
|
2024-01-25 20:02:21 +08:00
|
|
|
Requires: librdmacm%{?_isa} = %{version}-%{release}
|
2020-07-27 18:25:57 +08:00
|
|
|
Provides: librdmacm-devel = %{version}-%{release}
|
|
|
|
|
Obsoletes: librdmacm-devel < %{version}-%{release}
|
|
|
|
|
Provides: ibacm-devel = %{version}-%{release}
|
|
|
|
|
Obsoletes: ibacm-devel < %{version}-%{release}
|
2024-01-25 20:02:21 +08:00
|
|
|
Requires: infiniband-diags%{?_isa} = %{version}-%{release}
|
2020-07-27 18:25:57 +08:00
|
|
|
Provides: infiniband-diags-devel = %{version}-%{release}
|
|
|
|
|
Obsoletes: infiniband-diags-devel < %{version}-%{release}
|
|
|
|
|
Provides: libibmad-devel = %{version}-%{release}
|
|
|
|
|
Obsoletes: libibmad-devel < %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
BuildRequires: pkgconfig(libnl-3.0) pkgconfig(libnl-route-3.0)
|
2019-09-30 11:16:12 -04:00
|
|
|
|
|
|
|
|
%description devel
|
2020-07-27 18:25:57 +08:00
|
|
|
RDMA core development libraries and headers.
|
|
|
|
|
|
2023-11-22 03:53:22 +00:00
|
|
|
%package -n infiniband-diags
|
|
|
|
|
Summary: InfiniBand Diagnostic Tools
|
|
|
|
|
Requires: libibumad%{?_isa} = %{version}-%{release}
|
|
|
|
|
Provides: perl(IBswcountlimits)
|
|
|
|
|
Provides: libibmad = %{version}-%{release}
|
|
|
|
|
Obsoletes: libibmad < %{version}-%{release}
|
|
|
|
|
Obsoletes: openib-diags < 1.3
|
|
|
|
|
|
|
|
|
|
%description -n infiniband-diags
|
|
|
|
|
This package provides IB diagnostic programs and scripts needed to diagnose an
|
|
|
|
|
IB subnet. infiniband-diags now also provides libibmad. libibmad provides
|
|
|
|
|
low layer IB functions for use by the IB diagnostic and management
|
|
|
|
|
programs. These include MAD, SA, SMP, and other basic IB functions.
|
|
|
|
|
|
|
|
|
|
%package -n infiniband-diags-compat
|
|
|
|
|
Summary: OpenFabrics Alliance InfiniBand Diagnostic Tools
|
|
|
|
|
|
|
|
|
|
%description -n infiniband-diags-compat
|
|
|
|
|
Deprecated scripts and utilities which provide duplicated functionality, most
|
|
|
|
|
often at a reduced performance. These are maintained for the time being for
|
|
|
|
|
compatibility reasons.
|
|
|
|
|
|
|
|
|
|
%package -n libibverbs
|
|
|
|
|
Summary: A library and drivers for direct userspace use of RDMA (InfiniBand/iWARP/RoCE) hardware
|
|
|
|
|
Provides: libcxgb4 = %{version}-%{release}
|
|
|
|
|
Obsoletes: libcxgb4 < %{version}-%{release}
|
|
|
|
|
Provides: libefa = %{version}-%{release}
|
|
|
|
|
Obsoletes: libefa < %{version}-%{release}
|
|
|
|
|
Provides: libhfi1 = %{version}-%{release}
|
|
|
|
|
Obsoletes: libhfi1 < %{version}-%{release}
|
|
|
|
|
Provides: libhns = %{version}-%{release}
|
|
|
|
|
Obsoletes: libhns < %{version}-%{release}
|
|
|
|
|
Provides: libipathverbs = %{version}-%{release}
|
|
|
|
|
Obsoletes: libipathverbs < %{version}-%{release}
|
|
|
|
|
Provides: libirdma = %{version}-%{release}
|
|
|
|
|
Obsoletes: libirdma < %{version}-%{release}
|
2024-02-06 16:03:33 +08:00
|
|
|
Provides: libmana = %{version}-%{release}
|
|
|
|
|
Obsoletes: libmana < %{version}-%{release}
|
2023-11-22 03:53:22 +00:00
|
|
|
Provides: libmlx4 = %{version}-%{release}
|
|
|
|
|
Obsoletes: libmlx4 < %{version}-%{release}
|
|
|
|
|
Provides: libmlx5 = %{version}-%{release}
|
|
|
|
|
Obsoletes: libmlx5 < %{version}-%{release}
|
|
|
|
|
Provides: libmthca = %{version}-%{release}
|
|
|
|
|
Obsoletes: libmthca < %{version}-%{release}
|
|
|
|
|
Provides: libocrdma = %{version}-%{release}
|
|
|
|
|
Obsoletes: libocrdma < %{version}-%{release}
|
|
|
|
|
Provides: librxe = %{version}-%{release}
|
|
|
|
|
Obsoletes: librxe < %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description -n libibverbs
|
|
|
|
|
libibverbs is a library that allows userspace processes to use RDMA
|
|
|
|
|
"verbs" as described in the InfiniBand Architecture Specification and
|
|
|
|
|
the RDMA Protocol Verbs Specification. This includes direct hardware
|
|
|
|
|
access from userspace to InfiniBand/iWARP adapters (kernel bypass) for
|
|
|
|
|
fast path operations.
|
|
|
|
|
|
|
|
|
|
Device-specific plug-in ibverbs userspace drivers are included:
|
|
|
|
|
|
|
|
|
|
- libcxgb4: Chelsio T4 iWARP HCA
|
|
|
|
|
- libefa: Amazon Elastic Fabric Adapter
|
|
|
|
|
- libhfi1: Intel Omni-Path HFI
|
|
|
|
|
- libhns: HiSilicon Hip08/09/10 SoC
|
|
|
|
|
- libipathverbs: QLogic InfiniPath HCA
|
|
|
|
|
- libirdma: Intel Ethernet Connection RDMA
|
2024-02-06 16:03:33 +08:00
|
|
|
- libmana: Microsoft Azure Network Adapter
|
2023-11-22 03:53:22 +00:00
|
|
|
- libmlx4: Mellanox ConnectX-3 InfiniBand HCA
|
|
|
|
|
- libmlx5: Mellanox Connect-IB/X-4+ InfiniBand HCA
|
|
|
|
|
- libmthca: Mellanox InfiniBand HCA
|
|
|
|
|
- libocrdma: Emulex OneConnect RDMA/RoCE Device
|
|
|
|
|
- libqedr: QLogic QL4xxx RoCE HCA
|
|
|
|
|
- librxe: A software implementation of the RoCE protocol
|
|
|
|
|
- libsiw: A software implementation of the iWarp protocol
|
|
|
|
|
- libvmw_pvrdma: VMware paravirtual RDMA device
|
|
|
|
|
|
|
|
|
|
%package -n libibverbs-utils
|
|
|
|
|
Summary: Examples for the libibverbs library
|
|
|
|
|
Requires: libibverbs%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description -n libibverbs-utils
|
|
|
|
|
Useful libibverbs example programs such as ibv_devinfo, which
|
|
|
|
|
displays information about RDMA devices.
|
|
|
|
|
|
|
|
|
|
%package -n ibacm
|
|
|
|
|
Summary: InfiniBand Communication Manager Assistant
|
|
|
|
|
%{?systemd_requires}
|
|
|
|
|
|
|
|
|
|
%description -n ibacm
|
|
|
|
|
The ibacm daemon helps reduce the load of managing path record lookups on
|
|
|
|
|
large InfiniBand fabrics by providing a user space implementation of what
|
|
|
|
|
is functionally similar to an ARP cache. The use of ibacm, when properly
|
|
|
|
|
configured, can reduce the SA packet load of a large IB cluster from O(n^2)
|
|
|
|
|
to O(n). The ibacm daemon is started and normally runs in the background,
|
|
|
|
|
user applications need not know about this daemon as long as their app
|
|
|
|
|
uses librdmacm to handle connection bring up/tear down. The librdmacm
|
|
|
|
|
library knows how to talk directly to the ibacm daemon to retrieve data.
|
|
|
|
|
|
|
|
|
|
%package -n iwpmd
|
|
|
|
|
Summary: iWarp Port Mapper userspace daemon
|
|
|
|
|
%{?systemd_requires}
|
|
|
|
|
|
|
|
|
|
%description -n iwpmd
|
|
|
|
|
iwpmd provides a userspace service for iWarp drivers to claim
|
|
|
|
|
tcp ports through the standard socket interface.
|
|
|
|
|
|
|
|
|
|
%package -n libibumad
|
|
|
|
|
Summary: OpenFabrics Alliance InfiniBand umad (userspace management datagram) library
|
|
|
|
|
|
|
|
|
|
%description -n libibumad
|
|
|
|
|
libibumad provides the userspace management datagram (umad) library
|
|
|
|
|
functions, which sit on top of the umad modules in the kernel. These
|
|
|
|
|
are used by the IB diagnostic and management tools, including OpenSM.
|
|
|
|
|
|
|
|
|
|
%package -n librdmacm
|
|
|
|
|
Summary: Userspace RDMA Connection Manager
|
|
|
|
|
|
|
|
|
|
%description -n librdmacm
|
|
|
|
|
librdmacm provides a userspace RDMA Communication Management API.
|
|
|
|
|
|
|
|
|
|
%package -n librdmacm-utils
|
|
|
|
|
Summary: Examples for the librdmacm library
|
|
|
|
|
Requires: librdmacm%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description -n librdmacm-utils
|
|
|
|
|
Example test programs for the librdmacm library.
|
|
|
|
|
|
|
|
|
|
%package -n srp_daemon
|
|
|
|
|
Summary: Tools for using the InfiniBand SRP protocol devices
|
|
|
|
|
Obsoletes: srptools <= 1.0.3
|
|
|
|
|
Provides: srptools = %{version}-%{release}
|
|
|
|
|
Obsoletes: openib-srptools <= 0.0.6
|
|
|
|
|
%{?systemd_requires}
|
|
|
|
|
|
|
|
|
|
%description -n srp_daemon
|
|
|
|
|
In conjunction with the kernel ib_srp driver, srp_daemon allows you to
|
|
|
|
|
discover and use SCSI devices via the SCSI RDMA Protocol over InfiniBand.
|
|
|
|
|
|
2020-07-27 18:25:57 +08:00
|
|
|
%package -n python3-pyverbs
|
|
|
|
|
Summary: Python3 API over IB verbs
|
|
|
|
|
%{?python_provide:%python_provide python3-pyverbs}
|
|
|
|
|
|
|
|
|
|
%description -n python3-pyverbs
|
|
|
|
|
Pyverbs is a Cython-based Python API over libibverbs, providing an
|
|
|
|
|
easy, object-oriented access to IB verbs.
|
|
|
|
|
|
|
|
|
|
%package help
|
|
|
|
|
Summary: Documents for %{name}
|
|
|
|
|
Buildarch: noarch
|
|
|
|
|
Requires: man info
|
|
|
|
|
Provides: infiniband-diags-help = %{version}-%{release}
|
|
|
|
|
Obsoletes: infiniband-diags-help < %{version}-%{release}
|
2019-09-30 11:16:12 -04:00
|
|
|
|
2020-07-27 18:25:57 +08:00
|
|
|
%description help
|
|
|
|
|
Man pages and other related documents for %{name}.
|
2019-09-30 11:16:12 -04:00
|
|
|
|
|
|
|
|
%prep
|
2020-07-27 18:25:57 +08:00
|
|
|
%setup
|
|
|
|
|
%autosetup -v -p1
|
2019-09-30 11:16:12 -04:00
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%if 0%{?_rundir:1}
|
|
|
|
|
%else
|
|
|
|
|
%define _rundir /var/run
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%{!?EXTRA_CMAKE_FLAGS: %define EXTRA_CMAKE_FLAGS %{nil}}
|
|
|
|
|
|
|
|
|
|
%cmake %{CMAKE_FLAGS} \
|
|
|
|
|
-DCMAKE_BUILD_TYPE=Release \
|
|
|
|
|
-DCMAKE_INSTALL_BINDIR:PATH=%{_bindir} \
|
|
|
|
|
-DCMAKE_INSTALL_SBINDIR:PATH=%{_sbindir} \
|
|
|
|
|
-DCMAKE_INSTALL_LIBDIR:PATH=%{_libdir} \
|
|
|
|
|
-DCMAKE_INSTALL_LIBEXECDIR:PATH=%{_libexecdir} \
|
|
|
|
|
-DCMAKE_INSTALL_LOCALSTATEDIR:PATH=%{_localstatedir} \
|
|
|
|
|
-DCMAKE_INSTALL_SHAREDSTATEDIR:PATH=%{_sharedstatedir} \
|
|
|
|
|
-DCMAKE_INSTALL_INCLUDEDIR:PATH=%{_includedir} \
|
|
|
|
|
-DCMAKE_INSTALL_INFODIR:PATH=%{_infodir} \
|
|
|
|
|
-DCMAKE_INSTALL_MANDIR:PATH=%{_mandir} \
|
|
|
|
|
-DCMAKE_INSTALL_SYSCONFDIR:PATH=%{_sysconfdir} \
|
|
|
|
|
-DCMAKE_INSTALL_SYSTEMD_SERVICEDIR:PATH=%{_unitdir} \
|
|
|
|
|
-DCMAKE_INSTALL_INITDDIR:PATH=%{_initrddir} \
|
|
|
|
|
-DCMAKE_INSTALL_RUNDIR:PATH=%{_rundir} \
|
|
|
|
|
-DCMAKE_INSTALL_DOCDIR:PATH=%{_docdir}/%{name}-%{version} \
|
|
|
|
|
-DCMAKE_INSTALL_UDEV_RULESDIR:PATH=%{_udevrulesdir} \
|
2020-07-27 18:25:57 +08:00
|
|
|
-DCMAKE_INSTALL_PERLDIR:PATH=%{perl_vendorlib} \
|
|
|
|
|
-DENABLE_IBDIAGS_COMPAT:BOOL=True \
|
|
|
|
|
-DENABLE_STATIC=1 \
|
2019-09-30 11:16:12 -04:00
|
|
|
%{EXTRA_CMAKE_FLAGS} \
|
2020-07-27 18:25:57 +08:00
|
|
|
-DPYTHON_EXECUTABLE:PATH=%{__python3} \
|
|
|
|
|
-DCMAKE_INSTALL_PYTHON_ARCH_LIB:PATH=%{python3_sitearch} \
|
|
|
|
|
-DNO_PYVERBS=0
|
2019-09-30 11:16:12 -04:00
|
|
|
%make_jobs
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%cmake_install
|
|
|
|
|
|
2020-07-27 18:25:57 +08:00
|
|
|
mkdir -p %{buildroot}/%{_sysconfdir}/rdma
|
|
|
|
|
|
2019-09-30 11:16:12 -04:00
|
|
|
%global dracutlibdir %{_prefix}/lib/dracut
|
|
|
|
|
%global sysmodprobedir %{_prefix}/lib/modprobe.d
|
2020-07-27 18:25:57 +08:00
|
|
|
mkdir -p %{buildroot}%{_sysconfdir}/udev/rules.d
|
|
|
|
|
mkdir -p %{buildroot}%{_libexecdir}
|
|
|
|
|
mkdir -p %{buildroot}%{_udevrulesdir}
|
|
|
|
|
mkdir -p %{buildroot}%{dracutlibdir}/modules.d/05rdma
|
|
|
|
|
mkdir -p %{buildroot}%{sysmodprobedir}
|
|
|
|
|
install -D -m 0644 redhat/rdma.mlx4.conf %{buildroot}/%{_sysconfdir}/rdma/mlx4.conf
|
|
|
|
|
install -D -m 0755 redhat/rdma.modules-setup.sh %{buildroot}%{dracutlibdir}/modules.d/05rdma/module-setup.sh
|
|
|
|
|
install -D -m 0644 redhat/rdma.mlx4.sys.modprobe %{buildroot}%{sysmodprobedir}/libmlx4.conf
|
|
|
|
|
install -D -m 0755 redhat/rdma.mlx4-setup.sh %{buildroot}%{_libexecdir}/mlx4-setup.sh
|
2021-07-05 10:25:21 +08:00
|
|
|
rm -f %{buildroot}%{_sysconfdir}/rdma/modules/rdma.conf
|
|
|
|
|
install -D -m0644 redhat/rdma.conf %{buildroot}%{_sysconfdir}/rdma/modules/rdma.conf
|
2019-09-30 11:16:12 -04:00
|
|
|
|
|
|
|
|
bin/ib_acme -D . -O
|
2020-07-27 18:25:57 +08:00
|
|
|
install -D -m 0644 ibacm_opts.cfg %{buildroot}%{_sysconfdir}/rdma/
|
|
|
|
|
|
|
|
|
|
rm -rf %{buildroot}/%{_initrddir}/
|
|
|
|
|
rm -f %{buildroot}/%{_sbindir}/srp_daemon.sh
|
2019-09-30 11:16:12 -04:00
|
|
|
|
2023-11-22 03:53:22 +00:00
|
|
|
%ldconfig_scriptlets -n libibverbs
|
|
|
|
|
|
|
|
|
|
%ldconfig_scriptlets -n libibumad
|
|
|
|
|
|
|
|
|
|
%ldconfig_scriptlets -n librdmacm
|
2019-09-30 11:16:12 -04:00
|
|
|
|
|
|
|
|
%post
|
2021-12-09 19:19:06 +08:00
|
|
|
if [ -x /sbin/udevadm ];then
|
2020-07-27 18:25:57 +08:00
|
|
|
/sbin/udevadm trigger --subsystem-match=infiniband --action=change || true
|
|
|
|
|
/sbin/udevadm trigger --subsystem-match=net --action=change || true
|
|
|
|
|
/sbin/udevadm trigger --subsystem-match=infiniband_mad --action=change || true
|
2021-12-09 19:19:06 +08:00
|
|
|
fi
|
2019-09-30 11:16:12 -04:00
|
|
|
|
2023-11-22 03:53:22 +00:00
|
|
|
%post -n ibacm
|
|
|
|
|
%systemd_post ibacm.service
|
|
|
|
|
%preun -n ibacm
|
2019-09-30 11:16:12 -04:00
|
|
|
%systemd_preun ibacm.service
|
2023-11-22 03:53:22 +00:00
|
|
|
%postun -n ibacm
|
2019-09-30 11:16:12 -04:00
|
|
|
%systemd_postun_with_restart ibacm.service
|
2023-11-22 03:53:22 +00:00
|
|
|
|
|
|
|
|
%post -n srp_daemon
|
|
|
|
|
%systemd_post srp_daemon.service
|
|
|
|
|
%preun -n srp_daemon
|
|
|
|
|
%systemd_preun srp_daemon.service
|
|
|
|
|
%postun -n srp_daemon
|
2019-09-30 11:16:12 -04:00
|
|
|
%systemd_postun_with_restart srp_daemon.service
|
2023-11-22 03:53:22 +00:00
|
|
|
|
|
|
|
|
%post -n iwpmd
|
|
|
|
|
%systemd_post iwpmd.service
|
|
|
|
|
%preun -n iwpmd
|
|
|
|
|
%systemd_preun iwpmd.service
|
|
|
|
|
%postun -n iwpmd
|
2019-09-30 11:16:12 -04:00
|
|
|
%systemd_postun_with_restart iwpmd.service
|
|
|
|
|
|
|
|
|
|
%files
|
2023-11-22 03:53:22 +00:00
|
|
|
%dir %{_sysconfdir}/rdma
|
|
|
|
|
%config(noreplace) %{_sysconfdir}/rdma/mlx4.conf
|
|
|
|
|
%config(noreplace) %{_sysconfdir}/rdma/modules/infiniband.conf
|
|
|
|
|
%config(noreplace) %{_sysconfdir}/rdma/modules/iwarp.conf
|
|
|
|
|
%config(noreplace) %{_sysconfdir}/rdma/modules/opa.conf
|
|
|
|
|
%config(noreplace) %{_sysconfdir}/rdma/modules/rdma.conf
|
|
|
|
|
%config(noreplace) %{_sysconfdir}/rdma/modules/roce.conf
|
|
|
|
|
%dir %{_sysconfdir}/modprobe.d
|
|
|
|
|
%config(noreplace) %{_sysconfdir}/modprobe.d/mlx4.conf
|
|
|
|
|
%config(noreplace) %{_sysconfdir}/modprobe.d/truescale.conf
|
|
|
|
|
%{_unitdir}/rdma-hw.target
|
|
|
|
|
%{_unitdir}/rdma-load-modules@.service
|
|
|
|
|
%dir %{dracutlibdir}
|
|
|
|
|
%dir %{dracutlibdir}/modules.d
|
|
|
|
|
%dir %{dracutlibdir}/modules.d/05rdma
|
2019-09-30 11:16:12 -04:00
|
|
|
%{dracutlibdir}/modules.d/05rdma/module-setup.sh
|
2023-11-22 03:53:22 +00:00
|
|
|
%dir %{_udevrulesdir}
|
2020-07-27 18:25:57 +08:00
|
|
|
%{_udevrulesdir}/../rdma_rename
|
2023-11-22 03:53:22 +00:00
|
|
|
%{_udevrulesdir}/60-rdma-ndd.rules
|
|
|
|
|
%{_udevrulesdir}/60-rdma-persistent-naming.rules
|
|
|
|
|
%{_udevrulesdir}/75-rdma-description.rules
|
|
|
|
|
%{_udevrulesdir}/90-rdma-hw-modules.rules
|
|
|
|
|
%{_udevrulesdir}/90-rdma-ulp-modules.rules
|
|
|
|
|
%{_udevrulesdir}/90-rdma-umad.rules
|
|
|
|
|
%dir %{sysmodprobedir}
|
2020-07-27 18:25:57 +08:00
|
|
|
%{sysmodprobedir}/libmlx4.conf
|
|
|
|
|
%{_libexecdir}/mlx4-setup.sh
|
2019-09-30 11:16:12 -04:00
|
|
|
%{_libexecdir}/truescale-serdes.cmds
|
2023-11-22 03:53:22 +00:00
|
|
|
%{_sbindir}/rdma-ndd
|
|
|
|
|
%{_unitdir}/rdma-ndd.service
|
|
|
|
|
%{_mandir}/man7/rxe*
|
|
|
|
|
%{_mandir}/man8/rdma-ndd.*
|
|
|
|
|
%license COPYING.*
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%dir %{_includedir}/infiniband
|
|
|
|
|
%dir %{_includedir}/rdma
|
|
|
|
|
%{_includedir}/infiniband/*
|
|
|
|
|
%{_includedir}/rdma/*
|
|
|
|
|
%{_libdir}/lib*.a
|
|
|
|
|
%{_libdir}/lib*.so
|
|
|
|
|
%{_libdir}/pkgconfig/*.pc
|
|
|
|
|
%{_mandir}/man3/efadv*
|
|
|
|
|
%{_mandir}/man3/ibv_*
|
|
|
|
|
%{_mandir}/man3/rdma*
|
|
|
|
|
%{_mandir}/man3/umad*
|
|
|
|
|
%{_mandir}/man3/*_to_ibv_rate.*
|
|
|
|
|
%{_mandir}/man7/rdma_cm.*
|
2024-04-11 09:22:46 +08:00
|
|
|
%{_mandir}/man3/manadv*
|
2023-11-22 03:53:22 +00:00
|
|
|
%{_mandir}/man3/mlx5dv*
|
|
|
|
|
%{_mandir}/man3/mlx4dv*
|
|
|
|
|
%{_mandir}/man7/efadv*
|
2024-04-11 09:22:46 +08:00
|
|
|
%{_mandir}/man7/manadv*
|
2023-11-22 03:53:22 +00:00
|
|
|
%{_mandir}/man7/mlx5dv*
|
|
|
|
|
%{_mandir}/man7/mlx4dv*
|
|
|
|
|
%{_mandir}/man3/ibnd_*
|
|
|
|
|
|
|
|
|
|
%files -n infiniband-diags-compat
|
|
|
|
|
%{_sbindir}/ibcheckerrs
|
|
|
|
|
%{_mandir}/man8/ibcheckerrs*
|
|
|
|
|
%{_sbindir}/ibchecknet
|
|
|
|
|
%{_mandir}/man8/ibchecknet*
|
|
|
|
|
%{_sbindir}/ibchecknode
|
|
|
|
|
%{_mandir}/man8/ibchecknode*
|
|
|
|
|
%{_sbindir}/ibcheckport
|
|
|
|
|
%{_mandir}/man8/ibcheckport.*
|
|
|
|
|
%{_sbindir}/ibcheckportwidth
|
|
|
|
|
%{_mandir}/man8/ibcheckportwidth*
|
|
|
|
|
%{_sbindir}/ibcheckportstate
|
|
|
|
|
%{_mandir}/man8/ibcheckportstate*
|
|
|
|
|
%{_sbindir}/ibcheckwidth
|
|
|
|
|
%{_mandir}/man8/ibcheckwidth*
|
|
|
|
|
%{_sbindir}/ibcheckstate
|
|
|
|
|
%{_mandir}/man8/ibcheckstate*
|
|
|
|
|
%{_sbindir}/ibcheckerrors
|
|
|
|
|
%{_mandir}/man8/ibcheckerrors*
|
|
|
|
|
%{_sbindir}/ibdatacounts
|
|
|
|
|
%{_mandir}/man8/ibdatacounts*
|
|
|
|
|
%{_sbindir}/ibdatacounters
|
|
|
|
|
%{_mandir}/man8/ibdatacounters*
|
|
|
|
|
%{_sbindir}/ibdiscover.pl
|
|
|
|
|
%{_mandir}/man8/ibdiscover*
|
|
|
|
|
%{_sbindir}/ibswportwatch.pl
|
|
|
|
|
%{_mandir}/man8/ibswportwatch*
|
|
|
|
|
%{_sbindir}/ibqueryerrors.pl
|
|
|
|
|
%{_sbindir}/iblinkinfo.pl
|
|
|
|
|
%{_sbindir}/ibprintca.pl
|
|
|
|
|
%{_mandir}/man8/ibprintca*
|
|
|
|
|
%{_sbindir}/ibprintswitch.pl
|
|
|
|
|
%{_mandir}/man8/ibprintswitch*
|
|
|
|
|
%{_sbindir}/ibprintrt.pl
|
|
|
|
|
%{_mandir}/man8/ibprintrt*
|
|
|
|
|
%{_sbindir}/set_nodedesc.sh
|
|
|
|
|
|
|
|
|
|
%files -n infiniband-diags
|
|
|
|
|
%{_sbindir}/ibaddr
|
|
|
|
|
%{_mandir}/man8/ibaddr*
|
|
|
|
|
%{_sbindir}/ibnetdiscover
|
|
|
|
|
%{_mandir}/man8/ibnetdiscover*
|
|
|
|
|
%{_sbindir}/ibping
|
|
|
|
|
%{_mandir}/man8/ibping*
|
|
|
|
|
%{_sbindir}/ibportstate
|
|
|
|
|
%{_mandir}/man8/ibportstate*
|
|
|
|
|
%{_sbindir}/ibroute
|
|
|
|
|
%{_mandir}/man8/ibroute.*
|
|
|
|
|
%{_sbindir}/ibstat
|
|
|
|
|
%{_mandir}/man8/ibstat.*
|
|
|
|
|
%{_sbindir}/ibsysstat
|
|
|
|
|
%{_mandir}/man8/ibsysstat*
|
|
|
|
|
%{_sbindir}/ibtracert
|
|
|
|
|
%{_mandir}/man8/ibtracert*
|
|
|
|
|
%{_sbindir}/perfquery
|
|
|
|
|
%{_mandir}/man8/perfquery*
|
|
|
|
|
%{_sbindir}/sminfo
|
|
|
|
|
%{_mandir}/man8/sminfo*
|
|
|
|
|
%{_sbindir}/smpdump
|
|
|
|
|
%{_mandir}/man8/smpdump*
|
|
|
|
|
%{_sbindir}/smpquery
|
|
|
|
|
%{_mandir}/man8/smpquery*
|
|
|
|
|
%{_sbindir}/saquery
|
|
|
|
|
%{_mandir}/man8/saquery*
|
|
|
|
|
%{_sbindir}/vendstat
|
|
|
|
|
%{_mandir}/man8/vendstat*
|
|
|
|
|
%{_sbindir}/iblinkinfo
|
|
|
|
|
%{_mandir}/man8/iblinkinfo*
|
|
|
|
|
%{_sbindir}/ibqueryerrors
|
|
|
|
|
%{_mandir}/man8/ibqueryerrors*
|
|
|
|
|
%{_sbindir}/ibcacheedit
|
|
|
|
|
%{_mandir}/man8/ibcacheedit*
|
|
|
|
|
%{_sbindir}/ibccquery
|
|
|
|
|
%{_mandir}/man8/ibccquery*
|
|
|
|
|
%{_sbindir}/ibccconfig
|
|
|
|
|
%{_mandir}/man8/ibccconfig*
|
|
|
|
|
%{_sbindir}/dump_fts
|
|
|
|
|
%{_mandir}/man8/dump_fts*
|
|
|
|
|
%{_sbindir}/ibhosts
|
|
|
|
|
%{_mandir}/man8/ibhosts*
|
|
|
|
|
%{_sbindir}/ibswitches
|
|
|
|
|
%{_mandir}/man8/ibswitches*
|
|
|
|
|
%{_sbindir}/ibnodes
|
|
|
|
|
%{_mandir}/man8/ibnodes*
|
|
|
|
|
%{_sbindir}/ibrouters
|
|
|
|
|
%{_mandir}/man8/ibrouters*
|
|
|
|
|
%{_sbindir}/ibfindnodesusing.pl
|
|
|
|
|
%{_mandir}/man8/ibfindnodesusing*
|
|
|
|
|
%{_sbindir}/ibidsverify.pl
|
|
|
|
|
%{_mandir}/man8/ibidsverify*
|
|
|
|
|
%{_sbindir}/check_lft_balance.pl
|
|
|
|
|
%{_mandir}/man8/check_lft_balance*
|
|
|
|
|
%{_sbindir}/dump_lfts.sh
|
|
|
|
|
%{_mandir}/man8/dump_lfts*
|
|
|
|
|
%{_sbindir}/dump_mfts.sh
|
|
|
|
|
%{_mandir}/man8/dump_mfts*
|
|
|
|
|
%{_sbindir}/ibclearerrors
|
|
|
|
|
%{_mandir}/man8/ibclearerrors*
|
|
|
|
|
%{_sbindir}/ibclearcounters
|
|
|
|
|
%{_mandir}/man8/ibclearcounters*
|
|
|
|
|
%{_sbindir}/ibstatus
|
|
|
|
|
%{_mandir}/man8/ibstatus*
|
|
|
|
|
%{_mandir}/man8/infiniband-diags*
|
2020-07-27 18:25:57 +08:00
|
|
|
%{_libdir}/libibmad*.so.*
|
|
|
|
|
%{_libdir}/libibnetdisc*.so.*
|
2023-11-22 03:53:22 +00:00
|
|
|
%{perl_vendorlib}/IBswcountlimits.pm
|
|
|
|
|
%config(noreplace) %{_sysconfdir}/infiniband-diags/error_thresholds
|
|
|
|
|
%config(noreplace) %{_sysconfdir}/infiniband-diags/ibdiag.conf
|
|
|
|
|
|
|
|
|
|
%files -n libibverbs
|
|
|
|
|
%dir %{_sysconfdir}/libibverbs.d
|
|
|
|
|
%dir %{_libdir}/libibverbs
|
2020-07-27 18:25:57 +08:00
|
|
|
%{_libdir}/libefa.so.*
|
2024-03-12 10:28:45 +08:00
|
|
|
%{_libdir}/libhns.so.*
|
2019-09-30 11:16:12 -04:00
|
|
|
%{_libdir}/libibverbs*.so.*
|
|
|
|
|
%{_libdir}/libibverbs/*.so
|
2024-02-06 16:03:33 +08:00
|
|
|
%{_libdir}/libmana.so.*
|
2020-07-27 18:25:57 +08:00
|
|
|
%{_libdir}/libmlx5.so.*
|
|
|
|
|
%{_libdir}/libmlx4.so.*
|
2023-11-22 03:53:22 +00:00
|
|
|
%config(noreplace) %{_sysconfdir}/libibverbs.d/*.driver
|
|
|
|
|
|
|
|
|
|
%files -n libibverbs-utils
|
|
|
|
|
%{_bindir}/ibv_*
|
|
|
|
|
%{_mandir}/man1/ibv_*
|
|
|
|
|
|
|
|
|
|
%files -n ibacm
|
|
|
|
|
%config(noreplace) %{_sysconfdir}/rdma/ibacm_opts.cfg
|
|
|
|
|
%{_bindir}/ib_acme
|
|
|
|
|
%{_sbindir}/ibacm
|
|
|
|
|
%{_mandir}/man1/ib_acme.*
|
|
|
|
|
%{_mandir}/man7/ibacm.*
|
|
|
|
|
%{_mandir}/man7/ibacm_prov.*
|
|
|
|
|
%{_mandir}/man8/ibacm.*
|
|
|
|
|
%{_unitdir}/ibacm.service
|
|
|
|
|
%{_unitdir}/ibacm.socket
|
|
|
|
|
%dir %{_libdir}/ibacm
|
2020-07-27 18:25:57 +08:00
|
|
|
%{_libdir}/ibacm/*
|
2023-11-22 03:53:22 +00:00
|
|
|
|
|
|
|
|
%files -n iwpmd
|
|
|
|
|
%{_sbindir}/iwpmd
|
|
|
|
|
%{_unitdir}/iwpmd.service
|
|
|
|
|
%config(noreplace) %{_sysconfdir}/rdma/modules/iwpmd.conf
|
|
|
|
|
%config(noreplace) %{_sysconfdir}/iwpmd.conf
|
|
|
|
|
%{_udevrulesdir}/90-iwpmd.rules
|
|
|
|
|
%{_mandir}/man8/iwpmd.*
|
|
|
|
|
%{_mandir}/man5/iwpmd.*
|
|
|
|
|
|
|
|
|
|
%files -n libibumad
|
2019-09-30 11:16:12 -04:00
|
|
|
%{_libdir}/libibumad*.so.*
|
2023-11-22 03:53:22 +00:00
|
|
|
|
|
|
|
|
%files -n librdmacm
|
2019-09-30 11:16:12 -04:00
|
|
|
%{_libdir}/librdmacm*.so.*
|
2023-11-22 03:53:22 +00:00
|
|
|
%dir %{_libdir}/rsocket
|
2019-09-30 11:16:12 -04:00
|
|
|
%{_libdir}/rsocket/*.so*
|
2023-11-22 03:53:22 +00:00
|
|
|
%{_mandir}/man7/rsocket.*
|
|
|
|
|
|
|
|
|
|
%files -n librdmacm-utils
|
|
|
|
|
%{_bindir}/cmtime
|
|
|
|
|
%{_bindir}/mckey
|
|
|
|
|
%{_bindir}/rcopy
|
|
|
|
|
%{_bindir}/rdma_client
|
|
|
|
|
%{_bindir}/rdma_server
|
|
|
|
|
%{_bindir}/rdma_xclient
|
|
|
|
|
%{_bindir}/rdma_xserver
|
|
|
|
|
%{_bindir}/riostream
|
|
|
|
|
%{_bindir}/rping
|
|
|
|
|
%{_bindir}/rstream
|
|
|
|
|
%{_bindir}/ucmatose
|
|
|
|
|
%{_bindir}/udaddy
|
|
|
|
|
%{_bindir}/udpong
|
|
|
|
|
%{_mandir}/man1/cmtime.*
|
|
|
|
|
%{_mandir}/man1/mckey.*
|
|
|
|
|
%{_mandir}/man1/rcopy.*
|
|
|
|
|
%{_mandir}/man1/rdma_client.*
|
|
|
|
|
%{_mandir}/man1/rdma_server.*
|
|
|
|
|
%{_mandir}/man1/rdma_xclient.*
|
|
|
|
|
%{_mandir}/man1/rdma_xserver.*
|
|
|
|
|
%{_mandir}/man1/riostream.*
|
|
|
|
|
%{_mandir}/man1/rping.*
|
|
|
|
|
%{_mandir}/man1/rstream.*
|
|
|
|
|
%{_mandir}/man1/ucmatose.*
|
|
|
|
|
%{_mandir}/man1/udaddy.*
|
|
|
|
|
%{_mandir}/man1/udpong.*
|
|
|
|
|
|
|
|
|
|
%files -n srp_daemon
|
|
|
|
|
%config(noreplace) %{_sysconfdir}/srp_daemon.conf
|
|
|
|
|
%config(noreplace) %{_sysconfdir}/rdma/modules/srp_daemon.conf
|
|
|
|
|
%{_libexecdir}/srp_daemon/start_on_all_ports
|
|
|
|
|
%{_unitdir}/srp_daemon.service
|
|
|
|
|
%{_unitdir}/srp_daemon_port@.service
|
|
|
|
|
%{_sbindir}/ibsrpdm
|
|
|
|
|
%{_sbindir}/srp_daemon
|
|
|
|
|
%{_sbindir}/run_srp_daemon
|
|
|
|
|
%{_udevrulesdir}/60-srp_daemon.rules
|
|
|
|
|
%{_mandir}/man5/srp_daemon.service.5*
|
|
|
|
|
%{_mandir}/man5/srp_daemon_port@.service.5*
|
|
|
|
|
%{_mandir}/man8/ibsrpdm.8*
|
|
|
|
|
%{_mandir}/man8/srp_daemon.8*
|
2019-09-30 11:16:12 -04:00
|
|
|
|
2020-07-27 18:25:57 +08:00
|
|
|
%files -n python3-pyverbs
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%{python3_sitearch}/pyverbs
|
|
|
|
|
%{_docdir}/%{name}-%{version}/tests/*.py
|
|
|
|
|
|
|
|
|
|
%files help
|
2019-09-30 11:16:12 -04:00
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%doc %{_docdir}/%{name}-%{version}/rxe.md
|
|
|
|
|
%doc %{_docdir}/%{name}-%{version}/udev.md
|
|
|
|
|
%doc %{_docdir}/%{name}-%{version}/ibacm.md
|
|
|
|
|
%doc %{_docdir}/%{name}-%{version}/README.md
|
|
|
|
|
%doc %{_docdir}/%{name}-%{version}/ibsrpdm.md
|
|
|
|
|
%doc %{_docdir}/%{name}-%{version}/MAINTAINERS
|
|
|
|
|
%doc %{_docdir}/%{name}-%{version}/librdmacm.md
|
|
|
|
|
%doc %{_docdir}/%{name}-%{version}/libibverbs.md
|
|
|
|
|
%doc %{_docdir}/%{name}-%{version}/tag_matching.md
|
2024-02-06 16:03:33 +08:00
|
|
|
%doc %{_docdir}/%{name}-%{version}/70-persistent-ipoib.rules
|
2019-09-30 11:16:12 -04:00
|
|
|
|
|
|
|
|
%changelog
|
2024-05-06 10:04:50 +08:00
|
|
|
* Mon May 6 2024 Juan Zhou <zhoujuan51@h-partners.com> - 50.0-8
|
|
|
|
|
- Type: bugfix
|
|
|
|
|
- ID: NA
|
|
|
|
|
- SUG: NA
|
|
|
|
|
- DESC: Fix flexible WQE buffer page related issues
|
|
|
|
|
|
2024-04-12 15:28:08 +08:00
|
|
|
* Fri Apr 12 2024 Ke Chen <chenke54@huawei.com> - 50.0-7
|
|
|
|
|
- Type: requirement
|
|
|
|
|
- ID: NA
|
|
|
|
|
- SUG: NA
|
|
|
|
|
- DESC: Add support for ROH
|
|
|
|
|
|
2024-04-11 09:22:46 +08:00
|
|
|
* Thu Apr 11 2024 Ran Zhou <zhouran10@h-partners.com> - 50.0-6
|
|
|
|
|
- Type: requirement
|
|
|
|
|
- ID: NA
|
|
|
|
|
- SUG: NA
|
|
|
|
|
- DESC: Add support for DCA
|
|
|
|
|
|
2024-03-26 20:13:00 +08:00
|
|
|
* Tue Mar 26 2024 Ran Zhou <zhouran10@h-partners.com> - 50.0-5
|
|
|
|
|
- Type: requirement
|
|
|
|
|
- ID: NA
|
|
|
|
|
- SUG: NA
|
|
|
|
|
- DESC: Support software wc and fix commit info of previous patches
|
|
|
|
|
|
2024-03-21 10:21:59 +08:00
|
|
|
* Thu Mar 21 2024 Ran Zhou <zhouran10@h-partners.com> - 50.0-4
|
|
|
|
|
- Type: requirement
|
|
|
|
|
- ID: NA
|
|
|
|
|
- SUG: NA
|
|
|
|
|
- DESC: Support td lock-free
|
|
|
|
|
|
2024-03-12 10:28:45 +08:00
|
|
|
* Tue Mar 12 2024 Ran Zhou <zhouran10@h-partners.com> - 50.0-3
|
|
|
|
|
- Type: requirement
|
|
|
|
|
- ID: NA
|
|
|
|
|
- SUG: NA
|
|
|
|
|
- DESC: Backport congestion control from mainline
|
|
|
|
|
|
2024-02-22 17:34:28 +08:00
|
|
|
* Thu Feb 22 2024 Ran Zhou <zhouran10@h-partners.com> - 50.0-2
|
|
|
|
|
- Type: requirement
|
|
|
|
|
- ID: NA
|
|
|
|
|
- SUG: NA
|
|
|
|
|
- DESC: Support DSCP
|
|
|
|
|
|
2024-02-06 16:03:33 +08:00
|
|
|
* Tue Feb 6 2024 Ran Zhou <zhouran10@h-partners.com> - 50.0-1
|
|
|
|
|
- Type: requirement
|
|
|
|
|
- ID: NA
|
|
|
|
|
- SUG: NA
|
|
|
|
|
- DESC: Update to 50.0
|
|
|
|
|
|
2024-01-25 20:02:21 +08:00
|
|
|
* Thu Jan 25 2024 Ran Zhou <zhouran10@h-partners.com> - 41.0-27
|
|
|
|
|
- Type: requirement
|
|
|
|
|
- ID: NA
|
|
|
|
|
- SUG: NA
|
|
|
|
|
- DESC: Add neccessary dependencies for rdma-core-devel
|
|
|
|
|
|
2023-11-22 03:53:22 +00:00
|
|
|
* Tue Dec 19 2023 Juan Zhou <zhoujuan51@h-partners.com> - 41.0-26
|
|
|
|
|
- Type: requirement
|
|
|
|
|
- ID: NA
|
|
|
|
|
- SUG: NA
|
|
|
|
|
- DESC: Separate some packages from rdma-core
|
|
|
|
|
|
2023-12-12 19:02:37 +08:00
|
|
|
* Tue Dec 12 2023 Ran Zhou <zhouran10@h-partners.com> - 41.0-25
|
|
|
|
|
- Type: bugfix
|
|
|
|
|
- ID: NA
|
|
|
|
|
- SUG: NA
|
|
|
|
|
- DESC: Fix congest type flags error and replace a corrupt patch
|
|
|
|
|
|
2023-12-08 09:59:30 +08:00
|
|
|
* Fri Dec 8 2023 Ran Zhou <zhouran10@h-partners.com> - 41.0-24
|
|
|
|
|
- Type: bugfix
|
|
|
|
|
- ID: NA
|
|
|
|
|
- SUG: NA
|
|
|
|
|
- DESC: Fix missing DB when compiler does not support SVE
|
|
|
|
|
|
2023-12-07 10:58:28 +08:00
|
|
|
* Thu Dec 7 2023 Ran Zhou <zhouran10@h-partners.com> - 41.0-23
|
|
|
|
|
- Type: bugfix
|
|
|
|
|
- ID: NA
|
|
|
|
|
- SUG: NA
|
|
|
|
|
- DESC: Bugfix for lock and owner bit
|
|
|
|
|
|
2023-12-01 17:51:21 +08:00
|
|
|
* Fri Dec 1 2023 Ran Zhou <zhouran10@h-partners.com> - 41.0-22
|
|
|
|
|
- Type: bugfix
|
|
|
|
|
- ID: NA
|
|
|
|
|
- SUG: NA
|
|
|
|
|
- DESC: Bugfix for wrong timing of modifying ibv_qp state to err
|
|
|
|
|
|
2023-11-27 17:16:18 +08:00
|
|
|
* Mon Nov 27 2023 Ran Zhou <zhouran10@h-partners.com> - 41.0-21
|
|
|
|
|
- Type: bugfix
|
|
|
|
|
- ID: NA
|
|
|
|
|
- SUG: NA
|
|
|
|
|
- DESC: Corrects several minor issues found in review
|
|
|
|
|
|
2023-11-22 16:43:47 +08:00
|
|
|
* Wed Nov 22 2023 Ran Zhou <zhouran10@h-partners.com> - 41.0-20
|
|
|
|
|
- Type: bugfix
|
|
|
|
|
- ID: NA
|
|
|
|
|
- SUG: NA
|
|
|
|
|
- DESC: Get dmac from kernel driver
|
|
|
|
|
|
2023-10-31 10:04:56 +08:00
|
|
|
* Tue Oct 31 2023 Ran Zhou <zhouran10@h-partners.com> - 41.0-19
|
|
|
|
|
- Type: requirement
|
|
|
|
|
- ID: NA
|
|
|
|
|
- SUG: NA
|
|
|
|
|
- DESC: Support STARS over RDMA
|
|
|
|
|
|
2023-10-26 15:02:44 +08:00
|
|
|
* Thu Oct 26 2023 Juan Zhou <zhoujuan51@h-partners.com> - 41.0-18
|
|
|
|
|
- Type: requirement
|
|
|
|
|
- ID: NA
|
|
|
|
|
- SUG: NA
|
|
|
|
|
- DESC: Skip resolving MAC for RDMA over UBLink
|
|
|
|
|
|
2023-10-25 11:10:36 +08:00
|
|
|
* Wed Oct 25 2023 Ran Zhou <zhouran10@h-partners.com> - 41.0-17
|
|
|
|
|
- Type: requirement
|
|
|
|
|
- ID: NA
|
|
|
|
|
- SUG: NA
|
|
|
|
|
- DESC: Support SRQ record doorbell
|
|
|
|
|
|
2023-10-24 14:56:44 +08:00
|
|
|
* Tue Oct 24 2023 Ran Zhou <zhouran10@h-partners.com> - 41.0-16
|
|
|
|
|
- Type: requirement
|
|
|
|
|
- ID: NA
|
|
|
|
|
- SUG: NA
|
|
|
|
|
- DESC: Support flexible WQE buffer page size
|
|
|
|
|
|
2023-09-26 20:59:51 +08:00
|
|
|
* Tue Sep 26 2023 Juan Zhou <zhoujuan51@h-partners.com> - 41.0-15
|
|
|
|
|
- Type: requirement
|
|
|
|
|
- ID: NA
|
|
|
|
|
- SUG: NA
|
|
|
|
|
- DESC: Support reporting wc as software mode
|
|
|
|
|
|
2023-07-25 16:03:02 +08:00
|
|
|
* Tue Jul 25 2023 Juan Zhou <zhoujuan51@h-partners.com> - 41.0-14
|
|
|
|
|
- Type: bugfix
|
|
|
|
|
- ID: NA
|
|
|
|
|
- SUG: NA
|
|
|
|
|
- DESC: Two patchs are uploaded from rdma-core mainline
|
|
|
|
|
|
2023-06-09 11:33:01 +08:00
|
|
|
* Fri Jun 9 2023 Juan Zhou <zhoujuan51@h-partners.com> - 41.0-13
|
|
|
|
|
- Type: bugfix
|
|
|
|
|
- ID: NA
|
|
|
|
|
- SUG: NA
|
|
|
|
|
- DESC: Support user to choose using UD sl or pktype to adapt MPI APP
|
|
|
|
|
|
2023-06-02 11:37:11 +08:00
|
|
|
* Fri Jun 2 2023 Juan Zhou <zhoujuan51@h-partners.com> - 41.0-12
|
|
|
|
|
- Type: bugfix
|
|
|
|
|
- ID: NA
|
|
|
|
|
- SUG: NA
|
|
|
|
|
- DESC: Backport bugfix for hns
|
|
|
|
|
|
2023-05-11 20:11:44 +08:00
|
|
|
* Thu May 11 2023 Juan Zhou <zhoujuan51@h-partners.com> - 41.0-11
|
|
|
|
|
- Type: bugfix
|
|
|
|
|
- ID: NA
|
|
|
|
|
- SUG: NA
|
|
|
|
|
- DESC: Fix the sge number related errors and remove local invalidate operation
|
|
|
|
|
|
2023-04-17 11:50:33 +08:00
|
|
|
* Mon Apr 17 2023 Juan Zhou <zhoujuan51@h-partners.com> - 41.0-10
|
|
|
|
|
- Type: bugfix
|
|
|
|
|
- ID: NA
|
|
|
|
|
- SUG: NA
|
|
|
|
|
- DESC: Add support for SVE Direct WQE for libhns
|
|
|
|
|
|
2023-04-13 15:22:58 +08:00
|
|
|
* Thu Apr 13 2023 Juan Zhou <zhoujuan51@h-partners.com> - 41.0-9
|
|
|
|
|
- Type: requirement
|
|
|
|
|
- ID: NA
|
|
|
|
|
- SUG: NA
|
|
|
|
|
- DESC: Support congestion control algorithm configuration
|
|
|
|
|
|
2022-12-14 17:42:29 +08:00
|
|
|
* Wed Dec 14 2022 Yixing Liu <liuyixing1@huawei.com> - 41.0-6
|
|
|
|
|
- Type: requirement
|
|
|
|
|
- ID: NA
|
|
|
|
|
- SUG: NA
|
|
|
|
|
- DESC: Support libhns reset stop ring db mechanism
|
|
|
|
|
|
2022-11-30 17:03:44 +08:00
|
|
|
* Wed Nov 30 2022 tangchengchang <tangchengchang@huawei.com> - 41.0-7
|
|
|
|
|
- Type: requirement
|
|
|
|
|
- ID: NA
|
|
|
|
|
- SUG: NA
|
|
|
|
|
- DESC: Add support for hns DCA
|
|
|
|
|
|
2022-11-29 14:01:00 +08:00
|
|
|
* Mon Nov 28 2022 Yixing Liu <liuyixing1@huawei.com> - 41.0-6
|
|
|
|
|
- Type: requirement
|
|
|
|
|
- ID: NA
|
|
|
|
|
- SUG: NA
|
|
|
|
|
- DESC: Support libhns td unlock
|
|
|
|
|
|
2022-11-29 14:14:12 +08:00
|
|
|
* Mon Nov 07 2022 Guofeng Yue <yueguofeng@hisilicon.com> - 41.0-5
|
|
|
|
|
- Type: requirement
|
|
|
|
|
- ID: NA
|
|
|
|
|
- SUG: NA
|
|
|
|
|
- DESC: Support hns RoH mode
|
|
|
|
|
|
2022-11-06 23:11:24 +08:00
|
|
|
* Sun Nov 06 2022 tangchengchang <tangchengchang@huawei.com> - 41.0-4
|
|
|
|
|
- Type: bugfix
|
|
|
|
|
- ID: NA
|
|
|
|
|
- SUG: NA
|
|
|
|
|
- DESC: Backport bugfix from rdma-core 41.1
|
|
|
|
|
|
2022-10-31 14:17:20 +08:00
|
|
|
* Sat Oct 29 2022 tangchengchang <tangchengchang@huawei.com> - 41.0-3
|
|
|
|
|
- Type: requirement
|
|
|
|
|
- ID: NA
|
|
|
|
|
- SUG: NA
|
|
|
|
|
- DESC: Support rq inline and cqe inline
|
|
|
|
|
|
2022-10-31 14:17:19 +08:00
|
|
|
* Sat Oct 08 2022 luoyouming <luoyouming@huawei.com> - 41.0-2
|
|
|
|
|
- Type: requirement
|
|
|
|
|
- ID: NA
|
|
|
|
|
- SUG: NA
|
|
|
|
|
- DESC: Support rq inline and cqe inline
|
|
|
|
|
|
2022-07-27 18:14:12 +08:00
|
|
|
* Mon Jul 25 2022 tangchengchang <tangchengchang@huawei.com> - 41.0-1
|
|
|
|
|
- Type: requirement
|
|
|
|
|
- ID: NA
|
|
|
|
|
- SUG: NA
|
|
|
|
|
- DESC: update to 41.0
|
|
|
|
|
|
2022-07-13 21:40:41 +08:00
|
|
|
* Mon Jul 11 2022 luozhengfeng <luozhengfeng@h-partners.com> - 35.1-3
|
|
|
|
|
- Type: bugfix
|
|
|
|
|
- ID: NA
|
|
|
|
|
- SUG: NA
|
|
|
|
|
- DESC: bugfix and refactor for hns SRQ and SGE
|
|
|
|
|
|
2022-06-08 14:43:29 +08:00
|
|
|
* Mon Jan 10 2022 tangchengchang <tangchengchang@huawei.com> - 35.1-2
|
2022-01-10 16:41:56 +08:00
|
|
|
- Type: requirement
|
|
|
|
|
- ID: NA
|
|
|
|
|
- SUG: NA
|
|
|
|
|
- DESC: Add support for hns DWQE
|
|
|
|
|
|
2021-12-09 19:19:06 +08:00
|
|
|
* Thu Dec 09 2021 gaihuiying <gaihuiying1@huawei.com> - 35.1-1
|
|
|
|
|
- Type: requirement
|
|
|
|
|
- ID: NA
|
|
|
|
|
- SUG: NA
|
|
|
|
|
- DESC: update to 35.1
|
|
|
|
|
|
2022-06-08 14:43:29 +08:00
|
|
|
* Sun Sep 26 2021 seuzw <930zhaowei@163.com> - 35.0-3
|
2021-09-26 17:05:44 +08:00
|
|
|
- Type: bugfix
|
|
|
|
|
- ID: NA
|
|
|
|
|
- SUG: NA
|
|
|
|
|
- DESC: Use -e para to make transferred meaning take effect
|
|
|
|
|
|
2021-09-23 22:00:22 +08:00
|
|
|
* Thu Sep 23 2021 zhongxuan <zhongxuan2@huawei.com> - 35.0-2
|
|
|
|
|
- Type: bugfix
|
|
|
|
|
- ID: NA
|
|
|
|
|
- SUG: NA
|
|
|
|
|
- DESC: increase maximum number of cpus
|
|
|
|
|
|
2021-07-05 10:25:21 +08:00
|
|
|
* Fri Jul 2 2021 liyangyang <liyangyang20@huawei.com> - 35.0-1
|
|
|
|
|
- Type: bugfix
|
|
|
|
|
- ID: NA
|
|
|
|
|
- SUG: NA
|
|
|
|
|
- DESC: update to 35.0
|
|
|
|
|
|
2020-07-27 18:25:57 +08:00
|
|
|
* Mon Apr 20 2020 majun <majun65@huawei.com> - 28.1-2
|
|
|
|
|
- Type: bugfix
|
|
|
|
|
- ID: NA
|
|
|
|
|
- SUG: NA
|
|
|
|
|
- DESC: fix install problem
|
|
|
|
|
|
|
|
|
|
* Sat Apr 18 2020 majun <majun65@huawei.com> - 28.1-1
|
|
|
|
|
- Type: bugfix
|
|
|
|
|
- ID: NA
|
|
|
|
|
- SUG: NA
|
|
|
|
|
- DESC: update to 28.1
|
|
|
|
|
|
|
|
|
|
* Thu Mar 19 2020 wangxiaopeng <wangxiaopeng7@huawei.com> - 20.1-7
|
|
|
|
|
- Type: bugfix
|
|
|
|
|
- ID: NA
|
|
|
|
|
- SUG: NA
|
|
|
|
|
- DESC: fix upgrate problem
|
|
|
|
|
|
2019-11-06 19:51:11 +08:00
|
|
|
* Fri Oct 11 2019 jiangchuangang <jiangchuangang@huawei.com> - 20.1-6
|
|
|
|
|
- Type: enhancement
|
|
|
|
|
- ID: NA
|
|
|
|
|
- SUG: NA
|
|
|
|
|
- DESC: remove pandoc from BuildRequires
|
|
|
|
|
|
2019-09-30 11:16:12 -04:00
|
|
|
* Sat Sep 21 2019 openEuler Buildteam <buildteam@openeuler.org> - 20.1-5
|
|
|
|
|
- Package init
|
2020-07-27 18:25:57 +08:00
|
|
|
|