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>
This commit is contained in:
committed by
David S. Miller
parent
aa90922479
commit
c3b4a740db
@@ -978,7 +978,6 @@ static int __qeth_l2_set_online(struct ccwgroup_device *gdev, int recovery_mode)
|
||||
if (card->info.type != QETH_CARD_TYPE_OSN) {
|
||||
/* configure isolation level */
|
||||
qeth_set_access_ctrl_online(card);
|
||||
qeth_set_large_send(card, card->options.large_send);
|
||||
qeth_l2_process_vlans(card, 0);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user