[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1358884782.12374.8.camel@edumazet-glaptop>
Date: Tue, 22 Jan 2013 11:59:42 -0800
From: Eric Dumazet <eric.dumazet@...il.com>
To: Ben Hutchings <bhutchings@...arflare.com>
Cc: christoph.paasch@...ouvain.be,
Ian Campbell <Ian.Campbell@...rix.com>,
Sony Chacko <sony.chacko@...gic.com>,
Rajesh Borundia <rajesh.borundia@...gic.com>,
David Miller <davem@...emloft.net>, netdev@...r.kernel.org
Subject: Re: BUG in netxen_release_tx_buffers when TSO enabled on kernels
>= 3.3 and <= 3.6
On Tue, 2013-01-22 at 19:36 +0000, Ben Hutchings wrote:
> There's another bug right here, which is that 0 is a valid DMA address
> in some systems. The driver should be calling pci_dma_mapping_error()
> to find out whether an address is valid or not. But it also wants to be
> able to assign an invalid address to netxen_skb_frag::dma, and
> unfortunately there is no way to do that in the current DMA API.
>
I guess we should only test ->frag_count then, and set it to 0 in TX
completion path.
--
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