Releases: Mellanox/sockperf
Releases · Mellanox/sockperf
v3.10
v3.9
New:
- Add IPv6 MC support
- Adding Unix Domain Socket support
- Update copyrights to NVIDIA
- Move to C++11
- Support for VMA and XLIO extra API in the same binary
Fixes:
- Fix Windows support
- Extend CI coverage
- Fix issue in --no-rdtsc logic
- Add rdtsc support for aarch64
- Fix memory leak in tls certs
- Fix buffer overread during tls cleanup
- Fix sendto() operation for stream
- Fix few long names on the same option support
- Replace select(2) in the prepare phase
v3.8
New:
- Add --tls option to enable tls traffic
- Add histogram final output
- Add IPv6 support
- Add OpenSSL 3.0.1 support
Fixes:
- Fix recvfrom_zcopy() data processing
- Fix dynamic key/certificate generation
- Fix Wrong BandWidth result output for --increase_output_precision
- Remove --srv-num option
v3.7
Fixes:
- Fix close SocketXtreme established TCP sockets
- Fix gcc8 build warnings
- Fix FreeBSD compilation
- Fix segfault with an empty feed file
- Replace malloc() with MALLOC()
- Add sanity check for the sockets list
- Fix m_maxSequenceNo calculation
- Fix Null pointer dereference issue
v3.6
New:
- Add round-trip-time (rtt) support
Fixes:
- Fix SocketXtreme client TCP is not terminated
- Fix expected max packet seqno calculation
- Fix std::exception deprecated warnings
- Update Sockperf's manual page
- Fix vmazcopyread support in sockperf
- Move zcopy free_packets outside msg_recvfrom
- socketxtreme cleanup in msg recv
v3.5
New:
- Implement coding style verification in jenkins
- Format source code to meet coding style
- Add option to configure unicast with SO_REUSEADDR
Fixes:
- Remove automatic memory allocation for full-log
v3.4
New:
- Enable jenkins verification
Fixes:
- Fix issues in socketxtreme rx data processing
- Enhance full-log output
- Updated help message for --file option
v3.3
New:
- Force compilation with VMA Extra API explicitly
Fixes:
- Fix invalid final statistic processing
v3.2
New:
- Add VMA socketXtreme IOMUX mode support
- Warm-up dependency on number of connections
- Add configure option for VMA API
- Add jenkins support scripts
Fixes:
- Modify the log message which indicates that the requested message rate
- Fix version output during compilation from tar
- Include sockperf.spec in configure
- Fix issue for rpm creation
- Fix issues in few tests of verifier tool
- Exit on VMA API initialization failure
v3.1
New:
- Remove vmapoll iomux mode based on VMA Extra Poll API