commit | 40416d8ede651d26ce334f496a336aa1d38d1c97 | [log] [tgz] |
---|---|---|
author | Hamdan Igbaria <hamdani@mellanox.com> | Sun Sep 08 13:46:25 2019 +0300 |
committer | Saeed Mahameed <saeedm@mellanox.com> | Fri Nov 01 14:55:14 2019 -0700 |
tree | 8ba316ce4e857a9e4b208d90690d285a8f075f46 | |
parent | 52340b82cf1a9c8d466b6e36a0881bc44174b969 [diff] |
net/mlx5: DR, Replace CRC32 implementation to use kernel lib Use kernel function to calculate crc32 Instead of dr implementation since it has the same algorithm "slice by 8". Fixes: 26d688e33f88 ("net/mlx5: DR, Add Steering entry (STE) utilities") Signed-off-by: Hamdan Igbaria <hamdani@mellanox.com> Reviewed-by: Alex Vesker <valex@mellanox.com> Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>