Skip to content
Commit 8eb65fda authored by Chuhong Yuan's avatar Chuhong Yuan Committed by Jakub Kicinski
Browse files

net/mlx4_core: Add missed mlx4_free_cmd_mailbox()

mlx4_do_mirror_rule() forgets to call mlx4_free_cmd_mailbox() to
free the memory region allocated by mlx4_alloc_cmd_mailbox() before
an exit.
Add the missed call to fix it.

Fixes: 78efed27

 ("net/mlx4_core: Support mirroring VF DMFS rules on both ports")
Signed-off-by: default avatarChuhong Yuan <hslester96@gmail.com>
Reviewed-by: default avatarTariq Toukan <tariqt@nvidia.com>
Link: https://lore.kernel.org/r/20210221143559.390277-1-hslester96@gmail.com


Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent 24877687
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment