Releases: Mellanox/libxlio
Releases · Mellanox/libxlio
3.30.1
3.30.0
Added:
- Static compilation with LTO and PGO support.
- Productize LwIP express data path.
- Backport TCP_KEEPALIVE from VMA.
- Support DPCP only, remove legacy code and legacy flows.
Fixed:
- Fix function pointer check.
- Remove leftover after Multi Packet RQ removal.
- Fix last_unacked and last_unsent
- XLIO error when enabling UDP listen socket.
3.21.2
Fixed:
- Update the copyright statement to 2024
3.21.1
Added:
- Remove legacy rdtsc/time instrumentation
- Add envoy enable_reuse_port=true support
- Full TCP keepalive support
- Optimize SocketXtreme TCP RX buffers release
- Add socket isolation extra API feature
- Update DEK usage to dpcp 1.1.44 API
Fixed:
- Treat negative listen backlog as maximum allowed
- Fix poll() for offloaded sockets with events=0
- Fix clang-analyzer warnings
- Allow TX segment split on ACK receive
3.20.8
3.20.7
3.20.6
3.20.5
Fixed:
- Initialization in case XLIO_NGINX_UDP_POOL_SIZE
- Corruption during ring release
- Fixes for XLIO_MEMORY_LIMIT
3.20.4
3.20.3
Added:
- 64K page kernel support
- Nginx proxy mode support
- External vlan-tag socket option
- option_size for size parameters
- Profiling ability
Fixed:
- Wrong lwip seqno wrap around condition
- Removed reg_mem generic warning
- clang compilation
- RX ring migration race
- Stuck empty rx ring cleanup