On Wed, Oct 29, 2025 at 09:49:30AM -0700, Jakub Kicinski wrote:
We are trying to move away from netdevsim-only tests and towards tests which can be run both against netdevsim and real drivers.
Replace the simple bash script we have for checking ethtool -g/-G on netdevsim with a Python test tweaking those params as well as channel count.
The new test is not exactly equivalent to the netdevsim one, but real drivers don't often support random ring sizes, let alone modifying max values via debugfs.
Signed-off-by: Jakub Kicinski kuba@kernel.org
Reviewed-by: Andrew Lunn andrew@lunn.ch
Andrew