I see that vioif(4) schedules another softint from within vioif_rx_vq_done(), that would latency a bit longer.
> +#define VIRTIO_F_PCI_INTR_SOFTINT (2 << 0) Usually (1 << 1).
I see that vioif(4) schedules another softint from within vioif_rx_vq_done(), that would latency a bit longer.
> +#define VIRTIO_F_PCI_INTR_SOFTINT (2 << 0) Usually (1 << 1).