Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

fabtests-1.16.1-2.1 RPM for armv7hl

From OpenSuSE Ports Leap 15.5 for armv7hl

Name: fabtests Distribution: openSUSE:Step:15-SP5
Version: 1.16.1 Vendor: obs://build.opensuse.org/openSUSE:Step
Release: 2.1 Build date: Thu Nov 10 19:55:35 2022
Group: Development/Tools/Other Build host: armbuild01
Size: 5305142 Source RPM: fabtests-1.16.1-2.1.src.rpm
Packager: https://bugs.opensuse.org
Url: http://www.github.com/ofiwg/libfabric
Summary: Test suite for libfabric API
Fabtests provides a set of examples that uses libfabric, a fabric software library.

Provides

Requires

License

BSD-2-Clause OR GPL-2.0-only

Changelog

* Tue Nov 08 2022 nmoreychaisemartin@suse.com
  - Add prov-net-fix-error-path-in-xnet_enable_rdm.patch to fix a deadlock
    when no network interfaces are available (bsc#1205139)
* Mon Oct 10 2022 nmoreychaisemartin@suse.com
  - Update to 1.16.1
    - Core
    - Fix windows implementation to remove fd from poll set
    - PSM3
    - Add missing files to release tarball
    - Util
    - Handle NULL address insertion to fi_av_insert
  - Drop prov-rxm-Disable-128-bit-atomics.patch which was merged upstream
* Thu Oct 06 2022 nmoreychaisemartin@suse.com
  - Add prov-rxm-Disable-128-bit-atomics.patch to fix a potential
    segfault on misaligned buffers.
* Fri Sep 30 2022 nmoreychaisemartin@suse.com
  - Update to 1.16.0 (jsc#PED-351, jsc#PED-190)
    - Core
    - Added HMEM IPC cache
    - Use exact string comparison checks for network interfaces
    - Restructuring of poll/epoll abstraction
    - Add ability to disable locks completely in debug builds
    - Serialize access to modifying the logging calls
    - Minor fixes to fi_tostr text formatting
    - Add hmem interface checks to memory registration
    - EFA
    - Added support of Synapse AI memory.
    - Improved error message
    - Net
    - Temporarily forked, optimized version of tcp provider
    - Focused on improved performance and scalability over tcp sockets
    - Fork ensures tcp provider stability while net provider is developed
    - Shares the tcp provider protocol and base implementation for msg endpoints
    - Integrates direct support for rdm endpoints, using a derivative from rxm
    - Implements own protocol for rdm endpoints, separate from rxm;tcp
    - OPX
    - Added initial support for SDMA
    - General performance enhancements
    - Performance improvements to reliability protocol
    - Improved deferred work pending complete
    - Added support for OPX_AV=runtime
    - Support iov memory registration ops
    - Added DAOS RPC support
    - Atomic ops enhancements
    - Improved documentation
    - Debug build enhancements
    - Fixed compiler warnings
    - Reduced time to compile prov/opx code
    - General bug fixes
    - Fixed PSN wrapping scaling
    - Added intranode fence
    - Addressed bugs discovered by coverity scan
    - PSM2
    - Fix sending CQ data in some instances of fi_tsendmsg
    - PSM3
    - Updated to match Intel Ethernet Fabric Suite (IEFS) 11.3 release
    - RxM
    - Update to read multiple completions at once from msg provider
    - Move RxM AV implementation to util code to share with net provider
    - Minor code cleanups
    - SHM
    - Implement and use ipc_cache
    - Add log messages for debugging and error tracking
    - Fix check for FI_MR_HMEM mr_mode
    - Move shm signal handlers initialization to EP
    - Added log messages for errors detected
    - TCP
    - Fix incorrect signaling of the CQ
    - Increase max number of poll events to retrieve
    - Acquire ep lock prior to flushing socket in shutdown
    - Verify ep state prior to progressing socket data
    - Read cm error data when receiving connreq response
    - Log error on connect failure
    - Fix assertion failure in CQ progress function
    - Util
    - Fix text in log of UFFD ioctl failure
    - Introduce cuda ipc monitor
    - Fix CQ memory leak handling overflow
    - Fix MR mode bit check for ver 1.5 and greater
    - Add max_array_size to track/check array overflow
    - Always progress transfers when reading from a CQ
    - Handle NULL address insertion
    - Try IPv4 before IPv6 addresses when starting name server
    - Fix IP util av default address length
    - Fix util IP getinfo path to read hints->addr_format
    - Fix debug print mismatch
    - Fix return code when memory allocation fails.
    - Fix build sign warning in ofi_bufpool_region_alloc
    - Minor code cleanups
    - Print warning if an addr is inserted into an AV again
    - Verbs
    - Fix support of FI_SOCKADDR_IB when requested by the application
    - Ensure all posted receives are flushed to the application
    - Update ofi_mr_cache_search API for hmem IPC support
    - Reduce logging verbosity for "no active ports"
    - Fix incorrect length used in memory registration
    - Various minor bug fixes for test failures
    - Fix a memory leak getting IB address
    - Implement verbs provider on Windows over NetworkDirect API
    - Set and check address format correctly
    - Only close qp if it was initialized
    - Portable detection of loopback device
    - Fabtests
    - multi_ep: Separate EP resources and fix MR registration
    - multi_recv: Fix possible crash and check for valid buffer
    - unexpected_msg: Fix printf compiler warning
    - dgram_pingpong.c: Use out-of-band sync
    - multinode: Make multinode tests platform agnostic, fix formatting
    - ubertest: Fix string comparison to include length, fix writedata completion check
    - av_test: add support for -e <ep_type>
    - New tests:
    - dmabuf-rdma: Component level test for dma-buf RDMA
    - sock_test: Component level performance test of poll, epoll, and select
    - rdm_stress: Multi-threaded, multi-process stress test for RDM endpoints
    - sighandler_test: Regression test for signal handler restoration
  - Drop patches fixed upstream:
    - prov-opx-Correctly-disable-OPX-if-unsupported.patch
    - disable-flatten-attr.patch
* Mon Aug 01 2022 mliska@suse.cz
  - Add disable-flatten-attr.patch that drops flatten attribute.
    Note the flatten attribute results in huge compile time hog
    in inliner (same the binary size would be huge).
  - Use %make_build and enable LTO (boo#1133235).
  - Synchronize used Patches.
* Thu Jun 23 2022 nmoreychaisemartin@suse.com
  - Update to 1.15.1
    - Core
    - Fix fi_info indentation error in fi_tostr
    - hmem_ze: Add runtime option to choose specific copy engine
    - Cleanup of configure HMEM checks
    - Fixed stringop-truncation in ofi_ifaddr_get_speed
    - Add utility provider log suffix to make logs easier to read
    - Fix truncation of ipv6 addressing
    - hmem: add support for AWS Trainium devices
    - Fix potential sscanf overflows
    - hmem: pass through device and flags when querying memory interface
    - Rework locking in several areas to convert spinlocks to mutexes
    - Add new locking abstractions to select lock types at runtime
    - Add new FI_PROTO_RXM_TCP for optimized rxm over tcp path
    - Fix windows implementation to remove fd from poll set
    - EFA
    - Added windows support through efawin (https://github.com/aws/efawin)
    - Added support of AWS neuron.
    - Added support of using gdrcopy to copy data from host to device.
    - Fixed a bug that cause 0 byte read to fail.
    - Fixed a memory corruption issue that can caused forked process to crash.
    - Extended testing coverage through new pytest based testing framework.
    - HOOKS
    - Add new hooking provider dmabuf_peer_mem
    - Enable DL build of hooking providers
    - Add HMEM memory registration hook
    - OPX
    - New provider supporting Cornelis Networks Omni-path hardware
    - PSM3
    - Updated psm3 to match IEFS 11.2.0.0 release
    - Added support for sockets (TCP/UDP) via a runtime selectable Hardware
    Abstraction Layer (HAL)
    - Added support for IPv6 addressing in RoCE and sockets
    - Added various NIC selection filtering options (wildcarded NIC name,
      address format, wildcarded IP subnet, link speed)
    - Performance tuning in conjunction with OneAPI and OneCCL
    - Improved PSM3_IDENTIFY output
    - Rename most internal symbols to psm3_
    - Corrected vulnerabilities found during Coverity scans
    - configure options refined and help text improved
    - PSM3_MULTI_EP has been deprecated (recommend always enabled, default
      is enabled [same default as previous releases])
    - Various bug fixes
    - RxM
    - Add check that atomic size is valid
    - Add support to passthru calls to tcp provider in specific
    - TCP
    - Add assert to verify RMA source/target msg sizes match
    - Wake-up threads blocked on CQ to update their poll events
    - Fix use of incorrect events in progress handler
    - Fixes for various compile warnings, mostly on Windows
    - Add support for FI_RMA_EVENT capability
    - Add support for completion counters
    - Fix check for CQ data in tagged messages
    - Add cancel support to shared rx context
    - Add src_addr receive buffer matching
    - Add provider control to assign a src_addr with an ep
    - Handle trecv with FI_PEEK flag
    - Allow binding a CQ with an SRX
    - Restructuring of code in source files
    - Handle EWOULDBLOCK returned by send call
    - Add hot (active) pollfd
    - SHM
    - Properly chain the original signal handlers
    - Avoid uninitialized variable with invalid atomic parameters
    - Fix 0 byte SAR read
    - Initialize len parameter to accept
    - Refactor and simplify protocol code
    - Remove broken support for 128-bit atomics
    - Fix FI_INJECT flag support
    - Add assert to verify RMA source/target msg sizes match
    - Set domain threading to thread safe
    - Fix possible use of uninitiated var in av_insert
    - Util
    - Fix sign warning in ofi_bufpool_region_alloc
    - Remove unused variable from ofi_bufpool_destroy
    - Fix check for valid datatype in ofi_atomic_valid
    - Return with error if util_coll_sched_copy fails
    - Fix use of uninitialized variable in ofi_ep_allreduce
    - Fix memory access in ip_av_insertsym
    - Track ep per collective operation not with multicast
    - Restructure collective av set creation/destruction
    - Change most locks from spin locks to mutexes
    - Allow selection of spinlocks for CQ and domain objects
    - Fix AV default addrlen
    - Update fi_getinfo checks to include hints->addr_
    - Handle NULL address insertion to fi_av_insert
    - Verbs
    - Initial changes for compiling on Windows (via NetworkDirect)
    - Add a failover path to dma-buf based memory registration
    - Replace use of spin locks with mutexes
    - Check for valid qp prior to cleanup
    - Set and check for address format correct in fi_getinfo
    - Fabtests
    - hmem_cuda: used device allocated host buff to fill device buf
    - Add python scripts to control test execution
    - test_configs: include util provider in core config file
    - Add option "--pin-core"
    - Only call nrt_init once
    - Fix a bug in ft_neuron_cleanup
    - Correct help for unit test programs
    - Remove duplicate help prints from fi_mcast
    - configure.ac: fix --enable-debug=no not properly detected
    - msg_inject: handle the case ft_tsendmsg return -FI_EAGAIN
    - Add AWS Trainium device support
    - fi_inj_complete: Add FI_INJECT to fabtests
    - inj_complete.c: Make arguments align with the other tests
    - dgram_pingpong: handle the error return of fi_recv
    - recv_cancel: Remove requirement for unexpected msg handling
    - poll: Fix crash if unable to allocate pollset
    - ubertest: Add GPU testing and validation support
    - Add HMEM options parsing support
    - Update and re-enable fi_multi_ep test
  - Add prov-opx-Correctly-disable-OPX-if-unsupported.patch to disable
    OPX compilation on non x86_64 systems
* Tue Apr 19 2022 nmoreychaisemartin@suse.com
  - Update to 1.14.1
    - Core
    - Use non-shared memory allocations to use MADV_DONTFORK safely
    - Fix incorrect use of gdr_copy_from_mapping
    - Ensure proper timeout time for pollfds to avoid early exit
    - EFA
    - Handle read completion properly for multi_recv
    - Use shm's inject write when possible
    - Support 0 byte read
    - RxM
    - Ensure signaling the CQ fd after writing completion
    - Fix inject path for sending tagged messages with cq data
    - Negotiate credit based flow control support over CM
    - Add PID to CM messages to detect stale vs duplicate connections
    - Fix race handling unexpected messages from unknown peers
    - Fix possible leak of stack data in cm_accept
    - Restrict reported caps based on core provider
    - Delay starting listen until endpoint fully initialized
    - Verify valid atomic size
    - Sockets
    - Fix coverity reports on uninitialized data
    - Check for NULL pointers passed to memcpy
    - Add missing error return code from sock_ep_enable
    - TCP
    - Fix performance regression resulting from sparse pollfd sets
    - Fix assertion failure in CQ progress function
    - Do not generate error completions for inject msgs
    - Fix use of incorrect event names in progress handler
    - Fix check for CQ data in tagged messages
    - Make start_op array a static to reduce memory
    - Wake-up threads blocked on CQ to update their poll events
    - Verbs
    - Generate error completions for all failed transmits
    - Set all fields in the fi_fabric_attr for FI_CONNREQ events
    - Set proper completion flags for all failed transfer
    - Ensure that all attributes are provided when opening an endpoint
    - Fix error handling in vrb_eq_read
    - Fix memory leak in error case in vrb_get_sib
    - Work-around bug in verbs HW not reported correct send opcodes
    - Only call ibv_reg_dmabuf_mr when kernel support exists
    - Add a failover path to dma-buf based memory registration
    - Negotiate credit based flow control support over CM
* Mon Nov 22 2021 nmoreychaisemartin@suse.com
  - Update to 1.14.0
    - Add time stamps to log messages
    - Fix gdrcopy calculation of memory region size when aligned
    - Allow user to disable use of p2p transfers
    - Update fi_tostr print FI_SHARED_CONTEXT text instead of value
    - Update fi_tostr to output field names matching header file names
    - Fix narrow race condition in ofi_init
    - Add new fi_log_sparse API to rate limit repeated log output
    - Define memory registration for buffers used for collective operations
    - EFA, SHM, TCP, RXM, and verbs fixes
* Wed Nov 03 2021 nmoreychaisemartin@suse.com
  - Enable PSM3 provider (jsc#SLE-18754)
* Fri Oct 29 2021 nmoreychaisemartin@suse.com
  - Update to 1.13.2
    - Sort DL providers to ensure consistent load ordering
    - Update hooking providers to handle fi_open_ops calls to avoid crashes
    - Replace cassert with assert.h to avoid C++ headers in C code
    - Enhance serialization for memory monitors to handle external monitors
    - EFA, SHM, TCP, RxM and vers fixes
* Wed Aug 25 2021 nmoreychaisemartin@suse.com
  - Update to 1.13.1
    - Enable loading ZE library with dlopen()
    - Add IPv6 support to fi_pingpong
    - EFA, PSM3 and SHM fixes
* Wed Jul 07 2021 nmoreychaisemartin@suse.com
  - Update to 1.13.0
    - Fix behavior of fi_param_get parsing an invalid boolean value
    - Add new APIs to open, export, and import specialized fid's
    - Define ability to import a monitor into the registration cache
    - Add API support for INT128/UINT128 atomics
    - Fix incorrect check for provider name in getinfo filtering path
    - Allow core providers to return default attributes which are lower then
      maximum supported attributes in getinfo call
    - Add option prefer external providers (in order discovered) over internal
      providers, regardless of provider version
    - Separate Ze (level-0) and DRM dependencies
    - Always maintain a list of all discovered providers
    - Fix incorrect CUDA warnings
    - Fix bug in cuda init/cleanup checking for gdrcopy support
    - Shift order providers are called from in fi_getinfo, move psm2 ahead of
      psm3 and efa ahead of psmX
    - See NEWS.md for changelog
* Fri Apr 02 2021 nmoreychaisemartin@suse.com
  - Update to 1.12.1
    - Fix initialization checks for CUDA HMEM support
    - Fail if a memory monitor is requested but not available
    - Adjust priority of psm3 provider to prefer HW specific providers,
      such as efa and psm2
    - EFA and PSM3 fixes
    - See NEWS.md for changelog
* Tue Mar 09 2021 nmoreychaisemartin@suse.com
  - Update to 1.12.0
    - See NEWS.md for changelog
* Wed Dec 16 2020 nmoreychaisemartin@suse.com
  - Update to 1.11.2 (bsc#1181983)
    - See NEWS.md for changelog
* Mon Oct 12 2020 nmoreychaisemartin@suse.com
  - Update to 1.11.1 (jsc#SLE-13312)
    - See NEWS.md for changelog
* Tue Aug 18 2020 nmoreychaisemartin@suse.com
  - Update to 1.11.0
    - See NEWS.md for changelog
* Thu May 14 2020 nmoreychaisemartin@suse.com
  - Update to 1.10.1
    - See NEWS.md for changelog
* Mon Apr 27 2020 nmoreychaisemartin@suse.com
  - Update to 1.10.0
    - See NEWS.md for changelog
* Thu Mar 19 2020 nmoreychaisemartin@suse.com
  - Update to 1.9.1 (bsc#1160275)
    - See NEWS.md for changelog
* Mon Nov 25 2019 nmoreychaisemartin@suse.com
  - Update to 1.9.0 (jsc#SLE-8257)
    - See NEWS.md for changelog
* Tue Oct 01 2019 nmoreychaisemartin@suse.com
  - Update to 1.8.1 (jsc#SLE-8257)
    - See NEWS.md for changelog
* Fri Sep 06 2019 nmoreychaisemartin@suse.com
  - Update to 1.8.0
    - See NEWS.md for changelog
* Wed Apr 24 2019 mliska@suse.cz
  - Disable LTO (boo#1133235).
* Tue Apr 09 2019 nmoreychaisemartin@suse.com
  - Update to 1.7.1
    - See NEWS.md for changelog
* Mon Feb 11 2019 jengelh@inai.de
  - Remove silly Prefix: value, we do not support that in SUSE anyway.
  - Update summaries, make use of %make_install.
* Thu Feb 07 2019 nmoreychaisemartin@suse.com
  - Update to v1.7.0
    - fabtests and libfabric repos have been merged upstream
    - Core
    - Add ability to report NIC details with fi_info data
    - Improve MR cache notification mechanisms
    - Set sockaddr address format correctly
    - Avoid possible null dereference in eq_read
    - Handle FI_PEEK in CQ/EQ readerr
    - Add debug messages to name server
    - Feature and performance enhancements added to internal buffer pool
    - Add support for huge pages
    - Decrease memory use for idle buffer pools
    - Refactor utility AV functionality
    - Generic counter support enhancements
    - Optimize EP and CQ locking based on application threading level
    - Enhance common support for EQ error handling
    - Add free/alloc memory notification hooks for MR cache support
    - Fix memory monitor unsubscribe handling
    - Add CQ fd wait support
    - Add CQ overflow protection
    - Enhance IPv6 addressing support for AVs
    - Enhancements to support for AV address lookup
    - Fixes for emulated epoll support
    - Allow layering of multiple utility providers
    - Minor bug fixes and optimization
    - Hook
    - Improved hooking infrastructure
    - Add support for installing multiple hooks
    - Support hooks provided by external libraries.
    - GNI
    - Fix CQ readfrom overwriting src_addr in case of multiple events
    - Signal wait set if error entry is added to CQ
    - Fix state data issue with SMSG buffers
    - Enhance and fix possible misuse of default authorization key
    - Add cancel support for SEP
    - Rework SEP setup
    - Suppress huge page counting for ARM
    - Fix incorrect check of FI_SYNC_ERR flag
    - PSM2
    - Requires PSM2 library version 10.2.260 or later
    - Clean up connection state in fi_av_remove
    - Use psm2_info_query to read HFI device info
    - Clean up CQ/counter poll list when endpoint is closed
    - Support shared address vector
    - Optimize CQ event conversion with psm2_mq_ipeek_dequeue_multi
    - Lock optimization for FI_THREAD_DOMAIN
    - Use new PSM2 fast path isend/irecv functions for large size RMA
    - Support building with latest PSM2 source code (version 11.2.68)
    - Support fabric direct
    - RxD
    - Initial release of RxD provider
    - Provides reliable datagram semantics over unreliable datagram EPs
    - Target is to improve scalability for very large clusters relative to RxM
    - RxM
    - Decrease memory use needed to maintain large number of connections
    - Set correct op_context and flags on CQ error completions
    - Fix file descriptor memory leaks
    - Introduce new protocol optimized for medium message transfers
    - Improve Rx software performance path
    - Use shared receive contexts if required by underlying provider
    - Handle addresses inserted multiple times into AV (for AV map)
    - Performance optimizations for single-thread applications
    - Rework deferred transmit processing
    - Separate and optimize eager and rendezvous protocol processing.
    - Fix passing incorrect addresses for AV insert/remove
    - Fix CM address handling
    - Fix race condition accessing connection handles
    - Simplify small RMA code path
    - Increment correct counter when processing FI_READ events
    - Dynamically grow the number of connections that can be supported
    - Fix padding in wire protocol structures
    - Report correct fi_addr when FI_SOURCE is requested
    - Fix truncating rendezvous messages
    - Fix use after free error in Rx buffer processing
    - Add support for manual progress
    - Make Tx/Rx queue sizes independent of MSG EP sizes
    - Decrease time needed to repost buffers to the MSG EP Rx queue.
    - Miscellaneous bug fixes
    - Sockets
    - Enable MSG EPs when user calls fi_accept
    - Fix fabric names to be underlying IP address
    - Add connection timeout environment variable.
    - Use size of addresses, not structures
    - Add debug messages to display selected addresses
    - Use loopback address in place of localhost
    - Simplify listen paths
    - Add support for IPv6
    - Code restructuring
    - Avoid unneeded address to string to address translations
    - Check length of iovec entries prior to access buffers
    - Fix segfault
    - Avoid acquiring nested spinlocks resulting in hangs
    - Fix use after free error in triggered op handling
    - New connection manager for MSG EPs to reduce number of threads
    - Avoid retrying recv operations if connection has been broken
    - Fixes for Windows socket support
    - TCP
    - Initial release of optimized socket based tcp provider
    - Supports MSG EPs, to be used in conjunction with RxM provider
    - Targets eventual replacement of sockets provider
    - Verbs
    - Remove RDM EP support.  Use RxM and RxD for RDM EPs.
    - Improve address handling and report in fi_getinfo
    - Handle FI_PEER when calling CQ/EQ readerr functions
    - Add support for XRC QPs.
    - Ignore destination address when allocating a PEP
    - Add workaround for i40iw incorrect return values when posting sends
    - Fix completion handling for FI_SELECTIVE_COMPLETION EP setting
    - Change format of fabric name to use hex instead of decimal values
    - Fix handling of err_data with EQ readerr
    - Report correct size of max_err_data
    - Fast path performance improvements
    - Improve progress under high system load
    - Optimize completion processing when handling hidden completions
    - Optimize RMA and MSG transfers by pre-formatting work requests
    - Remove locks based on application threading model
    - Add overflow support for CQ error events
    - Minor cleanups and bug fixes
* Thu Oct 25 2018 nmoreychaisemartin@suse.com
  - Update to v1.6.2 (fate#325852)
    - Core
    - Cleanup of debug messages
    - Fix compile issues with older compilers
    - Check that all debug compiler flags are supported by compiler
    - GNI
    - Fix problems with Scalable Endpoint creation
    - Fix interoperability problem with HPC toolkit
    - Improve configuration check for kdreg
    - PSM
    - Enforce FI_RMA_EVENT checking when updating counters
    - Fix race condition in fi_cq_readerr()
    - Always try to make progress when fi_cntr_read is called
    - PSM2
    - Revert "Avoid long delay in psm2_ep_close"
    - Fix memory corruption related to sendv
    - Performance tweak for bi-directional send/recv on KNL
    - Fix CPU detection
    - Enforce FI_RMA_EVENT checking when updating counters
    - Remove stale info from address vector when disconnecting
    - Fix race condition in fi_cq_readerr()
    - Adjust reported context numbers for special cases
    - Always try to make progress when fi_cntr_read is called
    - Support control functions related to MR mode
    - Unblock fi_cntr_wait on errors
    - Properly update error counters
    - Fix irregular performance drop for aggregated RMA operations
    - Reset Tx/Rx context counter when fabric is initialized
    - Fix incorrect completion event for iov send
    - Fix occasional assertion failure in psm2_ep_close
    - Avoid long delay in psm2_ep_close
    - Fix potential duplication of iov send completion
    - Replace some parameter checking with assertions
    - Check iov limit in sendmsg
    - Avoid adding FI_TRIGGER caps automatically
    - Avoid unnecessary calls to psmx2_am_progress()
    - RXM
    - Fix incorrect increments of error counters for small messages
    - Increment write completion counter for small transfers
    - Use FI_UNIVERSE_SIZE when defining MSG provider CQ size
    - Make TX, RX queue sizes independent of MSG provider
    - Make deferred requests opt-in
    - Fill missing rxm_conn in rx_buf when shared context is not used
    - Fix an issue where MSG endpoint recv queue got empty resulting
    in a hang
    - Set FI_ORDER_NONE for tx and rx completion ordering
    - Serialize access to repost_ready_list
    - Reprocess unexpected messages on av update
    - Fix a bug in matching directed receives
    - Fix desc field when postponing RMA ops
    - Fix incorrect reporting of mem_tag format
    - Don't include FI_DIRECTED_RECV, FI_SOURCE caps if they're not needed
    - Fix matching for RMA I/O vectors
    - Fix reading pointer after freeing it.
    - Avoid reading invalid AV entry
    - Handle deleting the same address multiple times
    - Fix crash in fi_av_remove if FI_SOURCE wasn't enabled
    - Sockets
    - Increase maximum messages size as MPICH bug work-around
    - Fix use after free error handling triggered ops.
    - Verbs
    - Detect string format of wildcard address in node argument
    - Don't report unusable fi_info (no source IP address)
    - Don't assert when a verbs device exposes unsupported MTU types
    - Report correct rma_iov_limit
    - Add new variable - FI_VERBS_MR_CACHE_MERGE_REGIONS
    - eq->err.err must return a positive error code
* Thu Mar 15 2018 nmoreychaisemartin@suse.com
  - Update to v1.6.0
    - Fixes stack smashing when using the verbs provider (bsc#1089190)
    - Core
    - Introduces support for performing RMA operations to persistent memory
      See FI_RMA_PMEM capability in fi_getinfo.3
    - Define additional errno values
    - General code cleanups and restructuring
    - Force provider ordering when using dynamically loaded providers
    - Add const to fi_getinfo() hints parameter
    - Improve use of epoll for better scalability
    - Fixes to generic name service
    - PSM
    - Move environment variable reading out from fi_getinfo()
    - Shortcut obviously unsuccessful fi_getinfo() calls
    - Remove excessive name sever implementation
    - Enable ordering of RMA operations
    - PSM2
    - Skip inactive units in round-robin context allocation
    - Allow contexts be shared by Tx-only and Rx-only endpoints
    - Use utility functions to check provider attributes
    - Turn on FI_THREAD_SAFE support
    - Make address vector operations thread-safe
    - Move environment variable reading out from fi_getinfo()
    - Reduce noise when optimizing tagged message functions
    - Shortcut obviously unsuccessful fi_getinfo() calls
    - Improve how Tx/Rx context limits are handled
    - Support auto selection from two different tag layout schemes
    - Add provider build options to debug output
    - Support remote CQ data for tagged messages, add specialization.
    - Support opening multiple domains
    - Put trigger implementation into a separate file
    - Update makefile and configure script
    - Replace allocated context with reserved space in psm2_mq_req
    - Limit exported symbols for DSO provider
    - Reduce HW context usage for certain TX only endpoints
    - Remove unnecessary dependencies from the configure script
    - Refactor the handling of op context type
    - Optimize the conversion between 96-bit and 64-bit tags
    - Code refactoring for completion generation
    - Remove obsolete feature checking code
    - Report correct source address for scalable endpoints
    - Allow binding any number of endpoints to a CQ/counter
    - Add shared Tx context support
    - Add alternative implementation for completion polling
    - Change the default value of FI_PSM2_DELAY to 0
    - Add an environment variable for automatic connection cleanup
    - Abstract the completion polling mechanism
    - Use the new psm2_am_register_handlers_2 function when available
    - Allow specialization when FI_COMPLETION op_flag is set.
    - Put Tx/Rx context related functions into a separate file
    - Enable PSM2 multi-ep feature by default
    - Add option to build with PSM2 source included
    - Simplify the code for checking endpoint capabilities
    - Simplify the handling of self-targeted RMA operations
    - Allow all free contexts be used for scalable endpoints
    - Enable ordering of RMA operations
    - Enable multiple endpoints over PSM2 multi-ep support
    - Support multiple Tx/Rx contexts in address vector
    - Remove the virtual lane mechanism
    - Less code duplication in tagged, add more specialization.
    - Allow PSM2 epid be reused within the same session
    - Turn on user adjustable inject size for all operations
    - Use pre-allocated memory pool for RMA requests
    - Add support for lazy connection
    - Various bug fixes
    - SHM
    - Initial release of shared memory provider
    - See the fi_shm.7 man page for details on available features and limitations
    - Sockets
    - Scalability enhancements
    - Fix issue associating a connection with an AV entry that could result in
      application hangs
    - Add support for new persistent memory capabilities
    - Fix fi_cq_signal to unblock threads waiting on cq sread calls
    - Fix epoll_wait loop handling to avoid out of memory errors
    - Add support for TCP keepalives, controllable via environment variables
    - Reduce the number of threads allocated for handling connections
    - Several code cleanups in response to static code analysis reports
    - Fix reporting multiple completion events for the same request in error cases
    - usNIC
    - Minor adjustments to match new core MR mode bits functionality
    - Several code cleanups in response to static code analysis reports
    - Verbs
    - Code cleanups and simplifications
    - General code optimizations to improve performance
    - Fix handling of wildcard addresses
    - Check for fatal errors during connection establishment
    - Support larger inject sizes
    - Fix double locking issue
    - Add support for memory registration caching (disabled by default)
    - Enable setting thread affinity for CM threads
    - Fix hangs in MPI closing RDM endpoints
    - Add support for different CQ formats
    - Fix RMA read operations over iWarp devices
    - Optimize CM progress handling
    - Several bug fixes
* Wed Dec 20 2017 nmoreychaisemartin@suse.com
  - Update to v1.5.3
    - Core
    - Handle malloc failures
    - Ensure global lock is initialized on Windows
    - Fix spelling and formatting errors in man pages
    - PSM
    - Fix print format mismatches
    - Remove 15 second startup delay when no hardware is installed
    - Preserve FI_MR_SCALABLE mode bit for backwards compatability
    - PSM2
    - Fix print format mismatches
    - Allow all to all communication between scalable endpoints
    - Preserve FI_MR_SCALABLE mode bit for backwards compatability
    - Fix reference counting issue with opened domains
    - Fix segfault for RMA/atomic operations to local scalable endpoints
    - Fix resource counting related issues for Tx/Rx contexts
    - Allow completion suppression when fi_context is non-NULL
    - Use correct queue for triggered operations with scalable endpoints
    - Sockets
    - Fix check for invalid connection handle
    - Fix crash in fi_av_remove
    - Util
    - Fix number of bits used for connection index
    - Verbs
    - Fix incorrect CQ entry data for MSG endpoints
    - Properly check for errors from getifaddrs
    - Retry getifaddr on failure because of busy netlink sockets
    - Ack CM events on error paths
  - Remove 0001-prov-psm-Eliminate-psm2-compat-library-delay-with-hf.patch
    as it was merged upstream
* Mon Nov 20 2017 nmoreychaisemartin@suse.com
  - Update to v1.5.2
    - Core
    - Fix Power PC 32-bit build
    - Sockets
    - Fix incorrect reporting of counter attributes
    - Verbs
    - Fix reporting attributes based on device limits
    - Fix incorrect CQ size reported for iWarp NICs
    - Update man page with known issues for specific NICs
    - Fix FI_RX_CQ_DATA mode check
    - Disable on-demand paging by default (can cause data corruption)
    - Disable loopback (localhost) addressing (causing failures in MPI)
* Mon Oct 09 2017 stefan.bruens@rwth-aachen.de
  - Fix github issue #3393:
    Add 0001-prov-psm-Eliminate-psm2-compat-library-delay-with-hf.patch
* Thu Oct 05 2017 nmoreychaisemartin@suse.com
  - Update to v1.5.1
    - Core
    - Fix initialization used by DL providers to avoid crash
    - Add checks for null hints and improperly terminated strings
    - Check for invalid core names passed to fabric open
    - Provide consistent provider ordering when using DL providers
    - Fix OFI_LIKELY definitions when GNUC is not present
    - GNI
    - Add ability to detect local PE rank
    - Fix compiler/config problems
    - Fix CQ read error corruption
    - Remove tests of deprecated interfaces
    - PSM
    - Fix CQ corruption reporting errors
    - Always generate a completion on error
    - PSM2
    - Fix CQ corruption reporting errors
    - Always generate a completion on error
    - Add checks to handle out of memory errors
    - Add NULL check for iov in atomic readv/writev calls
    - Fix FI_PEEK src address matching
    - Fix bug in scalable endpoint address resolution
    - Fix segfault bug in RMA completion generation
    - Sockets
    - Fix missing FI_CLAIM src address data on completion
    - Fix CQ corruption reporting errors
    - Fix serialization issue wrt out of order CPU writes to Tx ring buffer
    - Verbs
    - Allow modifying rnr retry timout to improve performance
    - Add checks to handle out of memory errors
    - Fix crash using atomic operations for MSG EPs
  - Fix dependency to libfabric1 for libfabric-devel in baselibs.conf
* Tue Sep 05 2017 nmoreychaisemartin@suse.com
  - Update _service to allow auto updates from github
* Thu Aug 10 2017 nmoreychaisemartin@suse.com
  - Update to v1.5.0
    * Authorization keys Authorization keys, commonly referred to as job keys,
      are used to isolate processes from communicating with other processes
      for security purposes.
    * Multicast support Datagram endpoints can now support multicast communication.
    * (Experimental) socket-like endpoint types New FI_SOCK_STREAM and FI_SOCK_DGRAM
      endpoint types are introduced. These endpoint types target support of cloud
      and enterprise based middleware and applications.
    * Tagged atomic support Atomic operations can now target tagged receive
      buffers, in addition to RMA buffers.
    * (Experimental) deferred work queues Deferred work queues are enhanced triggerred
      operations. They target support for collective-based operations.
    * New mode bits: FI_RESTRICTED_COMP and FI_NOTIFY_FLAGS_ONLY These mode bits
      support optimized completion processing to minimize software overhead.
    * Multi-threaded error reporting Reading CQ and EQ errors now allow the application
      to provide the error buffer, eliminating the need for the application to
      synchronize between multiple threads when handling errors.
    * FI_SOURCE_ERR capability This feature allows the provider to validate and
      report the source address for any received messages.
    * FI_ADDR_STR string based addressing Applications can now request and use
      addresses provided using a standardized string format. This makes it easier
      to pass full addressing data through a command line, or handle address exchange
      through text files.
    * Communication scope capabilities: FI_LOCAL_COMM and FI_REMOTE_COMM Used to
      indicate if an application requires communication with peers on the same
      node and/or remote nodes.
    * New memory registration modes The FI_BASIC_MR and FI_SCALABLE_MR memory registration
      modes have been replaced by more refined registration mode bits. This allows
      applications to make better use of provider hardware capabilities when dealing
      with registered memory regions.
    * New mode bit: FI_CONTEXT2 Some providers need more than the size provided by the
      FI_CONTEXT mode bit setting. To accomodate such providers, an FI_CONTEXT2 mode bit
      was added. This mode bit doubles the amount of context space that an application
      allocates on behalf of the provider.
    * PSM provider notes
    * Improve the name server functionality and move to the utility code
    * Handle updated mr_mode definitions
    * Add support of 32 and 64 bit atomic values
    * PSM2 provider notes
    * Add option to adjust the locking level
    * Improve the name server functionality and move to the utility code
    * Add support for string address format
    * Add an environment vaiable for message inject size
    * Handle FI_DISCARD in tagged receive functions
    * Handle updated mr_mode definitions
    * Add support for scalable endpoint
    * Add support of 32 and 64 bit atomic values
    * Add FI_SOURCE_ERR to the supported caps
    * Improve the method of checking device existence
    * Sockets provider notes
    * Updated and enhanced atomic operation support.
    * Add support for experimental deferred work queue operations.
    * Fixed counter signaling when used with wait sets.
    * Improved support on Windows.
    * Cleaned up event reporting for destroyed endpoints.
    * Fixed several possible crash scenarios.
    * Fixed handling socket disconnect events which could hang the provider.
    * UDP provider notes
    * Add support for multicast data transfers
    * Verbs provider notes
    * Fix an issue where if the user requests higher values for tx, rx
      context sizes than default it wasn't honored.
    * Introduce env variables for setting default tx, rx context sizes and iov limits.
    * Report correct completion ordering supported by MSG endpoints.
  - Fix rpmbuild warnings
  - libfabric-devel requires libfabric1, not libfabric
  - Fix baselibs.conf
* Tue Jul 04 2017 nmoreychaisemartin@suse.com
  - Enable build on all archs
  - Enable mlx build
* Fri Jun 30 2017 nmoreychaisemartin@suse.com
  - Add x86 build without libpsm2
* Tue May 16 2017 nmoreychaisemartin@suse.com
  - Update to v1.4.2 (bsc#1036907).
* Thu May 11 2017 nmoreychaisemartin@suse.com
  - Update to v1.4.2-rc1 (bsc#1036907).
  - Update notes:
    - Fix for OS X clock_gettime() portability issue.
    - Updated default counter wait object for improved performance
    - Fix multi-threaded RMA progress stalls
    - Updated default counter wait object for improved performance
    - Fix multi-threaded RMA progress stalls
    - Fix error in fi_cq_sreadfrom aborting before timeout expires
    - Set atomic iov count correct correctly inside fi_atomicv
    - Fix handling of apps that call fork.  Move ibv_fork_init() before
    calling any other verbs call.
    - Fix crash in fi_write when connection is not yet established and
    write data size is below inline threshold.
    - Fix issues not handling multiple ipoib interfaces
    - Reduce lock contention on buffer pools in send/completion handling
    code.
* Wed Apr 05 2017 josef.moellers@suse.com
  - This version fixes bnc#990184
    (bnc#990184)
* Thu Mar 23 2017 jengelh@inai.de
  - RPM group fix
* Fri Mar 10 2017 josef.moellers@suse.com
  - PSM provider notes
    - Defer initialization of the PSM library to allow runtime selection from
      different versions of the same provider before fi_getinfo is called.
  - PSM2 provider notes
    - Defer initialization of the PSM2 library to allow runtime selection from
      different versions of the same provider before fi_getinfo is called.
    - General bug fixes.
  - UDP provider notes
    - Fix setting address format in fi_getinfo call.
  - usNIC provider notes
    - Fixed compilation issues with newer versions of libibverbs.
    (fate#321883)
* Mon Jan 16 2017 ndas@suse.de
  - Updated to version 1.4.0 for general stability(fate#321883)
  - Summary of changes as follow:
    - Add new options, `-f` and `-d`, to fi_info that can be used to
    specify hints about the fabric and domain name. Change port to `-P`
    and provider to `-p` to be more in line with fi_pingpong.
    * GNI provider notes
    - General bug fixes, plugged memory leaks, performance improvements,
    improved error handling and warning messages, etc.
    - Additional API support:
    - FI_THREAD_COMPLETION
    - FI_RMA_EVENT
    - iov length up to 8 for messaging data transfers
    * PSM provider notes
    - General bug fixes
    - Use utility provider for EQ, wait object, and poll set
    - Allow multi-recv to post buffer larger than message size limit
    * PSM2 provider notes
    - General bug fixes
    - Add support for multi-iov RMA read and aromic operations
    - Allow multi-recv to post buffer larger than message size limit
    * Verbs provider notes
    - Add fork support. It is enabled by default and can be turned off by
    setting the FI_FORK_UNSAFE variable to "yes". This can improve
    performance of memory registrations but also makes fork unsafe. The
    following are the limitations of fork support:
    - Fabric resources like endpoint, CQ, EQ, etc. should not be used in
      the forked process.
    - The memory registered using fi_mr_reg has to be page aligned since
      ibv_reg_mr marks the entire page that a memory region belongs to
      as not to be re-mapped when the process is forked (MADV_DONTFORK).
    - Fix a bug where source address info was not being returned in
    fi_info when destination node is specified.
* Fri May 06 2016 nads@suse.de
  - Updated to version 1.3.0 for better PSM2 support as suggested by
    fate#319253, comment #9.
    [*libfabric-libtool.patch]
    Summary of changes as follow:
    * PSM provider notes
    - Remove PSM2 related code.
    * PSM2 provider notes
    - Add support for multi-iov send, tagged send, and RMA write.
    - Use utility provider for EQ, wait object, and poll set.
    * GNI provider notes
    - General bug fixes, plugged memory leaks, etc.
    - Added support for the following APIs:
    - fi_endpoint: fi_getopt, fi_setopt, fi_rx_size_left, fi_tx_size_left, fi_stx_context
    - fi_cq: fi_sread, fi_sreadfrom
    - fi_msg: FI_MULTI_RECV (flag)
    - fi_domain: FI_PROGRESS_AUTO (flag)
    - fi_direct: FI_DIRECT
    - Added support for FI_EP_DGRAM (datagram endpoint):
    - Memory registration improvements:
    - Initial support for Cray Cluster Compatibility Mode (CCM)
    * MXM provider notes
    - Initial release
    * Sockets provider notes
    - Enable FABRIC_DIRECT
    - Enable sockets-provider to run on FreeBSD
    - Add support for fi_trywait
    - Add support for map_addr in shared-av creation
    - Add shared-av support on OSX
    - General bug fixes
    * UDP provider notes
    - Initial release
    * usNIC provider notes
    - Implement fi_recvv and fi_recvmsg for FI_EP_RDM. [PR #1594]
    - Add support for FI_INJECT flag in the FI_EP_RDM implementation of fi_sendv.
    [PR #1594]
    - Handle FI_PEEK flag in fi_eq_sread. [PR #1758]
    - Implement waitsets [PR #1893]
    - Implement fi_trywait [PR #1893]
    - Fix progress thread deadlock [PR #1893]
    - Implement FD based CQ sread [PR #1893]
    * Verbs provider notes
    - Add support for fi_trywait
    - verbs/RDM
    - Add support for RMA operations.
    - Add support for fi_cq_sread and fi_cq_sreadfrom
    - Rework connection management to make it work with fabtests and also allow
      connection to self.
    - Other bug fixes and performance improvements.
* Wed Apr 06 2016 ndas@suse.de
  - Moved man pages to main package.
  - Fixed invalid library group.
* Wed Apr 06 2016 ndas@suse.de
  - Packaging version 1.2.0 for fate#319253
* Fri Feb 12 2016 pth@suse.de
  - Use explicit file list instead of wildcards
  - Package fi_info.
  - Remove libtool.m4 from the package so that autoreconf installs
    a current version.
* Thu Feb 11 2016 pth@suse.de
  - Initial package, based on the OFED specfile for libfabric
  - Add libfabric-libtool.patch to disable static builds by default.

Files

/usr/bin/check_hmem
/usr/bin/fi_av_test
/usr/bin/fi_av_xfer
/usr/bin/fi_bw
/usr/bin/fi_cm_data
/usr/bin/fi_cntr_test
/usr/bin/fi_cq_data
/usr/bin/fi_cq_test
/usr/bin/fi_dgram
/usr/bin/fi_dgram_pingpong
/usr/bin/fi_dgram_waitset
/usr/bin/fi_dom_test
/usr/bin/fi_efa_info_test
/usr/bin/fi_efa_rnr_queue_resend
/usr/bin/fi_efa_rnr_read_cq_error
/usr/bin/fi_eq_test
/usr/bin/fi_getinfo_test
/usr/bin/fi_loopback
/usr/bin/fi_mcast
/usr/bin/fi_mr_cache_evict
/usr/bin/fi_mr_test
/usr/bin/fi_msg
/usr/bin/fi_msg_bw
/usr/bin/fi_msg_epoll
/usr/bin/fi_msg_inject
/usr/bin/fi_msg_pingpong
/usr/bin/fi_msg_sockets
/usr/bin/fi_multi_ep
/usr/bin/fi_multi_mr
/usr/bin/fi_multi_recv
/usr/bin/fi_multinode
/usr/bin/fi_multinode_coll
/usr/bin/fi_poll
/usr/bin/fi_rdm
/usr/bin/fi_rdm_atomic
/usr/bin/fi_rdm_cntr_pingpong
/usr/bin/fi_rdm_deferred_wq
/usr/bin/fi_rdm_multi_client
/usr/bin/fi_rdm_multi_domain
/usr/bin/fi_rdm_pingpong
/usr/bin/fi_rdm_rma_event
/usr/bin/fi_rdm_rma_trigger
/usr/bin/fi_rdm_shared_av
/usr/bin/fi_rdm_stress
/usr/bin/fi_rdm_tagged_bw
/usr/bin/fi_rdm_tagged_peek
/usr/bin/fi_rdm_tagged_pingpong
/usr/bin/fi_recv_cancel
/usr/bin/fi_resmgmt_test
/usr/bin/fi_rma_bw
/usr/bin/fi_scalable_ep
/usr/bin/fi_shared_ctx
/usr/bin/fi_stream_msg
/usr/bin/fi_ubertest
/usr/bin/fi_unexpected_msg
/usr/bin/fi_unmap_mem
/usr/bin/rft_yaml_to_junit_xml
/usr/bin/runfabtests.py
/usr/bin/runfabtests.sh
/usr/bin/sighandler_test
/usr/bin/sock_test
/usr/share/doc/packages/fabtests
/usr/share/doc/packages/fabtests/AUTHORS
/usr/share/doc/packages/fabtests/NEWS.md
/usr/share/doc/packages/fabtests/README
/usr/share/fabtests
/usr/share/fabtests/pytest
/usr/share/fabtests/pytest/common.py
/usr/share/fabtests/pytest/conftest.py
/usr/share/fabtests/pytest/default
/usr/share/fabtests/pytest/default/test_av.py
/usr/share/fabtests/pytest/default/test_cm.py
/usr/share/fabtests/pytest/default/test_cntr.py
/usr/share/fabtests/pytest/default/test_cq.py
/usr/share/fabtests/pytest/default/test_dgram.py
/usr/share/fabtests/pytest/default/test_dom.py
/usr/share/fabtests/pytest/default/test_eq.py
/usr/share/fabtests/pytest/default/test_getinfo.py
/usr/share/fabtests/pytest/default/test_mr.py
/usr/share/fabtests/pytest/default/test_msg.py
/usr/share/fabtests/pytest/default/test_msg_inject.py
/usr/share/fabtests/pytest/default/test_multi_recv.py
/usr/share/fabtests/pytest/default/test_multinode.py
/usr/share/fabtests/pytest/default/test_poll.py
/usr/share/fabtests/pytest/default/test_rdm.py
/usr/share/fabtests/pytest/default/test_recv_cancel.py
/usr/share/fabtests/pytest/default/test_rma_bw.py
/usr/share/fabtests/pytest/default/test_scalable_ep.py
/usr/share/fabtests/pytest/default/test_shared_ctx.py
/usr/share/fabtests/pytest/default/test_sighandler.py
/usr/share/fabtests/pytest/default/test_ubertest.py
/usr/share/fabtests/pytest/default/test_unexpected_msg.py
/usr/share/fabtests/pytest/efa
/usr/share/fabtests/pytest/efa/conftest.py
/usr/share/fabtests/pytest/efa/efa_common.py
/usr/share/fabtests/pytest/efa/test_dgram.py
/usr/share/fabtests/pytest/efa/test_efa_info.py
/usr/share/fabtests/pytest/efa/test_fork_support.py
/usr/share/fabtests/pytest/efa/test_from_default.py
/usr/share/fabtests/pytest/efa/test_multi_recv.py
/usr/share/fabtests/pytest/efa/test_rdm.py
/usr/share/fabtests/pytest/efa/test_rma_bw.py
/usr/share/fabtests/pytest/efa/test_rnr.py
/usr/share/fabtests/pytest/efa/test_runt.py
/usr/share/fabtests/pytest/efa/test_unexpected_msg.py
/usr/share/fabtests/pytest/options.yaml
/usr/share/fabtests/pytest/pytest.ini
/usr/share/fabtests/pytest/shm
/usr/share/fabtests/pytest/shm/conftest.py
/usr/share/fabtests/pytest/shm/shm_common.py
/usr/share/fabtests/pytest/shm/test_av.py
/usr/share/fabtests/pytest/shm/test_cntr.py
/usr/share/fabtests/pytest/shm/test_cq.py
/usr/share/fabtests/pytest/shm/test_dom.py
/usr/share/fabtests/pytest/shm/test_eq.py
/usr/share/fabtests/pytest/shm/test_getinfo.py
/usr/share/fabtests/pytest/shm/test_mr.py
/usr/share/fabtests/pytest/shm/test_multi_recv.py
/usr/share/fabtests/pytest/shm/test_rdm.py
/usr/share/fabtests/pytest/shm/test_rma_bw.py
/usr/share/fabtests/pytest/shm/test_sighandler.py
/usr/share/fabtests/pytest/shm/test_ubertest.py
/usr/share/fabtests/pytest/shm/test_unexpected_msg.py
/usr/share/fabtests/test_configs
/usr/share/fabtests/test_configs/efa
/usr/share/fabtests/test_configs/efa/efa-neuron.exclude
/usr/share/fabtests/test_configs/efa/efa.exclude
/usr/share/fabtests/test_configs/eq_cq.test
/usr/share/fabtests/test_configs/lat_bw.test
/usr/share/fabtests/test_configs/net
/usr/share/fabtests/test_configs/net/all.test
/usr/share/fabtests/test_configs/net/net.exclude
/usr/share/fabtests/test_configs/ofi_rxd
/usr/share/fabtests/test_configs/ofi_rxd/ofi_rxd.exclude
/usr/share/fabtests/test_configs/ofi_rxd/udp.test
/usr/share/fabtests/test_configs/ofi_rxd/verbs.test
/usr/share/fabtests/test_configs/ofi_rxm
/usr/share/fabtests/test_configs/ofi_rxm/ofi_rxm.exclude
/usr/share/fabtests/test_configs/ofi_rxm/tcp.test
/usr/share/fabtests/test_configs/ofi_rxm/verbs.test
/usr/share/fabtests/test_configs/osx.exclude
/usr/share/fabtests/test_configs/psm
/usr/share/fabtests/test_configs/psm/all.test
/usr/share/fabtests/test_configs/psm2
/usr/share/fabtests/test_configs/psm2/all.test
/usr/share/fabtests/test_configs/psm2/psm2.exclude
/usr/share/fabtests/test_configs/psm2/verify.test
/usr/share/fabtests/test_configs/psm3
/usr/share/fabtests/test_configs/psm3/all.test
/usr/share/fabtests/test_configs/psm3/psm3.exclude
/usr/share/fabtests/test_configs/psm3/verify.test
/usr/share/fabtests/test_configs/shm
/usr/share/fabtests/test_configs/shm/all.test
/usr/share/fabtests/test_configs/shm/quick.test
/usr/share/fabtests/test_configs/shm/shm.exclude
/usr/share/fabtests/test_configs/shm/verify.test
/usr/share/fabtests/test_configs/sockets
/usr/share/fabtests/test_configs/sockets/all.test
/usr/share/fabtests/test_configs/sockets/complete.test
/usr/share/fabtests/test_configs/sockets/quick.test
/usr/share/fabtests/test_configs/sockets/sockets.exclude
/usr/share/fabtests/test_configs/sockets/verify.test
/usr/share/fabtests/test_configs/tcp
/usr/share/fabtests/test_configs/tcp/all.test
/usr/share/fabtests/test_configs/tcp/tcp.exclude
/usr/share/fabtests/test_configs/udp
/usr/share/fabtests/test_configs/udp/all.test
/usr/share/fabtests/test_configs/udp/functional.test
/usr/share/fabtests/test_configs/udp/lat_bw.test
/usr/share/fabtests/test_configs/udp/quick.test
/usr/share/fabtests/test_configs/udp/udp.exclude
/usr/share/fabtests/test_configs/usnic
/usr/share/fabtests/test_configs/usnic/all.test
/usr/share/fabtests/test_configs/usnic/quick.test
/usr/share/fabtests/test_configs/verbs
/usr/share/fabtests/test_configs/verbs/all.test
/usr/share/fabtests/test_configs/verbs/quick.test
/usr/share/fabtests/test_configs/verbs/verbs.exclude
/usr/share/licenses/fabtests
/usr/share/licenses/fabtests/COPYING
/usr/share/man/man1/fi_av_test.1.gz
/usr/share/man/man1/fi_av_xfer.1.gz
/usr/share/man/man1/fi_bw.1.gz
/usr/share/man/man1/fi_cm_data.1.gz
/usr/share/man/man1/fi_cntr_test.1.gz
/usr/share/man/man1/fi_cq_data.1.gz
/usr/share/man/man1/fi_cq_test.1.gz
/usr/share/man/man1/fi_dgram.1.gz
/usr/share/man/man1/fi_dgram_pingpong.1.gz
/usr/share/man/man1/fi_dgram_waitset.1.gz
/usr/share/man/man1/fi_dom_test.1.gz
/usr/share/man/man1/fi_efa_ep_rnr_retry.1.gz
/usr/share/man/man1/fi_eq_test.1.gz
/usr/share/man/man1/fi_getinfo_test.1.gz
/usr/share/man/man1/fi_inj_complete.1.gz
/usr/share/man/man1/fi_mcast.1.gz
/usr/share/man/man1/fi_mr_test.1.gz
/usr/share/man/man1/fi_msg.1.gz
/usr/share/man/man1/fi_msg_bw.1.gz
/usr/share/man/man1/fi_msg_epoll.1.gz
/usr/share/man/man1/fi_msg_pingpong.1.gz
/usr/share/man/man1/fi_msg_sockets.1.gz
/usr/share/man/man1/fi_multi_ep.1.gz
/usr/share/man/man1/fi_multi_mr.1.gz
/usr/share/man/man1/fi_multi_recv.1.gz
/usr/share/man/man1/fi_poll.1.gz
/usr/share/man/man1/fi_rdm.1.gz
/usr/share/man/man1/fi_rdm_atomic.1.gz
/usr/share/man/man1/fi_rdm_cntr_pingpong.1.gz
/usr/share/man/man1/fi_rdm_deferred_wq.1.gz
/usr/share/man/man1/fi_rdm_multi_client.1.gz
/usr/share/man/man1/fi_rdm_multi_domain.1.gz
/usr/share/man/man1/fi_rdm_pingpong.1.gz
/usr/share/man/man1/fi_rdm_rma_event.1.gz
/usr/share/man/man1/fi_rdm_rma_trigger.1.gz
/usr/share/man/man1/fi_rdm_shared_av.1.gz
/usr/share/man/man1/fi_rdm_stress.1.gz
/usr/share/man/man1/fi_rdm_tagged_bw.1.gz
/usr/share/man/man1/fi_rdm_tagged_peek.1.gz
/usr/share/man/man1/fi_rdm_tagged_pingpong.1.gz
/usr/share/man/man1/fi_recv_cancel.1.gz
/usr/share/man/man1/fi_resmgmt_test.1.gz
/usr/share/man/man1/fi_rma_bw.1.gz
/usr/share/man/man1/fi_scalable_ep.1.gz
/usr/share/man/man1/fi_shared_ctx.1.gz
/usr/share/man/man1/fi_ubertest.1.gz
/usr/share/man/man1/fi_unexpected_msg.1.gz
/usr/share/man/man1/fi_unmap_mem.1.gz
/usr/share/man/man7/fabtests.7.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 21:23:19 2024