Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1227353

Re: [RFC PATCH] dma/swiotlb: Add helper for device driver to opt-out from swiotlb.

From Jerome Glisse <jglisse@redhat.com>
Newsgroups linux.kernel
Subject Re: [RFC PATCH] dma/swiotlb: Add helper for device driver to opt-out from swiotlb.
Date 2015-09-17 21:10 +0200
Message-ID <q9MJc-4n2-27@gated-at.bofh.it> (permalink)
References <q9M6u-3l9-17@gated-at.bofh.it> <q9MJc-4n2-19@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Thu, Sep 17, 2015 at 03:02:51PM -0400, Konrad Rzeszutek Wilk wrote:
> On Thu, Sep 17, 2015 at 02:22:38PM -0400, jglisse@redhat.com wrote:
> > From: Jérôme Glisse <jglisse@redhat.com>
> > 
> > The swiotlb dma backend is not appropriate for some devices like
> > GPU where bounce buffer or slow dma page allocations is just not
> > acceptable. With that helper device drivers can opt-out from the
> > swiotlb and just do sane things without wasting CPU cycles inside
> > the swiotlb code.
> 
> What if SWIOTLB is the only one available?

On x86 no_mmu is always available and we assume that device driver
that would use this knows that their device can access all memory
with no restriction or at very least use DMA32 gfp flag.


> And what can't the devices use the TTM DMA backend which sets up
> buffers which don't need bounce buffer or slow dma page allocations?

We want to get rid of this TTM code path for radeon and likely
nouveau. This is the motivation for that patch. Benchmark shows
that the TTM DMA backend is much much much slower (20% on some
benchmark) that the regular page allocation and going through
no_mmu.

So this is all about allowing to directly allocate page through
regular kernel page alloc code and not through specialize dma
allocator.

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

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[RFC PATCH] dma/swiotlb: Add helper for device driver to opt-out from swiotlb. jglisse@redhat.com - 2015-09-17 20:30 +0200
  Re: [RFC PATCH] dma/swiotlb: Add helper for device driver to opt-out  from swiotlb. Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> - 2015-09-17 21:10 +0200
    Re: [RFC PATCH] dma/swiotlb: Add helper for device driver to opt-out  from swiotlb. Jerome Glisse <jglisse@redhat.com> - 2015-09-17 21:20 +0200
      Re: [RFC PATCH] dma/swiotlb: Add helper for device driver to opt-out  from swiotlb. Jerome Glisse <jglisse@redhat.com> - 2015-09-17 21:30 +0200
      Re: [RFC PATCH] dma/swiotlb: Add helper for device driver to opt-out  from swiotlb. Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> - 2015-09-17 21:30 +0200
  Re: [RFC PATCH] dma/swiotlb: Add helper for device driver to opt-out  from swiotlb. Jerome Glisse <jglisse@redhat.com> - 2015-09-17 21:10 +0200
    Re: [RFC PATCH] dma/swiotlb: Add helper for device driver to opt-out  from swiotlb. Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> - 2015-09-17 21:40 +0200
      Re: [RFC PATCH] dma/swiotlb: Add helper for device driver to opt-out  from swiotlb. Jerome Glisse <jglisse@redhat.com> - 2015-09-17 21:50 +0200
  Re: [RFC PATCH] dma/swiotlb: Add helper for device driver to opt-out  from swiotlb. Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> - 2015-09-17 21:10 +0200

csiph-web