Re: TG3 data corruption (TSO ?)

From: Michael Chan
Date: Mon Sep 11 2006 - 01:30:54 EST


Benjamin Herrenschmidt wrote:

> I've done:
>
> #define tw32_rx_mbox(reg, val) do { wmb();
tp->write32_rx_mbox(tp, reg, val); } while(0)
> #define tw32_tx_mbox(reg, val) do { wmb();
tp->write32_tx_mbox(tp, reg, val); } while(0)
>

That should do it.

I think we need those tcpdump after all. Can you send it to me?

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/