mbox series

[v2,0/2] virtio-user interrupt fixes

Message ID 20210831155411.17672-1-david.marchand@redhat.com (mailing list archive)
Headers
Series virtio-user interrupt fixes |

Message

David Marchand Aug. 31, 2021, 3:54 p.m. UTC
  Trying to use virtio-user as a replacement for taps in OVS, I ended up
with some fixes on the interrupt side.
The patches for OVS are not ready yet, but sending the DPDK fixes in
any case.

@CI guys:
Patch 2 probably means there is a hole in the virtio-user interrupt
test plan in DTS (I could not find a setup with
virtio-user+rx interrupts+multi queue).
  

Comments

Maxime Coquelin Sept. 14, 2021, 11:27 a.m. UTC | #1
On 8/31/21 5:54 PM, David Marchand wrote:
> Trying to use virtio-user as a replacement for taps in OVS, I ended up
> with some fixes on the interrupt side.
> The patches for OVS are not ready yet, but sending the DPDK fixes in
> any case.
> 
> @CI guys:
> Patch 2 probably means there is a hole in the virtio-user interrupt
> test plan in DTS (I could not find a setup with
> virtio-user+rx interrupts+multi queue).
> 
> 

Applied to dpdk-next-virtio/main.

Thanks,
Maxime