aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/exported-sql-viewer.py
diff options
context:
space:
mode:
authorJakub Kicinski <kuba@kernel.org>2025-04-29 08:46:56 -0700
committerPaolo Abeni <pabeni@redhat.com>2025-05-02 12:41:02 +0200
commitfe7d57e040f7d189e3bd030f311bb2011a0cc35a (patch)
tree27b55363409030a8df3aee9c77088ed8ebe60109 /tools/perf/scripts/python/exported-sql-viewer.py
parenttools: ynl-gen: fill in missing empty attr lists (diff)
downloadlinux-fe7d57e040f7d189e3bd030f311bb2011a0cc35a.tar.gz
linux-fe7d57e040f7d189e3bd030f311bb2011a0cc35a.zip
tools: ynl: let classic netlink requests specify extra nlflags
Classic netlink makes extensive use of flags. Support specifying them the same way as attributes are specified (using a helper), for example: rt_link_newlink_req_set_nlflags(req, NLM_F_CREATE | NLM_F_ECHO); Wrap the code up in a RenderInfo predicate. I think that some genetlink families may want this, too. It should be easy to add a spec property later. Reviewed-by: Donald Hunter <donald.hunter@gmail.com> Reviewed-by: Jacob Keller <jacob.e.keller@intel.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org> Link: https://patch.msgid.link/20250429154704.2613851-5-kuba@kernel.org Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions
26netfilter: nfnetlink: add struct nfnl_info and pass it to callbacksPablo Neira Ayuso10-340/+286 2021-04-26netfilter: nftables: add nft_pernet() helper functionPablo Neira Ayuso5-71/+69 2021-04-25bnxt_en: Implement .ndo_features_check().Michael Chan2-2/+42 2021-04-25bnxt_en: Support IFF_SUPP_NOFCS feature to transmit without ethernet FCS.Michael Chan2-3/+14 2021-04-25bnxt_en: Add PCI IDs for Hyper-V VF devices.Michael Chan1-1/+18 2021-04-25bnxt_en: Call bnxt_approve_mac() after the PF gives up control of the VF MAC.Michael Chan1-1/+10 2021-04-25bnxt_en: Move bnxt_approve_mac().Michael Chan1-26/+27 2021-04-25bnxt_en: allow VF config ops when PF is closedEdwin Peer1-4/+0 2021-04-25bnxt_en: allow promiscuous mode for trusted VFsEdwin Peer3-7/+11 2021-04-25bnxt_en: Add support for fw managed link down feature.Michael Chan2-1/+3 2021-04-25bnxt_en: Add a new phy_flags field to the main driver structure.Michael Chan3-34/+22 2021-04-25bnxt_en: report signal mode in link up messagesEdwin Peer1-3/+19 2021-04-25macvlan: Add nodst option to macvlan type sourceJethro Beekman2-5/+15 2021-04-25net: ethernet: ixp4xx: Support device tree probingLinus Walleij3-63/+150 2021-04-25net: ethernet: ixp4xx: Retire ancient phy retrievealLinus Walleij1-5/+5