[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20100323.132334.32724810.davem@davemloft.net>
Date: Tue, 23 Mar 2010 13:23:34 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: sathyap@...verengines.com
Cc: netdev@...r.kernel.org
Subject: Re: [PATCH net-next-2.6 2/2] be2net: fix unmap_single/page()
called incorrectly in Tx compl processing
From: Sathya Perla <sathyap@...verengines.com>
Date: Tue, 23 Mar 2010 12:11:34 +0530
> The first wrb seen by tx compl processing does not have a dma handle in it.
> Currently, pci_unmap_single() is attempted on this wrb and pci_unmap_page() on the
> rest. So, pci_unmap_page() gets incorrectly called on the dma hdl of skb->data (that
> was mapped using map_single()). This patch fixes this issue.
>
> Signed-off-by: Sathya Perla <sathyap@...verengines.com>
Applied.
--
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