mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-17 02:06:43 +07:00
net/mlx5: Fixed a typo in a comment in esw_del_uc_addr()
Changed "managerss" to "managers".
Fixes: a1b3839ac4
("net/mlx5: E-Switch, Properly refer to the esw manager vport")
Signed-off-by: Qing Huang <qing.huang@oracle.com>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
This commit is contained in:
parent
7d47433cf7
commit
e019cb536d
@ -530,7 +530,7 @@ static int esw_del_uc_addr(struct mlx5_eswitch *esw, struct vport_addr *vaddr)
|
|||||||
u16 vport = vaddr->vport;
|
u16 vport = vaddr->vport;
|
||||||
int err = 0;
|
int err = 0;
|
||||||
|
|
||||||
/* Skip mlx5_mpfs_del_mac for eswitch managerss,
|
/* Skip mlx5_mpfs_del_mac for eswitch managers,
|
||||||
* it is already done by its netdev in mlx5e_execute_l2_action
|
* it is already done by its netdev in mlx5e_execute_l2_action
|
||||||
*/
|
*/
|
||||||
if (!vaddr->mpfs || esw->manager_vport == vport)
|
if (!vaddr->mpfs || esw->manager_vport == vport)
|
||||||
|
Loading…
Reference in New Issue
Block a user