Re: [PATCH char-misc-next 10/19] lib: convert iova.c into a library

From: Sudeep Dutt
Date: Tue Jul 28 2015 - 13:01:49 EST


On Tue, 2015-07-28 at 15:38 +0100, David Woodhouse wrote:
> On Tue, 2015-07-28 at 11:41 +0100, Robin Murphy wrote:
> > On 28/07/15 11:03, Joerg Roedel wrote:
> > > On Mon, Jul 27, 2015 at 04:57:32PM -0700, Ashutosh Dixit wrote:
> > > > From: Harish Chegondi <harish.chegondi@xxxxxxxxx>
> > > >
> > > > This patch converts iova.c into a library, moving it from
> > > > drivers/iommu/ to lib/, and exports its virtual address
> > > > allocation and
> > > > management functions so that other modules can reuse them.
> > > >
> > > > Cc: Joerg Roedel <joro@xxxxxxxxxx>
> > > > Reviewed-by: Anil S Keshavamurthy <anil.s.keshavamurthy@xxxxxxxxx
> > > > >
> > > > Reviewed-by: Sudeep Dutt <sudeep.dutt@xxxxxxxxx>
> > > > Signed-off-by: Harish Chegondi <harish.chegondi@xxxxxxxxx>
> > >
> > > Where is this going to be used outside of the IOMMU world?
> > >

We are using the IOVA generator in the SCIF driver posted @
http://thread.gmane.org/gmane.linux.kernel/2005895 under
drivers/misc/mic/scif

> >
> > ...and how does it relate to the patches from Sakari (+CC) doing much
> > the same thing[1]?
>

The patch series from Sakari does the right thing by moving the IOVA
cache management to the IOVA library. We will simply drop this current
patch as it is incorrect.

> I merged Sakari's patches into the intel-iommu git tree today, FWIW.
>
> If there's really a need to move it from drivers/iommu/ to lib/ then we
> could feasibly do that too.
>

The patch series from Sakari should work perfectly for us. We will post
a v2 of the current SCIF patch series without this IOVA patch and modify
the SCIF driver to use the newly added iova_cache_get(..) and
iova_cache_put(..) APIs once it is available in Linus's tree. It would
make it easier for us to integrate if Sakari's patches reach mainline
soon.

It might be cleaner to move IOVA to lib/ in the longer term since we
will have multiple driver subsystems using it, but it should work just
fine for now.

Thanks for the review!

Sudeep Dutt

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/