From: Rahul Rameshbabu Date: Thu, 13 Apr 2023 01:22:52 +0000 (-0700) Subject: tools: ynl: Rename ethtool to ethtool.py X-Git-Tag: v6.4-rc1~132^2~83 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85a4abed155402d37fef9ea29836dbcdf816cb08;p=thirdparty%2Flinux.git 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 --- 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