RDS/IB: Receive datagrams via IB
authorAndy Grover <andy.grover@oracle.com>
Tue, 24 Feb 2009 15:30:34 +0000 (15:30 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 27 Feb 2009 07:39:32 +0000 (23:39 -0800)
commit1e23b3ee0e943060a2e677cd20ed666b6060e12d
tree609c728381e8950b3e41db326c58ced0b73cac70
parent6a0979df32296c3ba75a346db47a18292a231c6e
RDS/IB: Receive datagrams via IB

Header parsing, ring refill. It puts the incoming data into an
rds_incoming struct, which is passed up to rds-core.

Signed-off-by: Andy Grover <andy.grover@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/rds/ib_recv.c [new file with mode: 0644]