Prev: swiotlb: swiotlb_tbl_map_single: abstract out swiotlb_virt_to_bus calls out.
Next: Using wireless.kernel.org for Bluetooth documentation as well ?
From: Konrad Rzeszutek Wilk on 10 May 2010 15:40 On Sun, May 09, 2010 at 10:41:25PM +0900, FUJITA Tomonori wrote: > On Wed, 7 Apr 2010 16:29:27 -0400 > Konrad Rzeszutek Wilk <konrad.wilk(a)oracle.com> wrote: > > > We prefix pertient book keeping functions and variables with the > > 'swiotlb_tbl' prefix. > > > > Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk(a)oracle.com> > > --- > > lib/swiotlb.c | 149 +++++++++++++++++++++++++++++--------------------------- > > 1 files changed, 77 insertions(+), 72 deletions(-) > > Can we create the swiotlb initialization function instead of lots of > renaming and exporting iotlb values? Yes, this would definitly do it! Let me rebase my tree on top of your patches. Thought I was thinking to modify your patches so they have the _tbl, instead of _tlb in their name? > > = > From: FUJITA Tomonori <fujita.tomonori(a)lab.ntt.co.jp> > Subject: [PATCH 1/2] swiotlb: add the swiotlb initialization function > with iotlb memory > > This enables the caller to initialize swiotlb with its own iotlb > memory. > > Signed-off-by: FUJITA Tomonori <fujita.tomonori(a)lab.ntt.co.jp> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: FUJITA Tomonori on 10 May 2010 22:00
On Mon, 10 May 2010 15:33:44 -0400 Konrad Rzeszutek Wilk <konrad.wilk(a)oracle.com> wrote: > On Sun, May 09, 2010 at 10:41:25PM +0900, FUJITA Tomonori wrote: > > On Wed, 7 Apr 2010 16:29:27 -0400 > > Konrad Rzeszutek Wilk <konrad.wilk(a)oracle.com> wrote: > > > > > We prefix pertient book keeping functions and variables with the > > > 'swiotlb_tbl' prefix. > > > > > > Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk(a)oracle.com> > > > --- > > > lib/swiotlb.c | 149 +++++++++++++++++++++++++++++--------------------------- > > > 1 files changed, 77 insertions(+), 72 deletions(-) > > > > Can we create the swiotlb initialization function instead of lots of > > renaming and exporting iotlb values? > > Yes, this would definitly do it! Let me rebase my tree on top of your > patches. > > Thought I was thinking to modify your patches so they have the _tbl, instead > of _tlb in their name? Yeah, please replace tlb with tbl. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |