commit | da5a06cef5724737af4315715632f0a07dd5e116 | [log] [tgz] |
---|---|---|
author | Andy Grover <andy.grover@oracle.com> | Thu Jan 14 12:18:11 2010 -0800 |
committer | Andy Grover <andy.grover@oracle.com> | Wed Sep 08 18:11:51 2010 -0700 |
tree | fef68cae6cc0894247aeb6384708d58eb2c5fd8b | |
parent | 919ced4ce7d6ac62dd5be62d8993fe22a527d53a [diff] |
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: Andy Grover <andy.grover@oracle.com>