Re: [PATCH v15 00/10] vhost-vdpa: add support for configure interrupt

2022-07-27 Thread Cindy Lu
On Tue, 26 Jul 2022 at 21:45, Michael S. Tsirkin wrote: > > Hi! > So I don't think this will make it in 7.1. > I'll tag this to be merged afterwards, but just to make sure > please ping me right after the release. > > Thanks! > Got it, thanks Michael, I will ping you that time. Thanks Cindy > On

Re: [PATCH v15 00/10] vhost-vdpa: add support for configure interrupt

2022-07-26 Thread Michael S. Tsirkin
Hi! So I don't think this will make it in 7.1. I'll tag this to be merged afterwards, but just to make sure please ping me right after the release. Thanks! On Sun, Jul 24, 2022 at 02:44:44PM +0800, Cindy Lu wrote: > These patches introduced the support for configure interrupt  > These codes are t

[PATCH v15 00/10] vhost-vdpa: add support for configure interrupt

2022-07-23 Thread Cindy Lu
These patches introduced the support for configure interrupt  These codes are tested on x86_64 and aarch64 platforms.   the test scenario is based on vp-vdpa/vdpa_sim /virtio net device, with the irqfd and without irqfd. Tested in virtio-pci bus and virtio-mmio bus Change in v2: Add support for vi