commit | ca11b798998a62c2bf87ea0477b5c60af25ba46d | [log] [tgz] |
---|---|---|
author | Tariq Toukan <tariqt@mellanox.com> | Tue Jun 05 11:47:04 2018 +0300 |
committer | Saeed Mahameed <saeedm@mellanox.com> | Thu Jun 28 14:44:15 2018 -0700 |
tree | 90fe073500f1b52156752dc9e6b3e5badebf51ea | |
parent | bc5a7ccd9a6025e2ba555ab7dcd5043e2bfde315 [diff] |
net/mlx5e: Convert large order kzalloc allocations to kvzalloc Replace calls to kzalloc_node with kvzalloc_node, as it fallsback to lower-order pages if the higher-order trials fail. Signed-off-by: Tariq Toukan <tariqt@mellanox.com> Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>