commit | 1b77d2bd753d119eedcbc08fda58934307676554 | [log] [tgz] |
---|---|---|
author | Eli Cohen <eli@dev.mellanox.co.il> | Thu Oct 24 12:01:03 2013 +0300 |
committer | Roland Dreier <roland@purestorage.com> | Fri Nov 08 14:43:01 2013 -0800 |
tree | 7f2e6dfe67f82b37c17e83a73dd5f00751a47505 | |
parent | c2a3431e6153ed90911704356bc1e869624e118d [diff] |
mlx5: Use enum to indicate adapter page size The Connect-IB adapter has an inherent page size which equals 4K. Define an new enum that equals the page shift and use it instead of using the value 12 throughout the code. Signed-off-by: Eli Cohen <eli@mellanox.com> Signed-off-by: Roland Dreier <roland@purestorage.com>