[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20081122191533K.fujita.tomonori@lab.ntt.co.jp>
Date: Sat, 22 Nov 2008 19:16:05 +0900
From: FUJITA Tomonori <fujita.tomonori@....ntt.co.jp>
To: joro@...tes.org
Cc: fujita.tomonori@....ntt.co.jp, joerg.roedel@....com,
netdev@...r.kernel.org, tglx@...utronix.de, mingo@...hat.com,
linux-kernel@...r.kernel.org, iommu@...ts.linux-foundation.org
Subject: Re: [PATCH 03/10] x86: add initialization code for DMA-API
debugging
On Sat, 22 Nov 2008 10:40:32 +0100
Joerg Roedel <joro@...tes.org> wrote:
> > > +static int hash_fn(struct dma_debug_entry *entry)
> > > +{
> > > + /*
> > > + * Hash function is based on the dma address.
> > > + * We use bits 20-27 here as the index into the hash
> > > + */
> > > + BUG_ON(entry->dev_addr == bad_dma_address);
> >
> > 'bad_dma_address' is x86 specific. You already found it though.
>
> Interesting. Is there another value for dma_addr_t which drivers can
> check for to find out if a dma-api operation failed?
They are architecture dependent. But only X86 uses a variable because
of GART and swiotlb, I think.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists