mirror of
https://github.com/torvalds/linux.git
synced 2026-05-25 15:41:52 +02:00
net/mlx5e: Remove TLS-specific logic in generic create TIS API
TLS TISes are created using their own dedicated functions, don't honor their specific logic here. Signed-off-by: Tariq Toukan <tariqt@nvidia.com> Reviewed-by: Gal Pressman <gal@nvidia.com> Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
This commit is contained in:
parent
3c9c34c32b
commit
249e521741
|
|
@ -3357,9 +3357,6 @@ int mlx5e_create_tis(struct mlx5_core_dev *mdev, void *in, u32 *tisn)
|
|||
|
||||
MLX5_SET(tisc, tisc, transport_domain, mdev->mlx5e_res.hw_objs.td.tdn);
|
||||
|
||||
if (MLX5_GET(tisc, tisc, tls_en))
|
||||
MLX5_SET(tisc, tisc, pd, mdev->mlx5e_res.hw_objs.pdn);
|
||||
|
||||
if (mlx5_lag_is_lacp_owner(mdev))
|
||||
MLX5_SET(tisc, tisc, strict_lag_tx_port_affinity, 1);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user