summaryrefslogtreecommitdiff
path: root/Documentation/networking/ethtool-netlink.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/networking/ethtool-netlink.rst')
-rw-r--r--Documentation/networking/ethtool-netlink.rst63
1 files changed, 0 insertions, 63 deletions
diff --git a/Documentation/networking/ethtool-netlink.rst b/Documentation/networking/ethtool-netlink.rst
index 530c1775e5f4..2540c70952ff 100644
--- a/Documentation/networking/ethtool-netlink.rst
+++ b/Documentation/networking/ethtool-netlink.rst
@@ -225,9 +225,6 @@ Userspace to kernel:
``ETHTOOL_MSG_RSS_GET`` get RSS settings
``ETHTOOL_MSG_MM_GET`` get MAC merge layer state
``ETHTOOL_MSG_MM_SET`` set MAC merge layer parameters
- ``ETHTOOL_MSG_TS_GET`` get current timestamping
- ``ETHTOOL_MSG_TS_LIST_GET`` list available timestampings
- ``ETHTOOL_MSG_TS_SET`` set current timestamping
===================================== =================================
Kernel to userspace:
@@ -271,8 +268,6 @@ Kernel to userspace:
``ETHTOOL_MSG_PSE_GET_REPLY`` PSE parameters
``ETHTOOL_MSG_RSS_GET_REPLY`` RSS settings
``ETHTOOL_MSG_MM_GET_REPLY`` MAC merge layer status
- ``ETHTOOL_MSG_TS_GET_REPLY`` current timestamping
- ``ETHTOOL_MSG_TS_LIST_GET_REPLY`` available timestampings
======================================== =================================
``GET`` requests are sent by userspace applications to retrieve device
@@ -1999,61 +1994,6 @@ The attributes are propagated to the driver through the following structure:
.. kernel-doc:: include/linux/ethtool.h
:identifiers: ethtool_mm_cfg
-TS_GET
-======
-
-Gets current timestamping.
-
-Request contents:
-
- ================================= ====== ====================
- ``ETHTOOL_A_TS_HEADER`` nested request header
- ================================= ====== ====================
-
-Kernel response contents:
-
- ======================= ====== ==============================
- ``ETHTOOL_A_TS_HEADER`` nested reply header
- ``ETHTOOL_A_TS_LAYER`` u32 current timestamping
- ======================= ====== ==============================
-
-This command get the current timestamp layer.
-
-TS_LIST_GET
-===========
-
-Get the list of available timestampings.
-
-Request contents:
-
- ================================= ====== ====================
- ``ETHTOOL_A_TS_HEADER`` nested request header
- ================================= ====== ====================
-
-Kernel response contents:
-
- =========================== ====== ==============================
- ``ETHTOOL_A_TS_HEADER`` nested reply header
- ``ETHTOOL_A_TS_LIST_LAYER`` binary available timestampings
- =========================== ====== ==============================
-
-This command lists all the possible timestamp layer available.
-
-TS_SET
-======
-
-Modify the selected timestamping.
-
-Request contents:
-
- ======================= ====== ===================
- ``ETHTOOL_A_TS_HEADER`` nested reply header
- ``ETHTOOL_A_TS_LAYER`` u32 timestamping
- ======================= ====== ===================
-
-This command set the timestamping with one that should be listed by the
-TSLIST_GET command.
-
Request translation
===================
@@ -2160,7 +2100,4 @@ are netlink only.
n/a ``ETHTOOL_MSG_PLCA_GET_STATUS``
n/a ``ETHTOOL_MSG_MM_GET``
n/a ``ETHTOOL_MSG_MM_SET``
- n/a ``ETHTOOL_MSG_TS_GET``
- n/a ``ETHTOOL_MSG_TS_LIST_GET``
- n/a ``ETHTOOL_MSG_TS_SET``
=================================== =====================================