commit | bdc82bee43d11c093ff0378acef2a9550891cbb9 | [log] [tgz] |
---|---|---|
author | Allan Stephens <allan.stephens@windriver.com> | Tue Apr 15 19:02:30 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Apr 15 19:02:30 2008 -0700 |
tree | 79339fc5d583b06892e583e309409a75b9b0e279 | |
parent | 11ecede7874efb9c31184b49090fc6d9bb17f9f6 [diff] |
[TIPC]: Use fast buffer cloning to improve performance 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>