qeth: core code should alloc headroom for LLC protocol
authorFrank Blaschka <frank.blaschka@de.ibm.com>
Tue, 1 Apr 2008 08:26:59 +0000 (10:26 +0200)
committerJeff Garzik <jgarzik@redhat.com>
Thu, 17 Apr 2008 00:41:41 +0000 (20:41 -0400)
commitb403e685b7c57f7912bae36987433e72c616f418
tree2babd00166b0bf56c61a62878d57c8257a7b149a
parentd11ba0c40fa8a21511822efee3be8389f94f0431
qeth: core code should alloc headroom for LLC protocol

Allocate headroom for TR_HLEN but using only ETH_HLEN causes rx
performance degradation. Allocate ETH_HLEN for ethernet and
TR_HLEN for token ring (layer 3 mode).

Signed-off-by: Frank Blaschka <frank.blaschka@de.ibm.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
drivers/s390/net/qeth_core_main.c