]> asedeno.scripts.mit.edu Git - linux.git/commit
net/mlx5e: Correct phys_port_name for PF port
authorParav Pandit <parav@mellanox.com>
Wed, 5 Jun 2019 06:29:05 +0000 (01:29 -0500)
committerSaeed Mahameed <saeedm@mellanox.com>
Fri, 28 Jun 2019 23:03:59 +0000 (16:03 -0700)
commit087067368a8a4910e169694a3552f210fd1a446e
tree2a9af00809fa90940442f292ade2fb634f926b7b
parent5dc9520bf04a6b95660a307d7654460d1463d91a
net/mlx5e: Correct phys_port_name for PF port

Currently PF phys_port_name is named as pfNvf-1 as vport number for PF
vport is 65535.
Correct PF's phys_port name as agreed upon name as pfN.

Signed-off-by: Parav Pandit <parav@mellanox.com>
Reviewed-by: Vu Pham <vuhuong@mellanox.com>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
drivers/net/ethernet/mellanox/mlx5/core/en_rep.c