On Tue, 2017-11-14 at 13:23 +1100, David Gibson wrote: > > >> 1. Allow msix mapping to the userspace (to address non-64k-aligned msix bar) > > We have a new plan on this - I'll discuss it over IRC. > > > >> 2. Allow write combining in vfio for the userspace (kvm guest is kinda > > >> special and may simply ignore mapping flags in some configs but PPC radix > > >> guests still rely on this) > > AIUI this isn't for radix, but for DPDK things that we need this. Ben > talked about it a bit, but I don't know what the outcome was. So this is not a powerpc specific issue. Other archs similarily want to be able to do write combine mappings. The way sysfs does it is that for prefetchable BARs, it exposes both a resourceN and a resourceN_wc file. For VFIO it's a bit more tricky, maybe we need to game the offset using some of it as flags but that's very fishy, or maybe we do some kind of ioctl that selects the attributes used for that fd instance for subsequent mappings... I'll let Alex chose what he feels most appropriate here. > > >> 3. what callback and where needs to be added to inform HV/PR KVM about VFIO > > >> group, like IOMMUMR::add_vfio_group() proposal or something. > > This was discussed, and I'm still thinking about it. It's kind of > curly.