RDS/IB+IW: Move recv processing to a tasklet
authorAndy Grover <andy.grover@oracle.com>
Fri, 30 Oct 2009 08:51:57 +0000 (08:51 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 30 Oct 2009 22:06:39 +0000 (15:06 -0700)
commitd521b63b27e3a397e0ef7ca86b6e813861083c83
treed27bc29f9e0c7beb4b1e36b252ce71f6d008909f
parent0514f8a9c0cbd26afa70dc56406cc0ee1e134dcf
RDS/IB+IW: Move recv processing to a tasklet

Move receive processing from event handler to a tasklet.
This should help prevent hangcheck timer from going off
when RDS is under heavy load.

Signed-off-by: Andy Grover <andy.grover@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/rds/ib.h
net/rds/ib_cm.c
net/rds/ib_recv.c
net/rds/iw.h
net/rds/iw_cm.c
net/rds/iw_recv.c