Re: [PATCH net-next 2/8] selftests: netdevsim: add a test checking ethtool features
On Thu, Nov 07, 2024 at 12:13:28AM +0100, Sabrina Dubroca wrote: > Add a test checking that some features are active by default and > changeable. > > Signed-off-by: Sabrina Dubroca Reviewed-by: Simon Horman
[PATCH net-next 2/8] selftests: netdevsim: add a test checking ethtool features
Add a test checking that some features are active by default and changeable. Signed-off-by: Sabrina Dubroca --- .../selftests/drivers/net/netdevsim/Makefile | 1 + .../drivers/net/netdevsim/ethtool-features.sh | 31 +++ 2 files changed, 32 insertions(+) create mode 100644 too