net/mlx5e: Remove redundant page argument in mlx5e_xmit_xdp_buff()
authorTariq Toukan <tariqt@nvidia.com>
Thu, 16 Feb 2023 00:09:11 +0000 (16:09 -0800)
committerSaeed Mahameed <saeedm@nvidia.com>
Sat, 18 Feb 2023 09:01:33 +0000 (01:01 -0800)
commitbfc63c9796900b4f72a0700ac68e4c6306017833
treec1fa58c76bcec1aebd6ad37db335f3f24f6edf6a
parent53ee9142717714881fe0b4292b237e1707246f2c
net/mlx5e: Remove redundant page argument in mlx5e_xmit_xdp_buff()

Remove the page parameter, it can be derived from the xdp_buff.

Signed-off-by: Tariq Toukan <tariqt@nvidia.com>
Reviewed-by: Dragos Tatulea <dtatulea@nvidia.com>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
drivers/net/ethernet/mellanox/mlx5/core/en/xdp.c