Skip to content
Commit da5a06ce authored by Andy Grover's avatar Andy Grover
Browse files

RDS: rewrite rds_ib_xmit



Now that the header always goes first, it is possible to
simplify rds_ib_xmit. Instead of having a path to handle 0-byte
dgrams and another path to handle >0, these can both be handled
in one path. This lets us eliminate xmit_populate_wr().

Rename sent to bytes_sent, to differentiate better from other
variable named "send".

Signed-off-by: default avatarAndy Grover <andy.grover@oracle.com>
parent 919ced4c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment