Re: [PATCH RFC v2 6/6] tools: ynl: ethtool.py: Output timestamping statistics from tsinfo-get operation

From: Jakub Kicinski
Date: Tue Mar 12 2024 - 19:55:54 EST


On Sat, 9 Mar 2024 00:44:40 -0800 Rahul Rameshbabu wrote:
> + req = {
> + 'header': {
> + 'flags': 1 << 2,
> + },
> + }

You should be able to use the name of the flag instead of the raw value.
Jiri added that recently, IIRC.