From 85a4abed155402d37fef9ea29836dbcdf816cb08 Mon Sep 17 00:00:00 2001 From: Rahul Rameshbabu Date: Wed, 12 Apr 2023 18:22:52 -0700 Subject: [PATCH] tools: ynl: Rename ethtool to ethtool.py Make it explicit that this tool is not a drop-in replacement for ethtool. This tool is intended for testing ethtool functionality implemented in the kernel and should use a name that differentiates it from the ethtool utility. Signed-off-by: Rahul Rameshbabu Link: https://lore.kernel.org/r/20230413012252.184434-2-rrameshbabu@nvidia.com Signed-off-by: Jakub Kicinski --- tools/net/ynl/{ethtool => ethtool.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename tools/net/ynl/{ethtool => ethtool.py} (100%) diff --git a/tools/net/ynl/ethtool b/tools/net/ynl/ethtool.py similarity index 100% rename from tools/net/ynl/ethtool rename to tools/net/ynl/ethtool.py