lkml.org 
[lkml]   [2023]   [Oct]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
SubjectRe: [PATCH net-next v5 16/16] netlink: specs: Introduce time stamping set command
From
On 10/9/23 08:51, Köry Maincent wrote:
> From: Kory Maincent <kory.maincent@bootlin.com>
>
> Add a new commands allowing to set the time stamping.
>
> Example usage :
> ./ynl/cli.py --spec netlink/specs/ethtool.yaml --no-schema \
> --do ts-list-get \
> --json '{"header":{"dev-name":"eth0"}}'
> {'header': {'dev-index': 3, 'dev-name': 'eth0'},
> 'ts-list-layer': b'\x02\x00\x00\x00\x01\x00\x00\x00\x05\x00\x00\x00'}
>
> ./ynl/cli.py --spec netlink/specs/ethtool.yaml --no-schema --do ts-set \
> --json '{"header":{"dev-name":"eth0"}, "ts-layer":5}'
> none
>
> ./ynl/cli.py --spec netlink/specs/ethtool.yaml --no-schema --do ts-get \
> --json '{"header":{"dev-name":"eth0"}}'
> {'header': {'dev-index': 3, 'dev-name': 'eth0'}, 'ts-layer': 5}
>
> Signed-off-by: Kory Maincent <kory.maincent@bootlin.com>

Likewise, probably better folded into patch 15.
--
Florian

[unhandled content-type:application/pkcs7-signature]
\
 
 \ /
  Last update: 2023-10-09 23:30    [W:1.414 / U:0.308 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site