[TIPC]: Use fast buffer cloning to improve performance
authorAllan Stephens <allan.stephens@windriver.com>
Wed, 16 Apr 2008 02:02:30 +0000 (19:02 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 16 Apr 2008 02:02:30 +0000 (19:02 -0700)
This patch causes TIPC to allocate fast clonable sk_buffs,
rather than standard ones.  This speeds up the cloning
operation done by the link code each time a message is sent
off-node.

Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found