From: Divy Le Ray Date: Wed, 22 Aug 2007 03:49:05 +0000 (-0700) Subject: cxgb3 - Update rx coalescing length X-Git-Tag: v2.6.24-rc1~1454^2~531 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=52b810d3055f0a49472d05500c6fea5aeabd01a6;p=~emulex%2Finfiniband.git cxgb3 - Update rx coalescing length Reduce Rx coalescing length to 12288 Large bursts from the adapter to the host create back pressure on the chip. Reducing the burst size avoids the issue. Signed-off-by: Divy Le Ray Signed-off-by: Jeff Garzik --- diff --git a/drivers/net/cxgb3/common.h b/drivers/net/cxgb3/common.h index 1746003eb46..d6c77607a11 100644 --- a/drivers/net/cxgb3/common.h +++ b/drivers/net/cxgb3/common.h @@ -104,7 +104,7 @@ enum { PROTO_SRAM_LINES = 128, /* size of TP sram */ }; -#define MAX_RX_COALESCING_LEN 16224U +#define MAX_RX_COALESCING_LEN 12288U enum { PAUSE_RX = 1 << 0,