]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
scsi: scsi_debug: Add poll mode deferred completions to statistics
authorJohn Garry <john.g.garry@oracle.com>
Mon, 13 Mar 2023 09:31:14 +0000 (09:31 +0000)
committerMartin K. Petersen <martin.petersen@oracle.com>
Fri, 17 Mar 2023 03:25:37 +0000 (23:25 -0400)
commit548ebb335f743fa2647fe61bb1ad29d2c706afda
tree130bc354337127f6c877d5166417b4d3b13f5ee7
parentf037b5cb07138cd519f35fd08ebef2faf075959f
scsi: scsi_debug: Add poll mode deferred completions to statistics

Currently commands completed via poll mode are not included in the
statistics gathering for deferred completions and missed CPUs.

Poll mode completions should be treated the same as other deferred
completion types, so add poll mode completions to the statistics.

Signed-off-by: John Garry <john.g.garry@oracle.com>
Acked-by: Douglas Gilbert <dgilbert@interlog.com>
Link: https://lore.kernel.org/r/20230313093114.1498305-12-john.g.garry@oracle.com
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/scsi_debug.c