net/mlx5e: Generalize open RQ
Unify RQ creation for different RQ types. For each RQ type add a separate open helper which initializes the RQ specific values and trigger a call for generic open RQ function. Avoid passing the mlx5e_channel pointer to the generic open RQ as a container, since the RQ may reside under a different type of channel. Signed-off-by:Aya Levin <ayal@nvidia.com> Signed-off-by:
Tariq Toukan <tariqt@nvidia.com> Signed-off-by:
Saeed Mahameed <saeedm@nvidia.com>
Showing
- drivers/net/ethernet/mellanox/mlx5/core/en.h 3 additions, 3 deletionsdrivers/net/ethernet/mellanox/mlx5/core/en.h
- drivers/net/ethernet/mellanox/mlx5/core/en/trap.c 33 additions, 137 deletionsdrivers/net/ethernet/mellanox/mlx5/core/en/trap.c
- drivers/net/ethernet/mellanox/mlx5/core/en/xsk/setup.c 46 additions, 1 deletiondrivers/net/ethernet/mellanox/mlx5/core/en/xsk/setup.c
- drivers/net/ethernet/mellanox/mlx5/core/en_main.c 65 additions, 61 deletionsdrivers/net/ethernet/mellanox/mlx5/core/en_main.c
Loading
Please register or sign in to comment