]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf925eb101d3a519813e8630d689c2bcc61d4d4d6
tree91c58e461c270195625c0d15a873247feeb243a6
parent3489e712b3c8103a2838c3bbc9016c744386310c
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