]> git.ipfire.org Git - thirdparty/linux.git/commit
net/mlx5e: Replace call to MPWQE free with dealloc in interface down flow
authorTariq Toukan <tariqt@mellanox.com>
Tue, 12 Jun 2018 07:08:43 +0000 (10:08 +0300)
committerSaeed Mahameed <saeedm@mellanox.com>
Thu, 26 Jul 2018 22:23:51 +0000 (15:23 -0700)
commitafab995e06ee1fb76de195a4fba9d03267f8dbe3
treeb704b17ba9f089b89658949bf7a9268ffc60c47b
parent6a8fab17940d4934293d4145abce00e178393bec
net/mlx5e: Replace call to MPWQE free with dealloc in interface down flow

No need to expose the MPWQE free function to control path.
The dealloc function already exposed, use it.

Signed-off-by: Tariq Toukan <tariqt@mellanox.com>
Reviewed-by: Eran Ben Elisha <eranbe@mellanox.com>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
drivers/net/ethernet/mellanox/mlx5/core/en.h
drivers/net/ethernet/mellanox/mlx5/core/en_main.c
drivers/net/ethernet/mellanox/mlx5/core/en_rx.c