On 31/08/15 12:06, vijay.kil...@gmail.com wrote:
> +struct its_device {
> +/* Physical ITS */
> +struct its_node *its;
> +/* Device ITT address */
> +paddr_t *itt_addr;
Just spotted this, why do you have a pointer to paddr_t?
You store a pointer to the base
Hi Vijay,
This patch now looks good. A few comments below.
First, I've noticed that you moved again its_send_inv into patch #13. On
a previous version (v4) we asked you to keep all the code imported by
Linux in a single patch. You moved it correctly in v5 but then moved
again out in this vers