commit | 1b9a07ee25049724ab7f7c32282fbf5452530cea | [log] [tgz] |
---|---|---|
author | Leon Romanovsky <leonro@mellanox.com> | Wed May 10 21:32:18 2017 +0300 |
committer | Saeed Mahameed <saeedm@mellanox.com> | Sun May 14 13:53:18 2017 +0300 |
tree | a9a8e781feef8f42420325318286cdeae0b921ef | |
parent | 2ea659a9ef488125eb46da6eb571de5eae5c43f6 [diff] |
{net, IB}/mlx5: Replace mlx5_vzalloc with kvzalloc Commit a7c3e901a46f ("mm: introduce kv[mz]alloc helpers") added proper implementation of mlx5_vzalloc function to the MM core. This made the mlx5_vzalloc function useless, so let's remove it. Signed-off-by: Leon Romanovsky <leonro@mellanox.com> Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>