net/mlx5: use PCI address as port name
authorYuanhan Liu <yliu@fridaylinux.org>
Mon, 22 Jan 2018 09:30:06 +0000 (17:30 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Mon, 29 Jan 2018 09:04:28 +0000 (10:04 +0100)
commitad831a1176538f726428ebfe70f6607d7d854197
tree0a39f223ff52d8918150fde9a46f7220df53a3e9
parent94e31ad3e5369c9b4ab99546ed897b5baea84d94
net/mlx5: use PCI address as port name

It is suggested to use PCI BDF to identify a port for port addition
in OVS-DPDK. While mlx5 has its own naming style: name it by ib dev
name. This breaks the typical OVS DPDK use case and brings more puzzle
to the end users.

To fix it, this patch changes it to use PCI BDF as the name, too.
Also, a postfix " port %u" is added, just in case their might be more
than 1 port associated with a PCI device.

Signed-off-by: Yuanhan Liu <yliu@fridaylinux.org>
Acked-by: Nelio Laranjeiro <nelio.laranjeiro@6wind.com>
drivers/net/mlx5/mlx5.c