libxlio
libxlio copied to clipboard
**TODO Add ticket number.** ## Description XLIO_PRINT_REPORT now prints all the buffer pools reports unconditionally and shows number of the expands. xlio_stats prints also "in use" buffers along with the...
## Description cppcheck skips most of the files from scanning and returns successfully. This potentially hides issues that can be detected in CI. Replace `#error` with `#warning` in the endianness...
For incoming sockets - no change. For outgoing sockets - since outgoing sockets occupy a local port, we should release it on the socket destructor to prevent race from another...
## Subject Dear Team, I'm trying to benchmark NVMe-oF over TCP/IP with and without XLIO. I'm able to get iperf and spdk_perf working between machines but when XLIO is used,...
## Description Fix usage of src routing field of IPv4 ##### What The src field should be used for src address selection only (As done for IPv6) and not as...
## Description Neigh ring was used only for TX and wasted RX buffers. ##### What For Neigh ring we mark this ring as TX only and when QP is created...
## Description Use standard C++ time measurements and waits instead of rdtsc. ##### What _Subject: what this PR is doing in one line._ ##### Why ? _Justification for the PR....
## Description This change switches the "Style" step in the CI to a docker container having clang v16 in it ##### What This change switches the "Style" step in the...
## Description We're requested to upgrade the Coverity version to 2023.12 ##### What The PR runs Coverity v2023.12 against the Xlio codebase ##### Why ? _Justification for the PR. If...
## Description Please provide a summary of the change. ##### What _Subject: what this PR is doing in one line._ ##### Why ? _Justification for the PR. If there is...