RDS: Message parsing
authorAndy Grover <andy.grover@oracle.com>
Tue, 24 Feb 2009 15:30:26 +0000 (15:30 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 27 Feb 2009 07:39:28 +0000 (23:39 -0800)
commit7875e18e09961d29f30424c5e2e48e704dc3789b
treee0092fa58436f8f221694a94e119642331614c79
parent3e5048495c8569bfdd552750e0315973c61e7c93
RDS: Message parsing

Parsing of newly-received RDS message headers (including ext.
headers) and copy-to/from-user routines.

page.c implements a per-cpu page remainder cache, to reduce the
number of allocations needed for small datagrams.

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