diff options
author | Eli Cohen <eli@mellanox.com> | 2013-09-11 17:35:25 +0400 |
---|---|---|
committer | Roland Dreier <roland@purestorage.com> | 2013-10-10 20:23:56 +0400 |
commit | c1868b822515313c72445e70b7d9e47d8815bc52 (patch) | |
tree | 36fa91954c1cf738f22ae67939e00131d35c47cb /include/linux/mlx5/device.h | |
parent | 56e1ab0f13509ff9ceaab2fb668c80e6722e1c94 (diff) | |
download | linux-c1868b822515313c72445e70b7d9e47d8815bc52.tar.xz |
mlx5: Remove checksum on command interface commands
Checksum calculations consume CPU resources and can be significant to
the rate of resource creation/destruction.
Signed-off-by: Eli Cohen <eli@mellanox.com>
Signed-off-by: Roland Dreier <roland@purestorage.com>
Diffstat (limited to 'include/linux/mlx5/device.h')
-rw-r--r-- | include/linux/mlx5/device.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mlx5/device.h b/include/linux/mlx5/device.h index 68029b30c3dc..770e3b448b3b 100644 --- a/include/linux/mlx5/device.h +++ b/include/linux/mlx5/device.h @@ -181,7 +181,7 @@ enum { MLX5_DEV_CAP_FLAG_TLP_HINTS = 1LL << 39, MLX5_DEV_CAP_FLAG_SIG_HAND_OVER = 1LL << 40, MLX5_DEV_CAP_FLAG_DCT = 1LL << 41, - MLX5_DEV_CAP_FLAG_CMDIF_CSUM = 1LL << 46, + MLX5_DEV_CAP_FLAG_CMDIF_CSUM = 3LL << 46, }; enum { |