[openib-general] ipoib: ignores dma mapping errors on TX?

Michael S. Tsirkin mst at mellanox.co.il
Mon Oct 9 23:53:56 PDT 2006


Quoting r. Roland Dreier <rdreier at cisco.com>:
> +	if (unlikely(dma_mapping_error(addr))) {
> +		++priv->stats.tx_errors;
> +		dev_kfree_skb_any(skb);
> +		return;
> +	}

Do we want a warning there?

-- 
MST




More information about the general mailing list