Name: eth-tools Version: 11.4.0.0 Release: 200%{?dist} Summary: Intel Ethernet Fabric Suite basic tools and libraries for fabric management License: BSD Url: https://github.com/intel/eth-fast-fabric Source: %url/archive/%{version_no_tilde}/eth-fast-fabric-%{version_no_tilde}.tar.gz ExclusiveArch: x86_64 # The Intel(R) Ethernet Fabric Suite product line is only available on x86_64 platforms at this time. Epoch: 1 %description This package contains the tools necessary to manage an Intel Ethernet fabric. %package basic Summary: Management level tools and scripts Requires: rdma bc Requires: expect%{?_isa}, tcl%{?_isa}, libibverbs-utils%{?_isa}, librdmacm-utils%{?_isa}, net-snmp%{?_isa}, net-snmp-utils%{?_isa} BuildRequires: make BuildRequires: expat-devel BuildRequires: gcc-c++ BuildRequires: tcl-devel BuildRequires: rdma-core-devel BuildRequires: net-snmp-devel %description basic Contains basic tools for fabric management necessary on all compute nodes. %package fastfabric Summary: Management level tools and scripts Requires: perl Requires: eth-tools-basic%{?_isa} >= %{version}-%{release} %description fastfabric Contains tools for managing fabric on a management node. %prep %autosetup -n eth-fast-fabric-%{version_no_tilde} %build cd OpenIb_Host OPA_FEATURE_SET= CLOCAL='%build_cflags' CCLOCAL='%build_cxxflags' LDLOCAL='%build_ldflags' ./ff_build.sh %{_builddir} %install BUILDDIR=%{_builddir} DESTDIR=%{buildroot} LIBDIR=%{_prefix}/lib DSAP_LIBDIR=%{_libdir} ./OpenIb_Host/ff_install.sh %files basic %{_sbindir}/ethbw %{_sbindir}/ethcapture %{_sbindir}/ethshmcleanup %{_prefix}/lib/eth-tools/setup_self_ssh %{_prefix}/lib/eth-tools/usemem %{_prefix}/lib/eth-tools/ethipcalc %{_prefix}/lib/eth-tools/stream %{_prefix}/lib/eth-tools/ethudstress %{_mandir}/man1/ethbw.1* %{_mandir}/man1/ethcapture.1* %{_mandir}/man1/ethshmcleanup.1* %{_datadir}/eth-tools/samples/mgt_config.xml-sample %dir %{_sysconfdir}/eth-tools/ %config(noreplace) %{_sysconfdir}/eth-tools/mgt_config.xml %files fastfabric %{_sbindir}/* %exclude %{_sbindir}/ethbw %exclude %{_sbindir}/ethcapture %exclude %{_sbindir}/ethshmcleanup %{_prefix}/lib/eth-tools/* %exclude %{_prefix}/lib/eth-tools/setup_self_ssh %exclude %{_prefix}/lib/eth-tools/usemem %exclude %{_prefix}/lib/eth-tools/ethipcalc %exclude %{_prefix}/lib/eth-tools/stream %exclude %{_prefix}/lib/eth-tools/ethudstress %{_datadir}/eth-tools/* %exclude %{_datadir}/eth-tools/samples/mgt_config.xml-sample %{_mandir}/man8/eth*.8* %{_usrsrc}/eth/* %{_sysconfdir}/eth-tools/ethmon.si.conf # Replace ethmon.si.conf, as it's a template config file. %config(noreplace) %{_sysconfdir}/eth-tools/ethfastfabric.conf %config(noreplace) %{_sysconfdir}/eth-tools/ethmon.conf %config(noreplace) %{_sysconfdir}/eth-tools/allhosts %config(noreplace) %{_sysconfdir}/eth-tools/hosts %config(noreplace) %{_sysconfdir}/eth-tools/switches %config(noreplace) /usr/lib/eth-tools/osid_wrapper %changelog * Thu Dec 1 2022 Jijun Wang - 11.4.0.0-198 - Added Ubuntu support to INSTALL script - Updated man pages for FastFabric tools * Thu Dec 1 2022 Jijun Wang - 11.4.0.0-194 - Changed FastFabric to setup PFC using software DCB (open lldp) - Enhanced host verify to check passive mode intel_pstate, loopback rping * Wed Nov 30 2022 Jijun Wang - 11.4.0.0-144 - Fixed MpiApps build script to allow building HPL with Intel MPI and MKL - Updated MpiApps scripts to pass exe params to commands * Wed Nov 30 2022 Jijun Wang - 11.4.0.0-139 - Removed dead code and unsupported tools * Wed Nov 30 2022 Jijun Wang - 11.4.0.0-137 - Introduced tool ethbw to monitor BW per NIC - Added support on Intel GPU * Wed Nov 30 2022 Jijun Wang - 11.4.0.0-124 - Improved to support RHEL 9.0 - Improved FastFabric to support fabric plane - improved ethreport with below new features: -- -P/-H: include only persist or hardware data -- -A/-o otherports: include all or other (inactive) ports -- -s: include performance data - Improved node verification to check NIC firmware and driver version * Wed Nov 30 2022 Jijun Wang - 11.4.0.0-81 - Improved to support SLES 15.4 - Improved performance on ethreport, rping and pfctest * Wed Nov 30 2022 Jijun Wang - 11.4.0.0-55 - Improved ethreport to support more than 256 ports * Mon Jun 13 2022 Jijun Wang - 11.3.0.0-130 - Improved to support RHEL 8.6 - Improved to enable almalinux and circle Linux - Added tool ethshmcleanup.sh for obsoleted shm file clean up - Update MpiApps to use OSU 5.9 * Mon Jun 13 2022 Jijun Wang - 11.2.0.0-259 - Improved to support RHEL 8.5 * Mon Jan 10 2022 Jijun Wang - 11.1.0.1-7 - Fixed false negative issue on ethfindgood * Fri Jan 07 2022 Jijun Wang - 11.1.0.1-6 - Improved ethfindgood to be more stable on finding irdma dev name * Mon Nov 01 2021 Jijun Wang - 11.1.0.1-3 - Enabled builds on Rocky Linux * Mon Aug 16 2021 Jijun Wang - 11.1.0.0-179 - Renamed 'chassis' to 'switch' - Added suport on GPU and PortID - Added empirical PFC testing * Thu Aug 12 2021 Jijun Wang - 11.0.0.0-166 - Added perl as Requires for fastfabric package * Thu Aug 12 2021 Jijun Wang - 11.2.0.0-61 - Added perl as Requires for fastfabric package * Fri Feb 05 2021 Jijun Wang - 11.0.0.0-163 - Cleaned up for upstream * Mon Feb 26 2018 Jijun Wang - 10.8.0.0-1 - Added epoch for RHEL address-resolution, basic and fastfabric - Added component information in description for all rpms * Thu Apr 13 2017 Scott Breyer - 10.5.0.0-1 - Updates for spec file cleanup * Fri Oct 10 2014 Erik E. Kahn - 1.0.0-ifs-1 - Initial version