net/mlx5e: Take packet_merge params directly from the RX res struct
authorTariq Toukan <tariqt@nvidia.com>
Tue, 14 Sep 2021 11:46:05 +0000 (14:46 +0300)
committerSaeed Mahameed <saeedm@nvidia.com>
Wed, 22 Dec 2021 03:08:58 +0000 (19:08 -0800)
commit1f08917ab929a6939cb0c95d47f928db43f6d3c9
tree91c58e461c270195625c0d15a873247feeb243a6
parentfa691d0c9c0812b9045f3a9420862e47b3b92518
net/mlx5e: Take packet_merge params directly from the RX res struct

As packet_merge params structure is saved on the RX resources structure, there
is no need to pass it separately.

Signed-off-by: Tariq Toukan <tariqt@nvidia.com>
Reviewed-by: Maxim Mikityanskiy <maximmi@nvidia.com>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
drivers/net/ethernet/mellanox/mlx5/core/en/rx_res.c