We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a260f7d commit 0848cabCopy full SHA for 0848cab
drivers/platform/mellanox/mlxbf-tmfifo.c
@@ -887,6 +887,7 @@ static bool mlxbf_tmfifo_virtio_notify(struct virtqueue *vq)
887
tm_vdev = fifo->vdev[VIRTIO_ID_CONSOLE];
888
mlxbf_tmfifo_console_output(tm_vdev, vring);
889
spin_unlock_irqrestore(&fifo->spin_lock[0], flags);
890
+ set_bit(MLXBF_TM_TX_LWM_IRQ, &fifo->pend_events);
891
} else if (test_and_set_bit(MLXBF_TM_TX_LWM_IRQ,
892
&fifo->pend_events)) {
893
return true;
0 commit comments