summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorSimon Horman <simon.horman@netronome.com>2014-10-27 16:12:16 +0900
committerDavid S. Miller <davem@davemloft.net>2014-10-28 17:07:29 -0400
commit941d8ebcf773fd5da5c79e1c86e1afaae7032a0b (patch)
tree938da838954b36627289390bfd57ac0bcff6f76a /tools/perf/scripts/python/bin
parent95f259ca3bf485a0c1f17d9024813d4aab485a23 (diff)
downloadkernel-941d8ebcf773fd5da5c79e1c86e1afaae7032a0b.tar.gz
datapath: Rename last_action() as nla_is_last() and move to netlink.h
The original motivation for this change was to allow the helper to be used in files other than actions.c as part of work on an odp select group action. It was as pointed out by Thomas Graf that this helper would be best off living in netlink.h. Furthermore, I think that the generic nature of this helper means it is best off in netlink.h regardless of if it is used more than one .c file or not. Thus, I would like it considered independent of the work on an odp select group action. Cc: Thomas Graf <tgraf@suug.ch> Cc: Pravin Shelar <pshelar@nicira.com> Cc: Andy Zhou <azhou@nicira.com> Signed-off-by: Simon Horman <simon.horman@netronome.com> Acked-by: Thomas Graf <tgraf@noironetworks.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions
bcdb6fd1bfeff2fe301b8'>blk-zoned: allow BLKREPORTZONE without CAP_SYS_ADMINNiklas Cassel 2021-08-24blk-zoned: allow zone management send operations without CAP_SYS_ADMINNiklas Cassel 2021-06-04block: improve handling of all zones reset operationDamien Le Moal 2021-04-07blk-zoned: Remove the definition of blk_zone_start()Bart Van Assche 2021-03-11block: Discard page cache of zone reset target rangeShin'ichiro Kawasaki 2021-03-10block: Fix REQ_OP_ZONE_RESET_ALL handlingDamien Le Moal 2021-02-10block: introduce blk_queue_clear_zone_settings()Damien Le Moal 2020-12-07block: Improve blk_revalidate_disk_zones() checksDamien Le Moal 2020-08-03block: don't do revalidate zones on invalid devicesJohannes Thumshirn 2020-07-08block: add capacity field to zone descriptorsMatias Bjørling 2020-05-12block: Modify revalidate zonesDamien Le Moal 2020-05-12block: introduce blk_req_zone_write_trylockJohannes Thumshirn 2020-03-30Merge tag 'for-5.7/drivers-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds 2020-03-27block: add a zone condition debug helperChaitanya Kulkarni 2020-03-12block, zoned: fix integer overflow with BLKRESETZONE et alAlexey Dobriyan 2020-01-09block: mark zone-mgmt bios with REQ_SYNCChaitanya Kulkarni 2019-12-03block: set the zone size in blk_revalidate_disk_zones atomicallyChristoph Hellwig 2019-12-03block: don't handle bio based drivers in blk_revalidate_disk_zonesChristoph Hellwig 2019-12-03block: allocate the zone bitmaps lazilyChristoph Hellwig 2019-12-03block: replace seq_zones_bitmap with conv_zones_bitmapChristoph Hellwig 2019-12-03block: simplify blkdev_nr_zonesChristoph Hellwig 2019-12-03block: remove the empty line at the end of blk-zoned.cChristoph Hellwig 2019-11-12block: rework zone reportingChristoph Hellwig 2019-11-12block: Remove partition support for zoned block devicesDamien Le Moal 2019-11-12block: Simplify report zones executionDamien Le Moal 2019-11-12block: cleanup the !zoned case in blk_revalidate_disk_zonesChristoph Hellwig 2019-11-12block: Enhance blk_revalidate_disk_zones()Damien Le Moal 2019-11-07block: add zone open, close and finish ioctl supportAjay Joshi 2019-11-07block: add zone open, close and finish operationsAjay Joshi 2019-11-07block: Simplify REQ_OP_ZONE_RESET_ALL handlingDamien Le Moal 2019-11-07block: Remove REQ_OP_ZONE_RESET pluggingDamien Le Moal 2019-08-04blk-zoned: implement REQ_OP_ZONE_RESET_ALLChaitanya Kulkarni