Changelog for
ibsim-debuginfo-0.12-150600.1.3.x86_64.rpm :
* Tue Jul 25 2023 nicolas.moreyAATTsuse.com- Update to 0.12 - Increase LFT size to 48K - Support NDR when parsing enhance ibnetdiscover - Enable IsLinkSpeedNDRSupported bit in PortInfo - Assume QDR speed when port speed is 0
* Mon Aug 23 2021 nmoreychaisemartinAATTsuse.com- Update to 0.11 - Fixes various compilations warnings - Initial NDR support - Remove IsVendorClassSupported capibility bit from HCA- Drop patches fixed upstream: - ibsim-fix_type_punning.patch - typo-scrips.patch
* Wed Apr 28 2021 nmoreychaisemartinAATTsuse.com- Update to version 0.10 - Support multiple umad file descriptors - Support latest libibumad - Added ibsim-run, a wrapper to run programs under ibsim- Refresh ibsim-PIE.patch against latest sources- Add typo-scrips.patch to fix compilation for ibsim-run
* Thu Apr 22 2021 jengelhAATTinai.de- Trim old rpm constructs.
* Thu Apr 15 2021 wolfgang.frischAATTsuse.com- Hardening: Link as Position Independent Executable. - Added ibsim-PIE.patch
* Tue Mar 03 2020 nmoreychaisemartinAATTsuse.com- Update to version 0.9 - Add --no-console option - Support GID/subnet prefix field in the PortInfo attribute- Drop patches merged upstream: - umad2sim-Do-not-use-umad.h-deprecated-functions.patch - umad2sim-define-UMAD_DEV_DIR-if-not-set.patch
* Fri Oct 11 2019 nmoreychaisemartinAATTsuse.com- Add patches to fix support with rdma-core >= 25 - umad2sim-Do-not-use-umad.h-deprecated-functions.patch - umad2sim-define-UMAD_DEV_DIR-if-not-set.patch
* Thu Apr 18 2019 nmoreychaisemartinAATTsuse.com- Remove unneeded build dependencies
* Wed Apr 17 2019 nmoreychaisemartinAATTsuse.com- Update to version 0.8 - Extended speed support including HDR and FDR10 - 2x link support - Link speed, espeed, and width change support - Support for PortXmitWait field in PortCounters - Minor changes/bug fixes
* Fri Jun 15 2018 nmoreychaisemartinAATTsuse.com- Update Source and URL as ibsim was moved to GitHub- Add a _service file to be able to auto-fetch from github
* Fri Jun 23 2017 nmoreychaisemartinAATTsuse.com- Replace dependency from libibmad-devel to infiniband-diags-devel
* Thu Jun 08 2017 nmoreychaisemartinAATTsuse.com- Update to version 0.7
* PerformanceSet handling for enhanced switch port 0
* Fix incorrectly updated port counters in pc_updated()
* Invalidate PerformanceSet commands with no port number
* Fix parsing of port number in PerformanceSet command
* Allocate MFT according to number of switch ports
* Wed Mar 29 2017 pthAATTsuse.de- Make dependencies on libs now coming from rdma-core versioned.
* Thu Mar 10 2016 pthAATTsuse.de- Update to latest git version 0.6-gitf9acb41 (bsc#970668):
* sim_cmd.c: PerformanceSet handling for enhanced switch port 0 Setting the perf counters of the port 0 is only allowed when the node is a switch with an enhanced port 0
* sim_mad.c: Fix incorrectly updated port counters in pc_updated() When the IB packet gets out of the source port, the Xmit fields of the source port are now updated.
* sim_cmd.c: Invalidate PerformanceSet commands with no port number Syntax: sim> PerformanceSet \"nodeid\"[port] [attribute].[field]=[value]
* sim_cmd.c: Fix parsing of port number in PerformanceSet command Syntax: sim> PerformanceSet \"nodeid\"[port] [attribute].[field]=[value]
* ibsim: Allocate MFT according to number of switch ports Calculate number of port masks according to number of switch ports and allocate MFT accordingly- Include ChangeLog generated from git log.- Add ibsim-fix_type_punning.patch to replace type-punning by memcpy.