From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 33E871459FA; Thu, 2 Apr 2026 00:51:18 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775091079; cv=none; b=UP4ms1qv/Zws8w6DhxEUXQUg3VC8oAoaEevXz9SqAws8tPTFw7MleQYeJ8hLMJdlo1HtZMHMtbG8g+VYxIHj9D5BaB0vEgsFCq6fEe/Wh04nrdtKsxTQIZZWzEwghwP9ptUPMuYjaTldR1ub3idw/cYKCz+Ke04SCSTlhu4QK54= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775091079; c=relaxed/simple; bh=cn7ed9kbxEgd4sk/24LE8HA6WBEotT5Fatalu8K3cKo=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=owL2ovfXptL3/0koopHTfsNdZsH5aRMKZ0vJWlQzYENBJBoW45KMrISh5Z9sKMzo8OfI4+N98IaKAQ6Jrh63MU6ZxfbEAwLMRuO5nnixt9bllixe/xhnTjoarLshSvDHnvrfIJZoKfeJqxbMytwp7EXVcB64lHfG7SEBSr0sKpw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=HRCU/wNI; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="HRCU/wNI" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7E938C4CEF7; Thu, 2 Apr 2026 00:51:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1775091078; bh=cn7ed9kbxEgd4sk/24LE8HA6WBEotT5Fatalu8K3cKo=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=HRCU/wNIhoItBrtKUXLjvlyxTbD4pVXkPLnU+pRjT2sS8b7hBsCZFZ+8bX7S5G76q vas7heXm2Xd1qab4x3HaGKI34KwHFxZqnnSchSRTSZ7QQ37tjKBvDemB4dUycTg71y cIefIBjzotV+CXlaiXJz7vLeuN+WlcG2E4Jbh/P5576jvYOPabIApl+QpDDMGTGULd orcZxml4yu4dO8HUHLkMqP6wEnRNy1yEgYHYevt0Z6tirsIDLYBUFnccVin9OQ3/jh jJDpkq+Rcal1N+9QDXYrIzmTi3RNZ6cIMGSg7hCMeXgfNJXoRt/bSOuLcFHK5lg+mQ 88UYZT3ZxTPnA== Date: Wed, 1 Apr 2026 17:51:17 -0700 From: Jakub Kicinski To: Hangbin Liu Cc: Donald Hunter , "David S. Miller" , Eric Dumazet , Paolo Abeni , Simon Horman , Andrew Lunn , netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH net-next 1/4] tools: ynl: ethtool: use doit instead of dumpit for per-device GET Message-ID: <20260401175117.1e4a5e6c@kernel.org> In-Reply-To: References: <20260331-b4-ynl_ethtool-v1-0-dda2a9b55df8@gmail.com> <20260331-b4-ynl_ethtool-v1-1-dda2a9b55df8@gmail.com> <20260331185028.45dffe3a@kernel.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Wed, 1 Apr 2026 07:21:54 +0000 Hangbin Liu wrote: > On Tue, Mar 31, 2026 at 06:50:28PM -0700, Jakub Kicinski wrote: > > On Tue, 31 Mar 2026 11:56:11 +0800 Hangbin Liu wrote: > > > +++ b/tools/net/ynl/pyynl/ethtool.py > > > > We have converted all the samples to selftests so this script is > > the last piece of random "PoC" code we still have laying around. > > Should we also move it to tests/ ? > > > > If there's a reason to keep it as is -- could you please add that reason > > at the top of the file for my future self? I'm pretty sure I already > > questioned this script in the past ;) > > I have no objection to this. Will you keep it as it is when moving it to > tests/ ? Should I wait for your moving first? Would you mind moving it as part of your series?