[PATCH] s390: lcs performance enhancements
authorFrank Pavlic <fpavlic@de.ibm.com>
Tue, 7 Feb 2006 16:04:36 +0000 (17:04 +0100)
committerJeff Garzik <jgarzik@pobox.com>
Fri, 17 Feb 2006 21:16:39 +0000 (16:16 -0500)
commit0d613a27cc753bfacd20e6eaa2183bb7fef4c76e
tree670fc8e8a703874c2c7b8626fb646679389fce1b
parentca5b0ec8ae9f11c85d1f27b19f182a054303f324
[PATCH] s390: lcs performance enhancements

[patch 1/2] s390: lcs performance enhancements

From: Klaus Wacker <kdwacker@de.ibm.com>
- When flood pinging (with large packet size) an LCS device,
  about 90 % of all packets are dropped by driver.
- increased number of lcs IO buffers to 32.
- use netif_stop_queue/netif_wake_queue in lcs_start_xmit routine
- don't lock the whole xmit routine but just the piece of code where
  tx_buffer is touched.

Signed-off-by: Frank Pavlic <fpavlic@de.ibm.com>
diffstat:
 lcs.c |   31 +++++++++++++++++--------------
 lcs.h |    2 +-
 2 files changed, 18 insertions(+), 15 deletions(-)
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
drivers/s390/net/lcs.c
drivers/s390/net/lcs.h