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

Message ID 20240223192658.45893-7-rrameshbabu@nvidia.com
State New
Headers
Series ethtool HW timestamping statistics |

Commit Message

Rahul Rameshbabu Feb. 23, 2024, 7:24 p.m. UTC
  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(+)
  

Patch

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 },
                 #],
             },
           },