Thread (26 messages) 26 messages, 3 authors, 2023-08-24

Re: [PATCH net-next v4 11/12] doc/netlink: Add spec for rt link messages

From: Jacob Keller <jacob.e.keller@intel.com>
Date: 2023-08-23 19:42:15
Also in: linux-doc


On 8/23/2023 4:42 AM, Donald Hunter wrote:
Add schema for rt link with support for newlink, dellink, getlink,
setlink and getstats.

A dummy link can be created like this:

sudo ./tools/net/ynl/cli.py \
    --spec Documentation/netlink/specs/rt_link.yaml \
    --do newlink --create \
    --json '{"ifname": "dummy0", "linkinfo": {"kind": "dummy"}}'

For example, offload stats can be fetched like this:

./tools/net/ynl/cli.py \
    --spec Documentation/netlink/specs/rt_link.yaml \
    --dump getstats --json '{ "filter-mask": 8 }'

Signed-off-by: Donald Hunter <donald.hunter@gmail.com>
---
Reviewed-by: Jacob Keller <jacob.e.keller@intel.com>
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help