Re: [PATCH] igc/ixgbe: add get/set link settings interface

2024-03-27 Thread Bruce Richardson
On Tue, Mar 26, 2024 at 04:59:07PM -0700, Marek Pazdan wrote: > There are link settings parameters available from PMD drivers level > which are currently not exposed to the user via consistent interface. > When interface is available for system level those information can > be acquired with 'ethtoo

[PATCH] igc/ixgbe: add get/set link settings interface

2024-03-27 Thread Marek Pazdan
There are link settings parameters available from PMD drivers level which are currently not exposed to the user via consistent interface. When interface is available for system level those information can be acquired with 'ethtool DEVNAME' (ioctl: ETHTOOL_SLINKSETTINGS/ ETHTOOL_GLINKSETTINGS). Ther