diff options
author | Hangbin Liu <liuhangbin@gmail.com> | 2025-05-08 03:54:14 +0000 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2025-05-09 15:03:07 -0700 |
commit | 45375814eb3f4245956c0c85092a4eee4441d167 (patch) | |
tree | 764db74f5a05c96737674b6f04910462f72ad13f /scripts/lib/kdoc/kdoc_output.py | |
parent | 12f4ee312c95a76b9ae068ee1cc8fb05297e101e (diff) |
tools/net/ynl: ethtool: fix crash when Hardware Clock info is missing
Fix a crash in the ethtool YNL implementation when Hardware Clock information
is not present in the response. This ensures graceful handling of devices or
drivers that do not provide this optional field. e.g.
Traceback (most recent call last):
File "/net/tools/net/ynl/pyynl/./ethtool.py", line 438, in <module>
main()
~~~~^^
File "/net/tools/net/ynl/pyynl/./ethtool.py", line 341, in main
print(f'PTP Hardware Clock: {tsinfo["phc-index"]}')
~~~~~~^^^^^^^^^^^^^
KeyError: 'phc-index'
Fixes: f3d07b02b2b8 ("tools: ynl: ethtool testing tool")
Signed-off-by: Hangbin Liu <liuhangbin@gmail.com>
Acked-by: Stanislav Fomichev <sdf@fomichev.me>
Link: https://patch.msgid.link/20250508035414.82974-1-liuhangbin@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'scripts/lib/kdoc/kdoc_output.py')
0 files changed, 0 insertions, 0 deletions