On Mon, Jun 20, 2011 at 09:48:07AM +0200, Richard Cochran wrote: > Because the socket buffer is freed in the completion interrupt, it > is not safe to access it after submitting it to the hardware.
Maybe I'm missing something here, but mv643xx_eth TX reclaim is done from NAPI poll, under __netif_tx_lock(), while mv643xx_eth_xmit() also runs under __netif_tx_lock(). _______________________________________________ stable mailing list [email protected] http://linux.kernel.org/mailman/listinfo/stable
