commit | 9ad0977fe10bd5d052a6db7738afe017367c2e32 | [log] [tgz] |
---|---|---|
author | Vlad Yasevich <vladislav.yasevich@hp.com> | Sun Dec 16 14:06:41 2007 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 28 14:58:20 2008 -0800 |
tree | 811087dfc2e70d7ef120815c7471c943ac193f6d | |
parent | 1bf40954cf232a043a49623cf251f787c1871e64 [diff] |
[SCTP]: Use crc32c library for checksum calculations. The crc32c library used an identical table and algorithm as SCTP. Switch to using the library instead of carrying our own table. Using crypto layer proved to have too much overhead compared to using the library directly. Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com> Signed-off-by: David S. Miller <davem@davemloft.net>