commit | 3da3fff8006c608f19a51859d44ba47ca8b41461 | [log] [tgz] |
---|---|---|
author | Chris Metcalf <cmetcalf@tilera.com> | Thu Oct 25 07:25:20 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Oct 26 03:50:08 2012 -0400 |
tree | 1f1cc48405056656e704a48c34d56be4d62630f6 | |
parent | f8295ec22cb0f1ee6849b862addbfa3ea9320755 [diff] |
tilegx: fix some issues in the SW TSO support This change correctly computes the header length and data length in the fragments to avoid a bug where we would end up with extremely slow performance. Also adopt use of skb_frag_size() accessor. Signed-off-by: Chris Metcalf <cmetcalf@tilera.com> Cc: stable@vger.kernel.org [v3.6] Signed-off-by: David S. Miller <davem@davemloft.net>