diff options
| author | Mike Christie <[email protected]> | 2024-12-03 19:15:13 +0000 |
|---|---|---|
| committer | Michael S. Tsirkin <[email protected]> | 2025-02-25 12:10:46 +0000 |
| commit | ddc5b5f68ec553a037a822f81150acbbdefa3ad1 (patch) | |
| tree | dea2f82432fb76dd499531f06cd9a1b0757532b9 /tools/perf/scripts/python/event_analyzing_sample.py | |
| parent | vhost-scsi: Dynamically allocate scatterlists (diff) | |
| download | kernel-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
