Re: [PATCH] misc: vop: set VIRTIO_F_ACCESS_PLATFORM for vop driver

2020-09-29 Thread Christoph Hellwig
On Tue, Sep 29, 2020 at 04:49:44PM +0800, Sherry Sun wrote: > Set VIRTIO_F_ACCESS_PLATFORM feature for vop driver, as the DMA mapping > details shouldn't decide on the virtio implementation, but the host PCIe > implementatio > > > Signed-off-by: Sherry Sun > Signed-off-by: Joakim Zhang Looks

[PATCH] misc: vop: set VIRTIO_F_ACCESS_PLATFORM for vop driver

2020-09-29 Thread Sherry Sun
Set VIRTIO_F_ACCESS_PLATFORM feature for vop driver, as the DMA mapping details shouldn't decide on the virtio implementation, but the host PCIe implementation. Signed-off-by: Sherry Sun Signed-off-by: Joakim Zhang --- drivers/misc/mic/vop/vop_main.c | 1 + 1 file changed, 1 insertion(+) diff