netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net v2 0/2][pull request] ixgbe: bypass devlink phys_port_name generation
@ 2025-08-05 22:33 Tony Nguyen
  2025-08-05 22:33 ` [PATCH net v2 1/2] devlink: let driver opt out of automatic " Tony Nguyen
  2025-08-05 22:33 ` [PATCH net v2 2/2] ixgbe: prevent from unwanted interface name changes Tony Nguyen
  0 siblings, 2 replies; 9+ messages in thread
From: Tony Nguyen @ 2025-08-05 22:33 UTC (permalink / raw)
  To: davem, kuba, pabeni, edumazet, andrew+netdev, netdev
  Cc: Tony Nguyen, jedrzej.jagielski, przemyslaw.kitszel, jiri, horms,
	David.Kaplan, dhowells

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.
---
v2:
- 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/

The following are changes since commit 4eabe4cc0958e28ceaf592bbb62c234339642e41:
  dpll: zl3073x: ZL3073X_I2C and ZL3073X_SPI should depend on NET
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                              | 5 ++++-
 net/devlink/port.c                                 | 3 +++
 3 files changed, 8 insertions(+), 1 deletion(-)

-- 
2.47.1


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2025-08-11 21:37 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-05 22:33 [PATCH net v2 0/2][pull request] ixgbe: bypass devlink phys_port_name generation Tony Nguyen
2025-08-05 22:33 ` [PATCH net v2 1/2] devlink: let driver opt out of automatic " Tony Nguyen
2025-08-08 18:52   ` Jakub Kicinski
2025-08-11 21:26     ` anthony.l.nguyen
2025-08-08 18:53   ` Jakub Kicinski
2025-08-11 21:27     ` Tony Nguyen
2025-08-11 21:32       ` Jacob Keller
2025-08-11 21:37       ` Przemek Kitszel
2025-08-05 22:33 ` [PATCH net v2 2/2] ixgbe: prevent from unwanted interface name changes Tony Nguyen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).