libxlio
libxlio copied to clipboard
## Description We add DOCA compilation to CI ##### What Prepare containers for DOCA compilation, checkout DOCA SDK and do compilation ##### Why ? PR# 138 performs basic DOCA operations,...
## Description Correct the default value of XLIO_UTLS_RX. Force a single convention for Enabled/Disabled . ##### What Correct the default value of XLIO_UTLS_RX. Force a single convention for Enabled/Disabled ....
## Description Improve fairness ## Change type What kind of change does this PR introduce? - [ ] Bugfix - [X] Feature - [ ] Code style update - [X]...
## Description SSL_sendfile() creates 3 iov elements, however, for a blocking socket only a signle element is expected in partial write handling. ##### What Fix partial write handling in blocking...
**TODO Ticket number** ## Description Remove the XLIO_BF parameter as a leftover. BlueFlame support has been removed. Besides, XLIO_BF was unused and an rdma-core specific env parameter was checked instead....
When the send window is not big enough for the required TCP segment to send, we may split the segment so it will fit into the window. Before this change...
## Description 1. Initial linkage with DOCA 2. Opening DOCA device 3. Opening ETH RXQ ##### What This is the initial changes that enable XLIO to compile and run with...
## Description Starting from clang-format-15, it supports forced brackets insertion. With this feature we no longer need clang-tidy CI job and all the coding style can be checked more conveniently....
**TODO Complete removal from sock-redirect.cpp and sockinfo_tcp.cpp** ## Description clang-18 generates a warning that VLA is a clang extension. ##### What Remove VLAs. ##### Why ? Fix clang-18 build. ##...
## Description Scattered improvements cherry-picked from #109. ##### What Scattered improvements cherry-picked from #109. ##### Why ? Performance / code quality improvements. ## Change type What kind of change does...