[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1467014782.6850.144.camel@edumazet-glaptop3.roam.corp.google.com>
Date: Mon, 27 Jun 2016 10:06:22 +0200
From: Eric Dumazet <eric.dumazet@...il.com>
To: Arjun V <arjun@...lsio.com>
Cc: Eric Dumazet <edumazet@...gle.com>,
"netdev@...r.kernel.org" <netdev@...r.kernel.org>,
Hariprasad S <hariprasad@...lsio.com>,
Casey Leedom <leedom@...lsio.com>,
Kumar A S <kumaras@...lsio.com>,
Santosh Rastapur <santosh@...lsio.com>,
Nirranjan Kirubaharan <nirranjan@...lsio.com>,
"davem@...emloft.net" <davem@...emloft.net>,
"ycheng@...gle.com" <ycheng@...gle.com>
Subject: Re: [REGRESSION, bisect]cxgb4 port failure with TSO traffic after
commit 10d3be569243def8("tcp-tso: do not split TSO packets at retransmit
time")
On Mon, 2016-06-27 at 12:47 +0530, Arjun V wrote:
> Eric,
>
> Thanks for the quick patch. It didn't help much. We still see packets larger than 65536 with the patch.
>
> Below is the dump_stack() trace I am seeing for packets larger than 65536 in our xmit routine:
What values do you get for skb->len ?
Again, at retransmit time we never grow packets, we only can split
existing packets. So there is something very wrong.
The original xmit should already have hit this issue.
Powered by blists - more mailing lists