diff options
author | Parav Pandit <parav@mellanox.com> | 2019-05-10 10:40:08 -0500 |
---|---|---|
committer | Saeed Mahameed <saeedm@mellanox.com> | 2019-05-28 18:25:42 -0700 |
commit | 25fa506b70cadb580c1e9cbd836d6417276d4bcd (patch) | |
tree | df0c2bfb79ad2a9b1733d8fa0e08a954a79be244 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | 9414277a5df3669c67e818708c0f881597e0118e (diff) |
net/mlx5: Allocate root ns memory using kzalloc to match kfree
root ns is yet another fs core node which is freed using kfree() by
tree_put_node().
Rest of the other fs core objects are also allocated using kmalloc
variants.
However, root ns memory is allocated using kvzalloc().
Hence allocate root ns memory using kzalloc().
Fixes: 2530236303d9e ("net/mlx5_core: Flow steering tree initialization")
Signed-off-by: Parav Pandit <parav@mellanox.com>
Reviewed-by: Daniel Jurgens <danielj@mellanox.com>
Reviewed-by: Mark Bloch <markb@mellanox.com>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions