diff options
| author | 2020-03-12 21:08:13 +0100 | |
|---|---|---|
| committer | 2020-03-12 15:32:33 -0700 | |
| commit | f265d799596aff80fe19b0b3896a4abe13cdb534 (patch) | |
| tree | 38202b7d363055d95df637765e501a81de70207c /include/uapi/linux/ethtool_netlink.h | |
| parent | ethtool: provide private flags with PRIVFLAGS_GET request (diff) | |
| download | linux-dev-f265d799596aff80fe19b0b3896a4abe13cdb534.tar.xz linux-dev-f265d799596aff80fe19b0b3896a4abe13cdb534.zip | |
ethtool: set device private flags with PRIVFLAGS_SET request
Implement PRIVFLAGS_SET netlink request to set private flags of a network
device. These are traditionally set with ETHTOOL_SPFLAGS ioctl request.
Signed-off-by: Michal Kubecek <mkubecek@suse.cz>
Reviewed-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/uapi/linux/ethtool_netlink.h')
| -rw-r--r-- | include/uapi/linux/ethtool_netlink.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/ethtool_netlink.h b/include/uapi/linux/ethtool_netlink.h index d94bbf5e4d1c..13e631c86825 100644 --- a/include/uapi/linux/ethtool_netlink.h +++ b/include/uapi/linux/ethtool_netlink.h @@ -27,6 +27,7 @@ enum { ETHTOOL_MSG_FEATURES_GET, ETHTOOL_MSG_FEATURES_SET, ETHTOOL_MSG_PRIVFLAGS_GET, + ETHTOOL_MSG_PRIVFLAGS_SET, /* add new constants above here */ __ETHTOOL_MSG_USER_CNT, |
