]> bbs.cooldavid.org Git - net-next-2.6.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)
commit77dd550e5547846604ff6f90c4dc6bba4414e485
treeea37afea7f0d857e01f214f703018426f6d8b920
parente32b4a70495aac6a612e13f4c21db09dd756ff2c
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