aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/event_analyzing_sample.py
diff options
context:
space:
mode:
authorMike Christie <[email protected]>2024-12-03 19:15:13 +0000
committerMichael S. Tsirkin <[email protected]>2025-02-25 12:10:46 +0000
commitddc5b5f68ec553a037a822f81150acbbdefa3ad1 (patch)
treedea2f82432fb76dd499531f06cd9a1b0757532b9 /tools/perf/scripts/python/event_analyzing_sample.py
parentvhost-scsi: Dynamically allocate scatterlists (diff)
downloadkernel-ddc5b5f68ec553a037a822f81150acbbdefa3ad1.tar.gz
kernel-ddc5b5f68ec553a037a822f81150acbbdefa3ad1.zip
vhost-scsi: Stop duplicating se_cmd fields
When setting up the command we will initially set values like lun and data direction on the vhost scsi command. We then pass them to LIO which stores them again on the LIO se_cmd. The se_cmd is actually stored in the vhost scsi command so we are storing these values twice on the same struct. So this patch has stop duplicating the storing of SCSI values like lun, data dir, data len, cdb, etc on the vhost scsi command and just pass them to LIO which will store them on the se_cmd. Signed-off-by: Mike Christie <[email protected]> Message-Id: <[email protected]> Signed-off-by: Michael S. Tsirkin <[email protected]> Acked-by: Stefan Hajnoczi <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions