We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5ec7f4 commit e67a0bcCopy full SHA for e67a0bc
drivers/net/ethernet/intel/ixgbe/devlink/devlink.c
@@ -543,6 +543,7 @@ int ixgbe_devlink_register_port(struct ixgbe_adapter *adapter)
543
544
attrs.flavour = DEVLINK_PORT_FLAVOUR_PHYSICAL;
545
attrs.phys.port_number = adapter->hw.bus.func;
546
+ attrs.no_phys_port_name = 1;
547
ixgbe_devlink_set_switch_id(adapter, &attrs.switch_id);
548
549
devlink_port_attrs_set(devlink_port, &attrs);
0 commit comments