[PATCH net v3 0/2][pull request] ixgbe: bypass devlink phys_port_name generation
From: Tony Nguyen <anthony.l.nguyen@intel.com>
Date: 2025-08-12 20:52:34
Jedrzej adds option to skip phys_port_name generation and opts ixgbe into it as some configurations rely on pre-devlink naming which could end up broken as a result. --- v3: - return -EOPNOTSUPP when flag set - wrap comment to 80 chars v2: https://lore.kernel.org/netdev/20250805223346.3293091-1-anthony.l.nguyen@intel.com/ (local) - use shorter flag name (no_phys_port_name) - move compatibility comment to kdoc - adjust commit messages and titles v1: https://lore.kernel.org/netdev/20250801172240.3105730-1-anthony.l.nguyen@intel.com/ (local) The following are changes since commit c04fdca8a98af5fc4eeb6569917f159cfa56b923: Merge tag 'ipsec-2025-08-11' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec and are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 10GbE Jedrzej Jagielski (2): devlink: let driver opt out of automatic phys_port_name generation ixgbe: prevent from unwanted interface name changes drivers/net/ethernet/intel/ixgbe/devlink/devlink.c | 1 + include/net/devlink.h | 6 +++++- net/devlink/port.c | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) -- 2.47.1