[PATCH RFC net-next v1 6/6] tools: ynl: ethtool.py: Add ts ethtool statistics group

Rahul Rameshbabu posted 6 patches 1 year, 11 months ago
There is a newer version of this series
[PATCH RFC net-next v1 6/6] tools: ynl: ethtool.py: Add ts ethtool statistics group
Posted by Rahul Rameshbabu 1 year, 11 months ago
Add placeholder for hardware timestamping statistics group for testing
stats-get ethtool netlink family operation.

Signed-off-by: Rahul Rameshbabu <rrameshbabu@nvidia.com>
Reviewed-by: Dragos Tatulea <dtatulea@nvidia.com>
---
 tools/net/ynl/ethtool.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/net/ynl/ethtool.py b/tools/net/ynl/ethtool.py
index 44ba3ba58ed9..d3bf3690d3a5 100755
--- a/tools/net/ynl/ethtool.py
+++ b/tools/net/ynl/ethtool.py
@@ -314,6 +314,7 @@ def main():
                   { 'name': 'eth-mac', 'value': True },
                   #{ 'name': 'eth-ctrl', 'value': True },
                   #{ 'name': 'rmon', 'value': True },
+                  #{ 'name': 'ts', 'value': True },
                 #],
             },
           },
-- 
2.42.0