]> Git Repo - linux.git/commit
vhost_vdpa: don't setup irq offloading when irq_num < 0
authorZhu Lingshan <[email protected]>
Tue, 22 Feb 2022 11:54:25 +0000 (19:54 +0800)
committerMichael S. Tsirkin <[email protected]>
Mon, 28 Mar 2022 20:52:57 +0000 (16:52 -0400)
commitcce0ab2b2a39072d81f98017f7b076f3410ef740
tree7ca2660a6c29d97778e65b248a66679cd5b2bf21
parent8897d6d0fcc9ce54f53c0d14de2ada35e9527e8b
vhost_vdpa: don't setup irq offloading when irq_num < 0

When irq number is negative(e.g., -EINVAL), the virtqueue
may be disabled or the virtqueues are sharing a device irq.
In such case, we should not setup irq offloading for a virtqueue.

Signed-off-by: Zhu Lingshan <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Michael S. Tsirkin <[email protected]>
drivers/vhost/vdpa.c
This page took 0.053056 seconds and 4 git commands to generate.