commit | a2a322f447b91a9b85d332b345a3b508d97506a9 | [log] [tgz] |
---|---|---|
author | Leon Romanovsky <leonro@mellanox.com> | Thu Mar 19 11:43:59 2020 +0200 |
committer | Leon Romanovsky <leonro@mellanox.com> | Sun Apr 19 15:57:52 2020 +0300 |
tree | 1962c171536c8b55cc44b96ae0c46fe31e614adb | |
parent | 333fbaa0255b8d471fc7ae767ef3a1766c732d6d [diff] |
net/mlx5: Refactor HCA capability set flow Reduce the amount of kzalloc/kfree cycles by allocating command structure in the parent function and leverage the knowledge that set_caps() is called for HCA capabilities only with specific HW structure as parameter to calculate mailbox size. Acked-by: Saeed Mahameed <saeedm@mellanox.com> Signed-off-by: Leon Romanovsky <leonro@mellanox.com>