summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/netdev-times.py
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2020-04-23 18:32:11 +0300
committerDamien Le Moal <damien.lemoal@wdc.com>2020-04-27 08:51:39 +0900
commit568776f992c4cb5e1b5715dc4ab62e6ae906b80d (patch)
treeece674d7518b0775610543d1bce6c2db22dcc316 /tools/perf/scripts/python/netdev-times.py
parent6a8b55ed4056ea5559ebe4f6a4b247f627870d4c (diff)
downloadkernel-568776f992c4cb5e1b5715dc4ab62e6ae906b80d.tar.gz
zonefs: Replace uuid_copy() with import_uuid()
There is a specific API to treat raw data as UUID, i.e. import_uuid(). Use it instead of uuid_copy() with explicit casting. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Reviewed-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com> Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com> Signed-off-by: Damien Le Moal <damien.lemoal@wdc.com>
Diffstat (limited to 'tools/perf/scripts/python/netdev-times.py')
0 files changed, 0 insertions, 0 deletions
b/scm/linux/kernel/git/netdev/netJakub Kicinski 2023-08-08igc: Add lock to safeguard global Qbv variablesMuhammad Husaini Zulkifli 2023-08-03eth: add missing xdp.h includes in driversJakub Kicinski 2023-07-10igc: Rename qbv_enable to taprio_offload_enableFlorian Kauer 2023-07-05igc: Fix TX Hang issue when QBV Gate is closedMuhammad Husaini Zulkifli 2023-07-05igc: Add condition for qbv_config_change_errors counterMuhammad Husaini Zulkifli 2023-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski 2023-06-22igc: Retrieve TX timestamp during interrupt handlingVinicius Costa Gomes 2023-06-22igc: Check if hardware TX timestamping is enabled earlierVinicius Costa Gomes 2023-06-22igc: Fix race condition in PTP tx codeVinicius Costa Gomes 2023-04-27igc: Add XDP hints kfuncs for RX timestampJesper Dangaard Brouer 2023-04-27igc: Add XDP hints kfuncs for RX hashJesper Dangaard Brouer 2023-04-27igc: Add igc_xdp_buff wrapper for xdp_buff in driverJesper Dangaard Brouer 2023-04-27igc: Enable and fix RX hash usage by netstackJesper Dangaard Brouer 2023-03-07igc: Clean up and optimize watchdog taskSasha Neftin 2023-03-07igc: offload queue max SDU from tc-taprioTan Tee Min 2023-03-07igc: Add qbv_config_change_errors counterMuhammad Husaini Zulkifli 2022-12-15igc: allow BaseTime 0 enrollment for QbvTan Tee Min 2022-12-15igc: Enhance Qbv scheduling by using first flag bitVinicius Costa Gomes