linux/Documentation/netlink
Jakub Kicinski 1d056bf9a4 netlink: specs: define ethtool header flags
When interfacing with the ethtool commands it's handy to
be able to use the names of the flags. Example:

    ethnl.pause_get({"header": {"dev-index": cfg.ifindex,
                                "flags": {'stats'}}})

Note that not all commands accept all the flags,
but the meaning of the bits does not change command
to command.

Reviewed-by: Petr Machata <petrm@nvidia.com>
Link: https://lore.kernel.org/r/20240403023426.1762996-2-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2024-04-04 10:33:52 -07:00
..
specs netlink: specs: define ethtool header flags 2024-04-04 10:33:52 -07:00
genetlink-c.yaml netlink: specs: support generating code for genl socket priv 2024-03-11 15:15:42 -07:00
genetlink-legacy.yaml netlink: specs: support generating code for genl socket priv 2024-03-11 15:15:42 -07:00
genetlink.yaml netlink: specs: support generating code for genl socket priv 2024-03-11 15:15:42 -07:00
netlink-raw.yaml netlink: specs: support unterminated-ok 2024-03-11 13:09:15 -07:00