mbox series

[0/3] net/vhost pmd fixes for Rx interrupts

Message ID 20230309123752.2237828-1-david.marchand@redhat.com (mailing list archive)
Headers
Series net/vhost pmd fixes for Rx interrupts |

Message

David Marchand March 9, 2023, 12:37 p.m. UTC
  This series fixes Rx interrupts for net/vhost when a virtio driver is
not connected at the time net/vhost starts.
These fixes are a bit late for 23.03, probably a bit scary (wrt the
amount of touched code) and I do not mind deferring them to the next
release.

The last patch may solve bugzilla 1135. However, since I did not manage
to reproduce this test report logs, I preferred to skip mentionning it
in the commitlog for now.
  

Comments

Maxime Coquelin March 16, 2023, 2:47 p.m. UTC | #1
On 3/9/23 13:37, David Marchand wrote:
> This series fixes Rx interrupts for net/vhost when a virtio driver is
> not connected at the time net/vhost starts.
> These fixes are a bit late for 23.03, probably a bit scary (wrt the
> amount of touched code) and I do not mind deferring them to the next
> release.
> 
> The last patch may solve bugzilla 1135. However, since I did not manage
> to reproduce this test report logs, I preferred to skip mentionning it
> in the commitlog for now.
> 
> 

Applied to dpdk-next-virtio/main.

Thanks,
Maxime