mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 04:31:50 +00:00
net/mlx5: Fix the macro for accessing EC VF vports
The last value is not set correctly. This results in representors not
being created for all EC VFs when the base value is higher than 0.
Fixes: a7719b29a8
("net/mlx5: Add management of EC VF vports")
Signed-off-by: Daniel Jurgens <danielj@nvidia.com>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
This commit is contained in:
parent
c8013a1f71
commit
b3bd68925e
@ -668,6 +668,7 @@ void mlx5e_tc_clean_fdb_peer_flows(struct mlx5_eswitch *esw);
|
||||
index, \
|
||||
vport, \
|
||||
MLX5_CAP_GEN_2((esw->dev), ec_vf_vport_base), \
|
||||
MLX5_CAP_GEN_2((esw->dev), ec_vf_vport_base) +\
|
||||
(last) - 1)
|
||||
|
||||
struct mlx5_eswitch *mlx5_devlink_eswitch_get(struct devlink *devlink);
|
||||
|
Loading…
Reference in New Issue
Block a user