mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove check forbidding requests that would result in one port being set
to Ethernet and the subsequent port being set to IB. Submitted by: Shakar Klein @ Mellanox Tested by: Morgan Robertson <morganrobertson@gmail.com> MFC after: 1 week
This commit is contained in:
parent
60bd643435
commit
d356583dbc
1 changed files with 0 additions and 3 deletions
|
|
@ -209,9 +209,6 @@ int mlx4_check_port_params(struct mlx4_dev *dev,
|
|||
"on this HCA, aborting.\n");
|
||||
return -EINVAL;
|
||||
}
|
||||
if (port_type[i] == MLX4_PORT_TYPE_ETH &&
|
||||
port_type[i + 1] == MLX4_PORT_TYPE_IB)
|
||||
return -EINVAL;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue