iftahl
iftahl
## Change type What kind of change does this PR introduce? - [ ] Bugfix - [ ] Feature - [ ] Code style update - [ ] Refactoring (no...
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...
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...
## 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...
1. Fix ACK of partial TSO segment: In the happy TSO path whenever we get an ack, we go over the unacked list and shrink TSO segments accordingly. The issue...
Used by XLIO_DOCA_TX=1. Based on: https://github.com/AlexanderGrissik/libxlio/commits/doca_rx/ Addresses both tasks: https://redmine.mellanox.com/issues/3898049 https://redmine.mellanox.com/issues/3898052 ## Change type What kind of change does this PR introduce? - [ ] Bugfix - [x] Feature -...