]> git.baikalelectronics.ru Git - kernel.git/commit
RDS: Stop supporting old cong map sending method
authorAndy Grover <andy.grover@oracle.com>
Mon, 22 Mar 2010 22:22:04 +0000 (15:22 -0700)
committerAndy Grover <andy.grover@oracle.com>
Thu, 9 Sep 2010 01:12:10 +0000 (18:12 -0700)
commit9a46be63ea3407668b17621276067db2b2156bd3
treeea37afea7f0d857e01f214f703018426f6d8b920
parent0abf5bc8d26f51ddbdf9f303e19b6615184d9e29
RDS: Stop supporting old cong map sending method

We now ask the transport to give us a rm for the congestion
map, and then we handle it normally. Previously, the
transport defined a function that we would call to send
a congestion map.

Convert TCP and loop transports to new cong map method.

Signed-off-by: Andy Grover <andy.grover@oracle.com>
net/rds/ib.c
net/rds/iw.c
net/rds/loop.c
net/rds/rds.h
net/rds/send.c
net/rds/tcp.c
net/rds/tcp.h
net/rds/tcp_send.c