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

2023-03-16 Thread Maxime Coquelin
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 rele

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

2023-03-09 Thread David Marchand
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