commit | c3b4a740db3688b245282ac957a01f3fb8d1186d | [log] [tgz] |
---|---|---|
author | Frank Blaschka <frank.blaschka@de.ibm.com> | Thu Nov 12 00:11:44 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Nov 16 02:42:08 2009 -0800 |
tree | ca05c6e683b5b2371ba265aa6db9536441f94f1a | |
parent | aa90922479513db0d080239324d0d04701418ba5 [diff] |
qeth: rework TSO functions The maximum TSO size OSA can handle is 15 * PAGE_SIZE. This patch reduces gso_max_size to this value and adds some sanity checks and statistics to the TSO implementation. Since only layer 3 is able to do TSO move all TSO related functions to the qeth_l3 module. Signed-off-by: Frank Blaschka <frank.blaschka@de.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>