Re: [PATCH net-next v2 00/10] genetlink: support per-command policy dump
From: Jakub Kicinski <kuba@kernel.org> Date: 2020-10-02 00:36:47
On Thu, 1 Oct 2020 15:59:23 -0700 Jakub Kicinski wrote:
Hi!
The objective of this series is to dump ethtool policies
to be able to tell which flags are supported by the kernel.
Current release adds ETHTOOL_FLAG_STATS for dumping extra
stats, but because of strict checking we need to make sure
that the flag is actually supported before setting it in
a request.
Do we need support for separate .doit and .dumpit policies?
Or is that an overkill?