[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: netback behaviour (mirage under xen)
Adding to what Dave said, another way to trigger this is to load the system with a large TCP transfer across a fat pipe. If TCP reaches the point where some packet loss starts to occur (possibly because the TX ring is full), then the segments retransmitted by fast retransmit path in tcp now look like what Dave described - the header is fine but the payload is all zeros. This seg would be dropped by the receiving TCP (bad checksum) and then the whole transmission would grind to a halt till the retransmission timer kicks in. Interestingly when that same packet is retransmitted by the timer (at this point the load would be back down to zero), the segment is fine and the transmission starts up again. Thanks, Balraj On Thu, Jan 10, 2013 at 4:31 PM, David Scott <scott.dj@xxxxxxxxx> wrote:
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |