diff options
| author | Kory Maincent <kory.maincent@bootlin.com> | 2023-11-14 14:28:43 +0300 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2023-11-18 17:52:58 +0300 |
| commit | 152c75e1d00200edc4da1beb67dd099a462ea86b (patch) | |
| tree | 8c05d3949943ac10e64e4553e92bb1b6a9da1f10 /include/uapi | |
| parent | 091fab122869a39e1bac2cc34df9b737a6f6f36d (diff) | |
| download | linux-152c75e1d00200edc4da1beb67dd099a462ea86b.tar.xz | |
net: ethtool: ts: Let the active time stamping layer be selectable
Now that the current timestamp is saved in a variable lets add the
ETHTOOL_MSG_TS_SET ethtool netlink socket to make it selectable.
Signed-off-by: Kory Maincent <kory.maincent@bootlin.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/uapi')
| -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 62b885d44d06..df6c4fcc62c1 100644 --- a/include/uapi/linux/ethtool_netlink.h +++ b/include/uapi/linux/ethtool_netlink.h @@ -59,6 +59,7 @@ enum { ETHTOOL_MSG_MM_SET, ETHTOOL_MSG_TS_GET, ETHTOOL_MSG_TS_LIST_GET, + ETHTOOL_MSG_TS_SET, /* add new constants above here */ __ETHTOOL_MSG_USER_CNT, |
