aboutsummaryrefslogtreecommitdiff
path: root/include/linux/fpga/fpga-mgr.h
diff options
context:
space:
mode:
authorMike Christie <[email protected]>2024-03-15 19:47:03 -0500
committerMichael S. Tsirkin <[email protected]>2024-05-22 08:31:15 -0400
commit0352c961cb3542b1c03415259d7b85d99457acff (patch)
tree18902ac31dc92a99fdb2f330f4ebfb93a9cfc716 /include/linux/fpga/fpga-mgr.h
parentd9e59eec4aa7b0c46cec56f4f9cf595ea209da7e (diff)
vhost_scsi: Handle vhost_vq_work_queue failures for TMFs
vhost_vq_work_queue will never fail when queueing the TMF's response handling because a guest can only send us TMFs when the device is fully setup so there is always a worker at that time. In the next patches we will modify the worker code so it handles SIGKILL by exiting before outstanding commands/TMFs have sent their responses. In that case vhost_vq_work_queue can fail when we try to send a response. This has us just free the TMF's resources since at this time the guest won't be able to get a response even if we could send it. Signed-off-by: Mike Christie <[email protected]> Message-Id: <[email protected]> Signed-off-by: Michael S. Tsirkin <[email protected]>
Diffstat (limited to 'include/linux/fpga/fpga-mgr.h')
0 files changed, 0 insertions, 0 deletions