Re: [PATCH v2] dmaengine: rcar-dmac: don't use DMAC error interrupt
From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Date: 2018-06-15 00:35:31
Also in:
dmaengine, linux-renesas-soc, lkml
From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Date: 2018-06-15 00:35:31
Also in:
dmaengine, linux-renesas-soc, lkml
Hi, again
quoted
quoted
Current rcar-dmac is using DMAC error interrupt which will handle all channel's error. But in this design, error handling itself will be issue if user want to use virtualization, multi OS, etc. This patch removes current DMAC error interrupt handling, and handle it on each channel interrupt handler.Just wondering, what's the usage pattern where this causes a problem? Do you plan to export part of a SYS-DMAC instance to a guest?"virtualization, multi OS" part is maybe misleading. It will be problem on non virtualization, too.quoted
How to maintain host/guest isolation?This is another topic/issue, I think
I will post v3 patch, soon Best regards --- Kuninori Morimoto