aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/net_dropmonitor.py
diff options
context:
space:
mode:
authorJakub Kicinski <[email protected]>2023-06-01 19:35:47 -0700
committerJakub Kicinski <[email protected]>2023-06-02 22:10:47 -0700
commit8cb6afb3354172360881d6a644967c35f767ca2b (patch)
tree7fb6d8e9d7013c3d976e84d9d1b8de90cd61b5b8 /tools/perf/scripts/python/net_dropmonitor.py
parent5d58f911c75544eeb213e75a69912f330ad9f052 (diff)
tools: ynl-gen: switch to family struct
We'll want to store static info about the family soon. Generate a struct. This changes creation from, e.g.: ys = ynl_sock_create("netdev", &yerr); to: ys = ynl_sock_create(&ynl_netdev_family, &yerr); on user's side. Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/net_dropmonitor.py')
0 files changed, 0 insertions, 0 deletions