aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorJakub Kicinski <[email protected]>2020-10-02 14:49:53 -0700
committerDavid S. Miller <[email protected]>2020-10-02 19:11:11 -0700
commit0b588afdd16f9e0b63128dc4bcd002e7f2725fe0 (patch)
treea3a8b861434b65311b9332016a20749d58324cad /tools/perf/scripts/python/bin
parente5086736969880478abb2ac85ef8757ac6ce45bf (diff)
genetlink: add small version of ops
We want to add maxattr and policy back to genl_ops, to enable dumping per command policy to user space. This, however, would cause bloat for all the families with global policies. Introduce smaller version of ops (half the size of genl_ops). Translate these smaller ops into a full blown struct before use in the core. v1: - use struct assignment - put a full copy of the op in struct genl_dumpit_info - s/light/small/ Signed-off-by: Jakub Kicinski <[email protected]> Reviewed-by: Johannes Berg <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions